/*** 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: #333;
	margin-bottom: 10px;
}
.Social_icos{
	width: 20px;
	margin: 5px 0 5px 10px;
	height: 20px;
	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);}
#topo-cont, #topo-social{
	z-index: 11;
	height: auto;
	padding: 0px;
	margin: 0;
	border-bottom: 1px solid #c0c0c0;
}
#topo-cont{
	margin: 0;
	padding-top: 15px;
	border: none;
	background: url(../img/site/faixa_topo.jpg) no-repeat;
}
#topo-social{
	border: 0px;
}
#logo_topo{
	font-size: 0pt;
	background-image: url(../img/site/lg_hidrouna.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 550px;
	height: 155px;
}
#fone_topo{
	margin-top: 60px;
	width: 220px;
	text-align: left;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px;
	padding: 5px;
}
#fone_topo img{
	margin-right: 5px;
}
#fone_topo p{
	font-size: 9pt;
	line-height: 14pt;
	margin: 5px 0 0 0px;padding-left: 5px;
}
#fone_topo h4{
	margin-bottom: 5px;
	font-size: 12pt;
	padding-left: 5px;
	color: #000 !important;
}
#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;
}

	/* Banner */
	#banner{
		padding: 0 0 !important;
		margin: 0;
		min-height: auto;
		margin-bottom: 20px;
	}
	.slider-wrapper{
		padding: 0 !important;
	}
	#BTopowl, .owl-item > a > img{
		width: 100%;
			height: auto;
	}
	#BTopowl{
		margin-top: 0px !important;
		padding-top: 0px !important;
		margin-bottom: 5px;
		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;
		background: 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_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: 85%;
    margin-right: 1%;
    line-height: 26pt;
    font-size: 12pt;
    text-indent: 5px;
    border-radius: 3px;
    background: #eeeeee;
    border: 1px solid #999999;
}
#busca_prod{
	margin-bottom: 20px;
}
#buscar_form{
	width: 13%;
	background: #142949;
	line-height: 26pt;
	padding: 0 5px;
	border-radius: 5px;
	line-height: 26pt;
	text-align: center;
	color: #fff;
	border: 1px solid #000;
}
#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: #F8F8F8;
	margin: 0;
	padding: 15px 0;
}
#dados_end{
	width: 29%;
	margin-top: 90px;
	font-size: 14pt;
	line-height: 20pt;
}
#dados_end h3{
	font-size: 18pt;
}
#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: #222;
	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: #c0c0c0;
	text-indent: 5px;
}
#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{
	width: 150px !important;
	line-height: 50px !important;
	padding: 0px 5px;
	margin-top: 10px;
	border-radius: 3px;
	background: #0d4798 !important;
	color: #FFF;
}
#but_enviar:hover{
	background: #2e6436;
	color: #FFF;
}
#as-site{
	background: #111;
	margin: 0;
	height: auto;
	color: #fff;
}

.ends{
	width: 40%;
	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{width: 31%; margin-right: 2%;}
.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: 14.28%;
	text-align: center;
	line-height: 16pt;
	color: #fff;
}
#menu_rdp li a{
	width:auto;
	display: block;
	overflow: hidden;
	color: #fff;
}

#rodape_site{
	background: #1988af;
	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;
}
#logoRDP{
		font-size: 0pt;
		background-image: url(../img/site/lg_hidrouna.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		height: 115px;
}

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