body{
	font-family: 'Cairo', sans-serif;
}
nav ul a{
	padding: 0 9px;
}
.mt_10{
	margin-top: 10px;
}
.mb30{
	margin-bottom: 30px;
}
.bold-ouro{
	font-weight: 700 !important;
	color: #fbcf5f !important;
}
.container{
	max-width: 1170px;
	width: 100%;
}
.right-float{
	float: right !important;
}
.carousel {
	height: 900px !important;
}
.bg_azul_escuro{
	background: #2E3092;
}
.bt_hover_verde:hover{
	background: #2E3092;
	color: #ffffff !important;
}
.bg_escuro{
	background: #1B1D71;
	display: flex;
}
.bg_branco{
	background: #ffffff;
	color: #2E3092;
	border-radius: 7px;
	padding: 15px 40px;
	font-size: 18px;
	font-weight: bold;
	height: auto;
	text-transform: capitalize;
}
.bg_verde{
	background: #00A650;
	display: inline;
	line-height: 79px;
	padding: 10px 20px;
	text-transform: capitalize;
	border-radius: 5px;
}
header .info{
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
}
header .info a{
	color: #fff;
	text-decoration: none;
}
header i{
	/* color: #2e3092; */
	font-size: 25px;
	padding-left: 5px;
	padding-bottom: 5px;
}
header i.fab{
	position: relative;
	top: 5px;
}
.row{
	margin-bottom: 0;
}
header .menu .logo{
	width: 300px;
}
header .menu .logo img{
	/* width: 100%; */
	padding: 15px 0 4px;
	box-sizing: border-box;
}
header nav{
	background: inherit;
	padding: 25px 0 45px;
	height: auto;
	line-height: initial;
}
header nav ul{
	text-align: center;
}
header nav ul li{
	padding: 0px 8px;
}

header nav ul li a{
	color: #2e3092;
}
header nav ul li.active a, header nav ul li.hover a:hover{
	/*border-bottom: 5px solid #00a650;*/
	background: inherit;
	padding-bottom: 25px;
	color: #00a650;
}
nav ul li.active {
	background-color: inherit;
}

header nav .destaque{
	border: 1px solid #c8ae36;
	padding: 5px;
	box-sizing: border-box;
	position: relative;
	top: -5px;
}
header nav .destaque:hover{
	background: #c8ae36;
	color: #fff;
}
header nav a{
	display: table;
	font-size: 14px;
	font-weight: bold;
}
#slide {
	height: 560px !important;
	overflow: hidden;
}
#slide .bg_agua {
	position: relative;
	right: 0;
	top: 0;
}
#slide .bg_agua img{
	width: 100%;
}
#slide .form_duvidas{
	width: 520px;
	height: 335px;
	background: #FFFFFF;
	border-radius: 15px;
	position: absolute;
	top: 110px;
	left: -12%;
	z-index: 9;
	padding: 20px;
	overflow: hidden;
}
#slide .bg_agua p{
	font-weight: bold;
	font-size: 18px;
	padding: 0;
}
.slider .slides {
	height: 560px !important;
}
.slider .slides li {
	background: #101214;
}
.slider .slides li img {
	/* opacity: 0.2; */
}
.slider .indicators .indicator-item {
	background: #daa520;
	height: 4px;
	width: 20px;
	margin: 0 5px;
	border-radius: 0;
}

.carousel .indicators .indicator-item{
	background: #daa520;
	height: 4px;
	width: 20px;
	margin: 0 5px;
	border-radius: 0;
}
.slider .indicators .indicator-item.active {
	background: #fff;
}
.carousel .indicators .indicator-item.active{
	background: #101214;
}
.slider .indicators {
	bottom: 30px;
	z-index: 99;
	display: none;
}
.slider .slides h3{
	color: #daa520;
	font-weight: 700;
	font-size: 70px;
	margin-top: 110px;
}
.slider .slides h5{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}
.slider .slides a{
	margin-top: 25px;
}
.wave{
	background: url('/~kityca61/img/wave.svg') bottom center;
	height: 120px;
	position: relative;
	top: 0;
}
#nossos-valores{
	background: url('/~kityca61/img/wave.svg') top center no-repeat;
	position: relative;
	top: 0;
}
#nossos-valores h2{
	color: #1A1A38;
	font-size: 40px;
}
#nossos-valores .itens{
	margin-top: 50px;
}
#nossos-valores img{
	background: #00A650;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding: 20px;
	z-index: 999;
	position: relative;
}
#nossos-valores .grid{
	background: #fff;
	box-shadow: 0px 0px 9px -2px #ccc;
	padding: 74px 25px 30px;
	position: relative;
	top: -55px;
	z-index: 9;
	border-radius: 10px;
}
#nossos-valores .grid h3{
	font-size: 30px;
	font-weight: bold;
}
#nossos-valores .grid p{
	font-size: 14px;
	color: #909090;
}
.depoimentos{
	background: url("/~kityca61/img/bg-depoimentos.png") center center no-repeat;
	background-size: cover;
	height: 470px;
	width: 100%;
	position: relative;
	padding: 30px 0 0 0;

}


