* {
	margin:0; padding:0; overline:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

body {
	margin:0 auto;
	padding:0;

	font-family: arial;
	font-size: 14px;
}

/* headings */

h1,h2,h3,h4,h5,h6 {color: #1A0862;}

h1 {margin: 0.5em auto 1em}

/* listas */

li {list-style-type: none;}

/* links */

a {color: #777; text-decoration: none;}
a:hover {color: #888;}

/* */

p {
	text-align: justify;
	line-height: 20px;
	padding:5px;
}

/** CLASES GERAIS **/

.strong {
	font-weight: bolder;
	color: #288BC2;
	font-style: normal;
}

.clearfix-superior {
	position: relative;
	background-image: url(..//imagens/onda_2.png);
	background-repeat: repeat-x;

	height: 80px;
	width: 100%;
	z-index: 999;
	top: -90px;
}

.action {
	display: block;
	text-align: center;
	background-color: #24B0FB;
	border-radius: 5px;
	padding:5px 10px;
	color: #fff;
	border:1px solid #24B0FB;
	margin:20px 0 0;
}

.action:hover {
	background-color: #fff;
	border:1px solid #24B0FB;
	color: #24B0FB;
	transition:.2s;
}

/** ==================== TOPO ===================== **/

header {
	position: relative;
	background-image: url(..//imagens/onda_1.png);
	background-repeat: repeat-x;
	background-position: 150px 180px;
	height: 230px;
	z-index: 999;
}


#logotipo {
	background-image: url(..//imagens/logotipo.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0px;
	height: 180px;
}

#logotipo span {
	position: relative;
	display: block;
	top: 160px;
	left: -10px;
	text-align: center;
}

.informacoes-contato {
	float: right;
	position: relative;
	top: -10px;
	margin-right: 10px;
	color: #888;
	text-align: right;
}

/* =========== MENU ============= */

#responsive-menu {display: none;}

.menu {}
.menu ul {
	float: right;
	margin:7% auto;
}
.menu ul li {
	display: inline-block;
	padding:10px;
}
.menu ul li a {
	color: #111;
}

.menu ul li:hover {
	background-color: #e0e0e0;
	transition:.2s;
	border-radius: 3px;
	cursor: pointer;
}

.menu ul li:hover a {
	color: #111;
}

/* ======= SLIDER ======= */

.slider {
	z-index: 0;
	position: relative;
	top:0px;
}

.bg-slider {
	position: relative;
	top: -45px;
	background-image: url(..//imagens/pedrapiscina.jpg);
}

/* ===== conteudo ===== */

.conteudo {
	position: relative;
	top: -100px;
	background-image: url(..//imagens/bg_agua.png);
	background-position: -600px center;
	border:1px solid #ccc;
	border-radius: 5px;
}

.conteudo div {
	margin:20px auto;
}

.conteudo h1 {
	margin:30px 0 1em 20px;
}

.conteudo span {
	display: block;
	margin:20px 20px 10px;
}



/* calls */

.call-1 {
	background-image: url(..//imagens/piscina2.jpg);
	padding:2em 0;
	text-align: center;
	background-position:center 900px;
}

.call-1 span {
	font-size: 40px;
	color: #fff;
	font-weight: bolder;
	display: block;
	margin:0 auto 0.5em;
	text-shadow:1px 1px #667BB4;
}

.call-1 h2 {
	font-size: 20px;
	margin:0 2.5em;
	color: #fff;
	text-shadow:1px 1px #667BB4;
}

.call-1 div {
	background-color: rgba(78, 179, 246, 0.9);
	margin:10px auto;
	padding:2em 0;
	border-radius: 10px;
}

.call-1 .action {
	max-width:30%;
	margin:1.2em auto 0.5em;
	padding:10px 15px;
	font-size: 16px;
	border:3px solid #6C7898;
	background-color: #fff;
	color: #6C7898;
}

.call-1 .action:hover {
	background-color: #5BB5F2;
	color: #fff;
	border:3px solid #fff;
}


/* Servicos */

.servicos {}

.servicos h1 {
	position: relative;
	text-align: center;
	max-width: 52%;
	margin: -80px auto 20px;
	font-size: 30px;
	padding-bottom: 30px;
	background-position: center;
	background-repeat: repeat-x;
}

.servicos h1:after {

}

.servicos img {
	margin: 0 30px 10px 0;
	border:2px solid #1694DF;
	-webkit-box-shadow: 1px 1px 6px 1px rgba(50, 50, 50, 0.36);
	-moz-box-shadow:    1px 1px 6px 1px rgba(50, 50, 50, 0.36);
	box-shadow:         1px 1px 6px 1px rgba(50, 50, 50, 0.36);
	border-radius: 5px;
	max-width: 100%;
}

.servicos p {
	line-height: 25px;
	margin-bottom: 1em;
}

.servicos span {
	display: block;
	text-align: center;
	font-size: 18px;
	margin:2em auto;
	background-color: #00AEEA;
	color: white;
	font-weight: bolder;
	padding:1em 0;
	border-radius: 10px;
}

/* VEDATECH SOBRE */

.sobre {margin-bottom: 4em;}

.sobre h1 {
	text-align: center;
	margin-top: -50px;
	font-size: 26px;
}


.sobre h3 {text-align: center; color: #00AEEA; margin-bottom:2em;}

.sobre>div>div {
	margin:1em auto 1.5em;
	border:1px solid #fff;
	height: 400px;
	cursor: pointer;
}

.sobre>div>div:hover  {
	background-color: #F8FAFC;
	border:1px solid #eee;
	border-radius: 5px;
}

.sobre i {
	color: #1A0862;
	text-align: center;
	display: block;
	margin:1em auto;
	padding:0.3em 0;
}

.sobre .icones p {
	text-align: center;
	color: #658099;
}

.sobre img {
	border:1px solid #658099;
}

.sobre h4 {margin-bottom:1em;}

.sobre ol {
	display: block;
}

.sobre ol li {
	list-style-type: decimal-leading-zero;
	margin:0 0 1em 1.8em; 
	text-align: justify;
	line-height: 25px;
}

.sobre ol span {
	display: block;
	text-align: center;
	margin-top: 2em;
	font-weight: bold;
	color: #1A0862;
	background-color: #F8FAFC;
	padding:1em 0;
	line-height: 30px;
	border:1px solid #e0e0e0;
}

.sobre ol span img {
	display: block;
	margin:10px auto;
	padding:5px;
	border-radius: 50px;
}

#banner-fade2 img {
	overflow: visible;
	border-radius: 10px;
}

/*contato */

.contato {
	color: #555;
	margin-top: 2em;
}

.contato input {
	-webkit-box-shadow: 1px 4px 2px -1px rgba(50, 50, 50, 0.47);
	-moz-box-shadow:    1px 4px 2px -1px rgba(50, 50, 50, 0.47);
	box-shadow:         1px 4px 2px -1px rgba(50, 50, 50, 0.47);
}

.contato input[type="text"] {
	width: 95%;
	padding:0.8em 0.5em;
	margin:0.5em auto;
	border-radius:10px;
	border:1px solid #ccc;
	background-color: #00AEEA;
	color: #fff;
	font-weight: bolder;
}

::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder {
   color: white;
}

::-moz-placeholder {
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}

.contato label {
	display: block;
	margin:1em auto;
}

.contato input[type="radio"] {
	margin:1em 0.3em 1.5em;
	background-color: #00AEEA;
}

.contato #mensagem {
	padding:2.5em 0.5em;
}

.contato input[type="submit"] {
	width: 24%;
	clear: both;
	display: block;
	margin:2em 0em;
	padding:0.3em 0em;
	font-size: 14px;
	background-color: #00AEEA;
	color: white;
	border:3px solid #fff;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}

.contato input[type="submit"]:hover {
	background-color: #fff;
	border:3px solid #00AEEA;
	color: #00AEEA;
	transition:.2s;
}

.contato label {
	font-weight: bold;
	color: #00AEEA;
}

.localizacao {
	position: relative;
	width: 100%;
	z-index: 1;
	top: 55px;
}

/** ============= FOOTER ============== **/


footer {
	position: relative;
	background-image: url(..//imagens/bg_rodape.png);
	padding:2em 0;
	background-repeat: repeat-x;
	color: #fff;
	margin-top: 1em;
	text-shadow:1px 1px #1A0862;
	z-index: 999;
}

footer a {color: white;}
footer a:hover {
	color: #1A0862;
	text-shadow:2px 1px #333;
	text-decoration: underline;
	transition:.2s;
}

footer .menu ul {
	float: none;
}

footer .menu ul li:hover {
	background-color: inherit;
}

footer .menu ul li:hover a {
	color: inherit;
}

footer .menu ul li a {
	color: white;
}

footer span {
	display: block;
	clear: both;
}

footer h2 {color: white; margin-bottom: 1em;}

footer ol li {
	margin:5px auto;
}


@media only screen and (max-width: 767px) {

	header {height: auto; background-image: none;}

	#logotipo {background-size: 100%;}



	/*menu*/

	.menu {display: none;}

	.menu ul {float: none;}
	.menu ul li {
		display: block;
		text-align: center;
		text-align: center;
		border-bottom:1px solid #fff;
		width: 100%;
		padding:10px 0;
		background-color: rgba(78, 179, 246, 0.9);
	}

	.menu ul li a {color: white;}

	.informacoes-contato {
		top: 0;
		margin:1em auto 2em;
		text-align: center;
		height: 110px;
		display: block;
	}

	#responsive-menu {
		display: block; 
		margin:1em auto;
		font-size: 20px;
	}

	#responsive-menu span {}

	#responsive-menu i {
		float:right;
		cursor: pointer;
	}

	/*conteudo */

	.slider {
		top: 0;
		margin-top:;
	}

	.clearfix-superior {background-image: none;}

	.conteudo {top: -50px;}

	.conteudo .action {
		margin:1em auto;
	}

	.conteudo iframe {display: none;}
	.conteudo img {margin-left:3%;}

	iframe {max-width: 100%;}


	.call-1 {}

	.call-1 span {
		font-size: 34px;
	}

	.call-1 .action {
		max-width: 70%;
	}

	.sobre img {
		width: 90%;
		margin:10px 10px 20px;
	}

	.sobre h4 {clear: both; margin:2em auto;}

	.sobre ol {clear: both;}

	/*footer */

	footer {
		height: auto;
		background-position:310px;
		text-align: center;
		margin:0;
	}

	footer .menu {display: none;}

	footer h2 {margin-bottom:0.3em;}

	footer ol {margin:0;}


}