/*** 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: #08336f;
	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: #08336f !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;
}
/*** Fim Classes ***/


/*** Topo ***/
#topo-social{
	background: #28314f;
	padding: 0 5% !important;
	margin-bottom: 10px;
}
.Social_icos{
	width: 40px;
	margin: 5px 0 5px 10px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0;
}
#twit{ background-image: url(../img/site/twiter-logo-buttom.png);}
#face{ background-image: url(../img/site/facebook-logo-button.png);}
#inst{ background-image: url(../img/site/instagram-logo-buttom.png);}
#tele{ background-image: url(../img/site/tele2.png);}
#insta{ background-image: url(../img/site/insta2.png);}
#locali{ background-image: url(../img/site/locali.png);}
#mensage{ background-image: url(../img/site/mensage.png);}
#topo-cont, #topo-social{
	z-index: 11;
	height: auto;
	padding: 0px;
	margin: 0;
	border-bottom: 1px solid #c0c0c0;
}
#topo-cont{
	margin: 0;
	padding-bottom: 20px;
	border: none;
	background: #f1f1f1;
}
#logo_topo{
	font-size: 0pt;
	background-image: url(../img/site/Lg-Marimello.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width:23%;
	height: 155px;
	margin-right: 3%;
	margin-left: 3%;
}
#Busca_topo{
	/* height: 155px; */
}
#but_contato{
	width: 10%;
	box-sizing: border-box;
	line-height: 30pt;
	background: #142949;
	border-radius: 8px;
	margin: 5px 0;
	color: #fff;
}
#but_contato a{
	color: #fff;
}
#ico_topo{
	width: 10%;
	height: 150px;
}
#ico_topo a{
	background-size: contain;
	background-position: center;
	width: 50%;
	font-size: 0;
	height: 145px;
	cursor: pointer;
}
#carrinho{
	background: url(../img/site/ico_carrinho.png) no-repeat;
}
#user{
		background: url(../img/site/ico_user.png) no-repeat;
}
#menu_grupo{
	background: #efefef;
	margin: 0;
}
.ICO_grupo, .ICO_grupo:hover{
	width: 14%;
	height: 180px;
	text-align: center;
	padding-top: 150px;
	color: #000;
	font-size: 13pt;
	font-weight: bold;
	/* border-right: 2px groove #ddd; */
	background-position: center top;
	background-repeat: no-repeat;
}
.ICO_grupo:last-child{
	border-right: none;
}
#ico_convites{
	background-image: url('../img/site/convites2.png');
}
#ico_produtos{
		background-image: url('../img/site/produtos-digitais1.png');
}
#ico_brindes{
		background-image: url('../img/site/brindes1.png');
}
#ico_embalagens{
	background-image: url('../img/site/embalagens3.png');
}
#ico_comercio{
	background-image: url('../img/site/comercio4.png');
}
#ico_industria{
	background-image: url('../img/site/industria4.png');
}
#ico_papelarias{
	background-image: url('../img/site/papelarias1.png');
}
	/* Banner */
	#banner, #banner2{
		padding: 0 0 !important;
		margin: 0;
		min-height: auto;
		/* margin-bottom: 20px; */
	}
	#banner2{
		margin-bottom: 0px;
	}
	.slider-wrapper{
		padding: 0 !important;
	}
	#BTopowl, .owl-item > a > img{
		width: 100%;
			height: auto;
	}
	#BTopowl{
		margin-top: 0px !important;
		padding-top: 0px !important;
		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: 250px;
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, #nome_aaaa, #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{
	padding-bottom: 10px;
}
#menu_lateral li, #menu_lateral2 li{
	line-height: 16pt;
	margin-bottom: 10px;
	border-bottom: dashed 1px #909090;
}
#menu_lateral li a, #menu_lateral2 li a{
	width: 100%;
	display: block;
		font-size: 11pt;
}
#menu_lateral li a:hover, #menu_lateral2 li a:hover{
	font-weight: bold;
}
#assunto_busca{
    width: 100%;
    line-height: 36pt;
    font-size: 14pt;
    text-indent: 5px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #999999;
}
#busca_prod{
	margin-bottom: 20px;
}
#buscar_form{
	width: 5%;
	/* background: #eee; */
	line-height: 36pt;
	padding: 0 5px;
	font-size: 14pt;
	text-align: center;
	color: #333;
	/* border-radius: 3px; */
	/* border: 1px solid #999999; */
	cursor: pointer;
	position: absolute;
margin-left: 93%; /*era 65 */
}
#buscar_form:hover{
	/* background: #333;
	color: #eee;
	border: 1px solid #999999; */
}
#buscar_formBT{
	font-family: sans-serif;
	margin-left: 5px;
	background: #142949;
	color: #fff;
}