.depoimentos .user-depo{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	margin-top: 20px;
}
.depoimentos .user-depo img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin:20px 0 5px 0;

}
.depoimentos .user-depo h3{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	margin: 42px 0 0 20px;
}
.depoimentos .user-depo p{
	font-size: 15px;
	color:  #fff;
	margin-left: 20px;
	margin-top: 6px;
}
.depoimentos .depo{
	background: #fff;
	padding: 10px 25px;
	position: relative;
	top: 180px;
	border-radius: 15px;
	color: #909090;
	font-size: 14px;
}
.depoimentos .carousel{
	height: 400px !important;
}
.depoimentos .carousel .indicators {
	display: block;
}
.depoimentos .carousel .indicators .indicator-item {
	background: #0000;
	height: 10px;
	width: 10px;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.depoimentos .carousel .indicators .indicator-item.active {
	background: #fff;
}

h2{
	font-weight: 700;
	color: #2E3092;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 45px;
}
.color-azul-escuro{
	color: #2E3092;
}
p{
	letter-spacing: 1px;
	padding-bottom: 10px; 
}

/** pÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡gina modelos */
.page .capa{
	background: #000A4A url('/~kityca61/img/bg_agua_page.jpg') no-repeat;
	background-size: cover;
	background-position: button center;
	width: 100%;
	height: 200px;
	text-align: center;
	color: #fff;
}
.page .capa h2{
	color: #fff;
	padding: 40px 0;
	font-weight: 600;
	text-transform: capitalize;
}
.page .capa a{
	color: #fff;
	margin: 40px 25px;
}
.page .image_destaque{
	height: 418px;
	overflow: hidden;
}
.page .image_destaque img{
	width: 100%;
}
.page .detalhes{
	margin-top: 50px;
}
.page .detalhes h3{
	font-size: 25px;
	color: #2E3092;
	font-weight: bold;
}
.page .detalhes p{
	font-size: 12px;
	color: #606060;
}
.page .detalhes .share a{
	color: #2E3092;
	padding: 0 5px;
}
.page .detalhes .caracteristicas{
	margin-top: 50px;
	background: #F9F9F9;
	padding: 35px 15px 20px;
	border-radius: 10px;
}
.page .detalhes .informacoes{
	margin-top: 50px;
}
.page .detalhes .informacoes p{
	color: #909090;
	font-size: 14px;
}

.page .detalhes .dados_tecnicos, .page .detalhes .acessorios{
	background: #F9F9F9;
	padding: 15px;
	margin-top: 50px;
	border-radius: 10px;
}
.page .detalhes .dados_tecnicos .dados_tecnicos_itens .col span{
	color:  #1D1D1D;
}
.page .detalhes .dados_tecnicos .dados_tecnicos_itens .col{
	margin: 15px 0;
	color: #909090;
	font-size: 15px;
}

.page .detalhes .acessorios_itens .col{
	margin: 15px 0;
	color: #909090;
}
.page .detalhes .acessorios_itens .col:before{
	content: url('/~kityca61/img/correct.svg');
	width: 22px;
	height: 22px;
	border: 1px solid #2F3490;
	display: inline-block;
	padding: 0;
	text-align: center;
}
.page .area-atuacao{
	margin-top: 50px;
}
.page .solicitar{
	background: #F9F9F9;
	padding: 15px;
	color: #606060;
	font-size: 15px;
}
.page .contato{
	width: 240px;
}





.area-atuacao{
	padding: 6px 10px;
	height: auto;
}
.item-area-atuacao .img-destaque{
	position: relative;
	height: 190px;
	overflow: hidden;
}
.item-area-atuacao .img-destaque img{
	width: 100% !important;
}
.area-atuacao .item-area-atuacao{
	background: #FCFCFC;
	border-radius: 15px;
	color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
.area-atuacao .item-area-atuacao h2{
	margin-top: 20px;
	font-weight: bold !important;
	padding: 0 15px;
}
.area-atuacao .item-area-atuacao p{
	font-size: 14px !important;
	font-weight: 300;
	/* height: 80px; */
	overflow: hidden;
	color: #919191;
	padding: 0 15px;
}
.area-atuacao .item-area-atuacao a{
	font-size: 14px;
	color: #2E3092;
	font-weight: 700;
	text-transform: capitalize;
	padding: 1px 15px;
	border-radius: 5px;
}
.area-atuacao .item-area-atuacao .cats{
	position: absolute;
	top: 0;
	margin-left: 16px;
	background: #fff;
	width: 110px;
	height: 40px;
	line-height: 39px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #2E3092;
	font-size: 14px;
	text-align: center;
}
.area-atuacao .item-area-atuacao .soldado-rebitado{
	position: absolute;
	bottom: 6px;
	margin-left: 16px;
	background: #17A650;
	width: 130px;
	height: 40px;
	line-height: 39px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.caracteristicas{
	padding: 0 15px 10px 15px;
	text-align: center;
}
.caracteristicas img{
	width: 16px;
}
.caracteristicas .medida{
	position: relative;
	top: -5px;
}
.caracteristicas .medida img{
	transform: matrix(0, 1, -1, 0, 0, 0);
}
.caracteristicas span{
	color: #919191;
	font-size: 14px;
	position: relative;
	top: -3px;
}
.caracteristicas .medida span{
	position: relative;
	top: -9px;
	margin-left: 8px;
}
.area-atuacao .caracteristicas{
	margin-top: 0 !important;
	background: #fff !important;
	padding: 0 !important;
	border-radius: 0px !important;
}
.carousel .indicators{
	display: none;
}
#solicita-cotacao{
	background: transparent url('../img/bg_agua_l.png') center center no-repeat;
	background-size: cover;
}
.solicita-cotacao{
	background: transparent url('../img/degrade.svg') center center;
	background-size: cover;
	text-align: center;
	padding: 90px 0;
}
.solicita-cotacao h3{
	color: #fff;
	font-size: 35px;
	width: 472px;
	margin: 0 auto;
	font-weight: bold;
	opacity: 1;
	line-height: 46px;
}
.solicita-cotacao p{
	color: #FFFFFF;
	font-size: 20px;
}
.faca-escolha .escolha-categoria{
	height: 380px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	background: #351b52;
}
.faca-escolha img{
	height: 100%;
	opacity: 0.6;
}
.faca-escolha h3{
	position: relative;
	bottom: 150px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.faca-escolha a{
	position: relative;
	bottom: 159px;
	color: #2E3092;
	font-size: 14px;
	background: #fff;
	border-radius: 16px;
	padding: 0px 35px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}
.faca-escolha a:hover{
	background: #2E3092;
	color: #fff;
}
#sobre{
	margin: 100px 0;
}
#sobre .bg-sobre{
	background: #F8F8F8;
	height: 550px;
	
}
#sobre img{
	width: 100%;
	height: 100%;
}
#sobre .img-destaque{
	width: 100%;
	height: 460px;
	border-radius: 10px;
	overflow: hidden;
}
#sobre h3{
	color: #1A1A38;
	font-size: 45px;
	margin-bottom: 50px;
	font-weight: bold;
}
#sobre p{
	font-size: 14px;
	color: #909090;
	margin-bottom: 50px;
	line-height: 30px;
}
#sobre a{
	border-radius: 7px;
	padding: 15px 40px;
	font-size: 18px;
	font-weight: bold;
	height: auto;
	text-transform: capitalize;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
	background-color: #2E3092;
	color: #fff;
}

