/*
2019 - Business D' Kolves
URL: http://dkolves.com.br
Author: Demetrius Loblein
Author URL: http://loblein.com.br
*/



/*HEADER*/

.clear{clear:both;}
	a{text-decoration:none;}
body{ margin:0 auto;background-image:url(../img/layout/bg-desktop.jpg);background-size:100%;}
html{font-size:30px; font-family:arial;}
header {background-image:url(../img/layout/bg-formulario.png);}
header#apresentacao{width:100%; max-width:1400px; margin:0 auto;}
header#apresentacao h1{ display:none;}
header#apresentacao div.computador{ display: block; width:100%; margin:0 auto;}
header#apresentacao div.computador img{width:100%; margin:0 auto;}
header#apresentacao div.celular{ display: none;}


header#formulario{width:100%; max-width:1400px; margin:0 auto;}
header#formulario h1{ display:none;}
header#formulario div.computador{ display: block; width:100%; margin:0 auto;}
header#formulario div.computador img{width:100%; margin:0 auto;}
header#formulario div.celular{ display: none;}

header form{width:100%; text-align:center; margin-top:30px; padding-bottom:30px;} 
header form div.left{display:inline-block;  width:45%;text-align:center; vertical-align:top;}


header form div.left div.texto{width:100%; font-size:1.2em;text-align:center; line-height:3; color:#fff;} 
header form div.left div.texto small{font-size:0.6em; margin-top:-30px;}
header form div.left img.icone{width:180px;text-align:center;margin:0 auto;} 


header form div.right{display:inline-block; width:45%; vertical-align:top;}

header form div.right div.box{ padding:7px;text-align:left; background-color:#fff; color:#999; margin:5px; margin-bottom:10px; border-radius:5px;}
header form div.right div.box label{font-size:0.9em;}
header form div.right div.box input[type="text"]{width:100%; font-size:1em; padding:7px; border:none;}

header form div.right input[type="reset"],
header form div.right input[type="submit"]{color:#fff;cursor:pointer;width:47%; font-size:1em; margin:5px; line-height:2; padding:5px; border-radius:7px; text-align:center; border:none;}

header form div.right input[type="submit"]{background-color:#92bddd;}
header form div.right input[type="reset"]{background-color:#fc6a6a;}

header form div.right input[type="submit"]:hover{background-color:#6799bc;}
header form div.right input[type="reset"]:hover{background-color:#d85d5d;}


header#agradecimento{width:100%; margin:0 auto;background-image:none; }
header#agradecimento div.agradecimento{text-align:center; color:#248000; padding:20px; 
border-radius:12px;background-color:#fff;max-width:800px; font-size:0.8em; margin:0 auto; margin-top:30px; }
header#agradecimento div.agradecimento b{color:#235d9a;}
header#agradecimento div.agradecimento img{ width:120px; margin:30px;}

div.link-baixo{width:100%; text-align:center;text-decoration:none; line-height:2;background-color:red; color:#fff; font:arial; font-size:1.2em;}
 div.link-baixo a{text-decoration:none;} 

@media (max-width: 800px) {

body{background-image:url(../img/layout/bg-celular.jpg);}
header#apresentacao div.computador{ display: none;}
header#apresentacao div.celular{ display: block; width:100%; margin:0 auto;}
header#apresentacao div.celular img{width:100%; margin:0 auto;}	

header#formulario div.computador{ display: none;}
header#formulario div.celular{ display: block; width:100%; margin:0 auto;}
header#formulario div.celular img{width:100%; margin:0 auto;}	
header form{margin-top:0px;} 

header form div.left{width:100%; margin-bottom:3px;}
header form div.right{width:100%; }

header form div.right div.box label{font-size:0.6em;}
header form div.right div.box input[type="text"]{width:90%; margin:0 auto; font-size:0.9em; padding:5px; border:none;}


header form div.left div.texto{width:50%; float:left; font-size:0.9em;text-align:center; line-height:2; color:#fff;} 
header form div.left img.icone{width:90px;text-align:center;margin:5px;} 





	
}