.tit_number span{
	width: 0 !important;
	height: 0 !important;
	font-size: 0  !important;
	float: left;
}
.nav_tit{
	height: 22px;
		font-size: 12pt;
}
.nav_tit a{
width: auto !important;
	font-size: 12pt !important;
}
.but_arrow{
	background: #fff;
	color: #006cb6;
	line-height: 18px;
	width: 20px !important;
	text-align: center;
	border: 1px solid #006cb6;
	padding-right: 1px;
	border-radius: 4px;
}
.but_arrow:hover{
	color: #a6e8ff;
	background: #006cb6;
	font-weight: normal !important;
}
/* fim Barra Menu*/


/* NOVA Barra Menu */
#tit_menuL{
	margin: 15px 0;
	line-height: 30pt;
	font-size: 16pt;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	background: #0a2e65;
}
.fL_menu{
	width: 100%;
	height: auto;
	font-size: 12pt;
	line-height: 18pt;
	font-weight: bold;
}
.fL_menu li{
border-top: 1px dotted #888;
}
.fL_menu li a, .fL_menu li a:hover{
	font-weight: bold;
}
.fL_menu li * a, .fL_menu li * a:hover{
	font-weight: normal !important;
}
.sL_menu{
	width: 100%;
		height: 0px;
		transition: 10s !important;
			-webkit-transition: 10s !important;
			-moz-transition: 10s !important;
			-o-transition: 10s !important;
			-ms-transition: 10s !important;
	font-size: 12pt;
	line-height: 20pt;
	font-weight: normal;
	border-left: 1px dotted #CCC;
}
.sL_menu li:nth-child(even){
	background: #fff;
}
.sL_menu li:nth-child(odd){
	background: #efefef;
}
.sL_menu li{
	padding-left: 15px;
}
.sL_menu li a{
	color: #406091;
}
.tL_menu{
	width: 100%;
		height: 0px;
	font-size: 11pt;
	line-height: 20pt;
	font-weight: normal;
	border-left: 1px dotted #CCC;
}
.tL_menu li:nth-child(even){
	background: #efefef;
}
.tL_menu li:nth-child(odd){
	background: #fff;
}
.tL_menu li{
	padding-left: 15px;
}
.tL_menu li a{
	color: #5d7daf;
}
.frL_menu{
	width: 100%;
		height: 0px;
	line-height: 20pt;
	color: #f00;
	border-left: 1px dotted #CCC;
font-size: 10pt !important;
}
.frL_menu li:nth-child(even){
	background: #fff;
}
.frL_menu li:nth-child(odd){
	background: #f8f8f8 !important;
}
.frL_menu li{
	padding-left: 15px;
}
.frL_menu li a{
	color: #7ba0d8;
}
.tdProd{
	font-size: 10pt;
	font-style: italic;
}

.tdProdSub, .tdProdSub a{
    color: #888 !important;
    font-size: 9pt;
}
.Abr_fch{
	line-height: 20pt;
}
.Abr_fch span{
  line-height: 16pt;
  width: 16pt;
  font-size: 10pt;
	margin: 5px;
  color: #fff;
  background: #3b619b;
  border-radius: 5pt;
  text-align: center;
}
.Abr_fch span:hover{
  color: #3b619b;
  background: #fff;
}
/* Fim NOVA Barra Menu */

/* Paginação */
#paginacao{
	width: auto;
}
#paginacao li{
	float: left;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 12pt;
	background: #EEE;
	border: 1px solid #ddd;
	margin-left: 5px;
}

#paginacao li:hover{
	background: #cde4ec;
}
#paginacao li a{
	color: #333;
	width: 100%;
	line-height: 50px;
}
#paginacao li.disabled a{
	color: #888;
}
#paginacao li.disabled:hover{
	background: #EEE;
}
/* Fim Paginação */