.e-consultas{
	padding: 70px 10px;
}
input:not([type]), 
input[type=text], 
input[type=password], 
input[type=email], 
input[type=url], 
input[type=time], 
input[type=date], 
input[type=datetime], 
input[type=datetime-local], 
input[type=tel], 
input[type=number], 
input[type=search]{
	padding: 0 15px;
	box-shadow: 0px 0px 10px 1px #ccc;
	background: #fff;
	border: 1px solid #f3f3f3;
	box-sizing: border-box;
}
textarea.materialize-textarea{
	/* box-shadow: 0px 0px 10px 1px #ccc; */
	background: #fff;
	/* border: 1px solid #f3f3f3; */
	padding: 15px;
	box-sizing: border-box;
	height: 120px;
	margin: 0 11px 20px;
	width: 98%;
}
.e-consultas label{
	font-weight: 700;
	color: #101214;
}
.e-consultas label.textarea{
	margin-left: 11px;
}
.blog{
	background: #f8f8f8;
	padding: 70px 10px;
}
.blog .image-blog{
	max-width: 220px;
	height: 260px;
	overflow: hidden;
	position: relative;
	left: -11px;
	background: #000;
}
.blog .image-blog img{
	height: 100%;
	opacity: 0.5;
}
.blog .bg_blog{
	background: #fff;
	box-shadow: 0px 0px 10px 0px #ccc;
	display: flex;
	overflow: hidden;
}
.blog span{
	background: #e8eaeb;
	font-size: 0.7em;
	padding: 6px;
	box-sizing: border-box;
	color: #929497;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.blog h3{
	font-size: 20px;
	color: #101214;
	font-weight: 700;
	margin-top: 20px;
}
.blog .bg_blog p{
	font-size: 14px;
	color: #aaa;
	height: 45px;
	overflow: hidden;
	margin-bottom: 30px;
}
.bt_black{
	background: #101214;
	color: #fff;
	text-transform: capitalize;
}
.bt_black:hover{
	background: #fff;
	color: #101214;
}
.bt_light{
	background: #fff;
	color: #101214;
	border: 1px solid #101214;
	text-transform: capitalize;
	font-weight: 700;
}
.bt_light:hover{
	background: #101214;
	color: #fff;
}
.blog .bt_light{
	margin-top: 30px;
}
.paginas .image-blog {
	/*width: 152px;*/
}
.empresa{
	padding: 70px 10px;
	color: #fff;
}
.empresa h2{
	color: #daa520;
}
.localizacao{
	position: relative;
}
.localizacao .info_mapa{
	position: absolute;
	top: 20px;
	display: inline-block;
	color: #fff;
	border-radius: 15px;
	padding: 50px 30px;
	box-shadow: 0px 6px 14px 0px #ccc;
}
.localizacao .info_mapa h2{
	color: #fff;
	width: 200px;
	font-size: 30px;
	padding: 0;
	margin-bottom: 25px;
}
.localizacao .info_mapa p{
	padding: 5px 0;
	margin:0;
}
.localizacao .info_mapa p b{
	position: relative;
	top: 7px;
}
.localizacao a{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.place-card.place-card-large{
	display: none !important;
}
#chat{
	position: fixed;
	bottom: 30px;
	right: 20px;
	background: #00a650;
	z-index: 9999;
	border-radius: 10px;
	width: 162px;
	padding: 5px 5px;
	display: none;
}
#chat span{
	font-size: 15px;
}
#chat a{
	color: #ffffff;
}
#chat i{
	font-size: 40px;
	line-height: 44px;
}
footer{
    text-align: center;
}
.rodape{
	padding: 70px 10px;
	color: #fff;
}
.rodape .logo{
	width: 300px;
}
.rodape .logo img{
	/* width: 100%; */
}
.rodape p{
	max-width: 400px;
}
.rodape  li{
	padding: 5px;
	list-style: none;
}
.rodape li a{
	color: #fff;
	text-decoration: none;
}
.rodape ul li.destaque{
	color: #fbcf5f;
}
.rodape  li i{
	color: #00A650;
	font-size: 30px;
}
.rodape  li a:hover{
	color: #00A650;
}
.copyright{
	color: #fff;
	background: #2E3092;
}
.copyright .logostatus{
	padding: 20px;
}
/*paginas*/
.capa .img-capa{
	height: 230px;
	background: #000;
	position: relative;
	overflow: hidden;
}
.capa img{
	width: 100%;
	opacity: 0.4;
}
.capa h1{
	color: #fff;
	font-size: 45px;
	line-height: 230px;
	font-weight: 700;
	margin:0;
}
.titulo-pagina{
	position: absolute;
	top: 0;
	width: 100%;
}

.pagina{
	padding: 70px 10px;
}
.pagina-sobre h2{
	border-left: 5px solid #00a650;
	padding-left: 25px;
	width: 170px;
}
.pagina p{
	line-height: 26px;
	padding: 0;
	margin: 0;
}
.pagina p img{
	width: 100%;
	padding: 10px 0;
}
.compartilhe{
	padding: 30px 0;
	font-weight: 700;
}
.compartilhe i{
	color: #00a650;
	font-size: 35px;
	padding: 10px;
}
.autor{
	padding: 30px 0;

}
.avatar{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.avatar img{
	width: 100%;
}
.desc span{
	margin-left: 15px;
	display: block;
	position: relative;
	left: 15px;
	top: 8px;
}
.desc span.data{
	text-transform: capitalize;
}
.sugerido.blog{
	background: #fff;
	padding: 0 0 70px 0;
}
.sugerido a.bt{
	position: relative;
	bottom: 15px;
}
.sugerido .bg_blog img{
	padding-right: 5px;
}
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat{
	float: none;
}
.modal-close{
	color: #fff;
	/* margin: 20px; */
	border-radius: 5px;
}
.modal textarea.materialize-textarea{
	height: 80px;
}
.modal h2{
	font-size: 36px;
}
.modal h2 span{
	color: #00A650;
}
.modal .mensagem{
	color: #969696 !important;
	font-size: 14px !important;
	text-align: center;
}
.modal .mensagem a{
	color: #00A650;
	font-weight: bold;
}
.padding_11{
	margin: 0 11px 20px !important;
	width: 98% !important;
}
.btn:focus, .btn-large:focus, .btn-floating:focus{
	color: #2E3092;
	background: #fff;
}
.icon-menu{
	position: relative;
	top: -10px;
}
nav{
	box-shadow: initial;
}
input[type="submit"]{
	color: #fff;
}
input[type="submit"]:hover{
	color: #ffffff;
}
.section {
	padding-top: 0rem;
	padding-bottom: 0rem;
}
.e-consultas .no-padding  {
	padding: 0 !important;
}
.copyright p{
	padding: 10px;
}
.opacity:hover{
	opacity: 0.9;
}
.newsletter {
	position: relative;
}
footer h3{
	font-size: 22px;
}
.newsletter input[type="text"]{
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	float: left;
	width: 215px;
	color: #fff;
}
.newsletter input[type="submit"]{
	padding: 20px 40px;
	background: #00A650;
	color: #fff;
	border-radius: 5px;
	border: 0;
	position: relative;
	right: 10px;
}

@media (max-width: 993px) {

	header .menu .logo img{
		padding: 22px 0 4px;
		width: 100%;
	}
	.left-align, .right-align{
		text-align: center;
	}
	header i.fa-whatsapp{
		display: none;
	}
	header i.fa-bars{
		color: #2e3092;
	}
	.carousel {
		height: 890px !important;
	}
	textarea.materialize-textarea{
		width: 97%;
	}
	.blog .image-blog{
		width: auto;
	}
	.rodape .logo {
		width: 300px;
		margin: 0 auto;
	}
	.rodape p {
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	.rodape .menu-rodape{
		text-align: center;
	}
	.blog .bg_blog{
		padding-bottom: 15px;
	}
	
	#slide .form_duvidas{
		width: calc(100% - 15%);
		height: 335px;
		background: #fff;
		border-radius: 15px;
		position: absolute;
		top: 170px;
		left: 0%;
		z-index: 9;
		padding: 20px;
		overflow: hidden;
		margin: 0 14px;
		box-sizing: content-box;
	}

}
@media (max-width: 600px) {
	.pagina p img{
		width: 100% !important;
		padding: 10px 0;
	}
	header .menu .logo img{
		padding: 19px 0 4px;
	}
	.carousel.carousel-slider .carousel-item h2{
		font-size: 18px;
		line-height: 25px;
	}
	.carousel {
		height: 1740px !important;
	}
	.slider .slides h3{
		margin-top: 28px;	
		font-size: 55px;
	}
	header .menu .logo {
		width: 273px;
		max-width: 100%;
	}
	textarea.materialize-textarea{
		width: 93%;
	}
	.copyright{
		text-align: center;
	}
	.blog .image-blog {
		width: 100%;
		max-width: 100%;
		left: 0px;
	}

	.solicita-cotacao h3{
		width: 100%;
	}
	.faca-escolha .s12{
		margin-bottom: 20px;
	}
	.sobre{
		
		text-align: center;
	}
	.sobre h3{
		margin-top: 70px;
	}
	.sobre p{
		text-align: justify;
	}
	.depoimentos .depo{
		margin: 0 15px;
	}
	.sobre .resp{
		position: inherit !important;
	}
	.sobre .bg-sobre{
		display: none;
	}
	.sobre .padding{
		padding: 25px !important;
	}
	.newsletter input[type="text"]{
		float: inherit;
	}
	.newsletter input[type="submit"]{
		right: 0;
	}
	.rodape li i{
		font-size: 55px;
		margin-top: 50px;
	}
}
ul.galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.galeria li{
    width: 200px;
    height: 120px;
    border: 3px solid #cccccc30;
    margin: 5px;
    overflow: hidden;
}
ul.galeria li img{
    width: 100%;
}

.faca-escolha .col{
	margin-bottom: 20px;
}