/*** 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;
}

#whatsapp_but{
	width: 70px;
  height: 70px;
	bottom: 50px;
	right: 50px;
  display: flex;
	position: fixed;
	z-index: 10;
  background: url(../img/site/whatsapp.png) center top no-repeat;
}
#faixa_contato{
	background: #F1F1F1;
	margin: 0;
	padding: 15px 0;
}
#dados_end{
	width: 29%;
	margin-top: 90px;
	font-size: 14pt;
	line-height: 20pt;
	color:#042654;
}
#dados_end h3{
	font-size: 18pt;
	font-weight: bold;
color: #042654;
}
#dados_end span{
	font-size: 1.2em;
	width: 30px;
	height: 28px;
	text-align: center;

}
#contato{
	color: #222;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	width: 65%;
	margin-right: 5%;
}
#contato h3{
	font-size: 26pt;
	text-align: left;
	line-height: 28pt;
	margin-bottom: 10px;
		color: #042654;
	font-family:  sans-serif;
	font-weight: bold;
}

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

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

}
#contato label input{
	float: left;
	width: 100%;
	line-height: 18pt;
	padding-left: 2px;
	border-radius: 5px;
	background: #fff;
	text-indent: 5px;
	border: 1px solid #042654;
}
#contato label textarea{
	float: left;
	width: 100%;
	line-height: 18pt;
	padding-left: 2px;
	border-radius: 5px;
	height: 200px;
	margin-bottom: 10px;
	background: #fff;
border: 1px solid #042654;
}
#but_enviar{
	width: 150px !important;
	line-height: 50px !important;
	padding: 0px 5px;
	margin-top: 10px;
	border-radius: 3px;
	background: #a81d1d !important;
	color: #FFF;
}
#but_enviar:hover{
	background: #2e6436;
	color: #FFF;
}
#as-site{
	background: #111;
	margin: 0;
	height: auto;
	color: #fff;
}

.ends{
	width: 49%;
	font-size: 10pt;
	margin-right: 1%;
}
#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;
}
#menu_rdp{
	width: 100%;
}
#menu_rdp li{
	float:left;
	width: 15%;
	margin-left: 2%;
	text-align: center;
	line-height: 16pt;
	color: #fff;
	margin-bottom: 30px;
}
#menu_rdp li:first-child{
	margin-left: 0;
}
#menu_rdp li a{
	width:auto;
	display: block;
	overflow: hidden;
	font-weight: bold;
	color: #fff;
}
#faixa_infor{
	padding-top: 3%;
	padding-bottom: 1%;
}
.rdpinfo {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
text-transform: uppercase;
}
.rdpinfo img{
	float: left;
	width: 16%;
	position: relative;
}
.horario p{
	padding-left: 5%;
	font-size: 11pt;
padding-top: 1%;
}
.horario h2{
	line-height: 18pt;
}
.solucoes { grid-area: 1 / 1 / 2 / 2;

}
.solucoes h2, .local h2, .duvida h2, .horario h2{
	font-size: 14pt;
	font-weight: bold;
}
.solucoes p, .local p, .duvida p, .horario p{
margin-top: -10px;
padding-right: 3%;
}
.local { grid-area: 1 / 2 / 2 / 3;

 }
.duvida { grid-area: 1 / 3 / 2 / 4;

 }
.horario { grid-area: 1 / 4 / 2 / 5;

 }

#rodape_site{
	background: #d5d5d5;
	padding-top: 10px;
}

#rodape_site p{
line-height: 16pt;
}
.dlinhas{
	min-height: 26pt;
}
.phone_rdp{
	margin-top: 10px;
		font-size: 14pt !important;
		color: #fff;
}
#phone_rdp1{
	margin-right: 20px;
	padding: 10px 0;
}
#end1{
	border-left: 2px solid #fff;
	padding: 10px 0 10px 20px;
	margin-right: 0;
}
#rdp_lat{
	width: 59%;
	text-align: center;
}
#logo{
	width: 40%;
	margin-top: 50px;
}
#cards{
}
#logoRDP{
		font-size: 0pt;
		background-image: url(../img/site/lg_CJMotos.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		height: 115px;
}

.footer-made {
	font-size: 14px;
	color: #595b61;
	line-height: 6px;
	text-align: center;
	background-color: #f5f5f6;
	margin-bottom: 0px !important;
	height: auto;
	padding-bottom: 1%;
	padding-top: 1%;
}
.footer-made p{
	font-size: 12pt;
	line-height: 16pt;
}.footer-made img {
  height: 35px;
  width: auto;
}
.footer-made img {
  height: 40px;
  width: auto;
}


/*** 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;
	}
	#menu_lateral li a{

			font-size: 12pt;
	}
}
/*----------------------------------------------------*/

@media only screen and (max-width: 1024px) /* Regular Size */
{
	.info_top{
		margin-top: 10px;
	}
	.phone_rdp span{
			font-size: 12pt;
	}

}

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

@media only screen and (max-width: 980px) /* Monitores antigos */
{
	p {
	    font-size: 14pt;
	    line-height: 18pt;
	}

	#contato{

		width: 90%;
		margin-right: 5%;
	}

	#dados_end{
		width: 0%;
		margin-top: 00px;
		font-size: 0pt;
	}
}
