@charset "utf-8";
/* CSS Document */
/* */
/*@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');*/

*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*font-family: 'Poppins', sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
}

#Tudo{
	width: 75vw;
}

.bgimg
{
	/*position:fixed;
	z-index:-1;
*/}

body{
/*	background-image:url(/www/Imagens/contato2.png);
	background-size:cover;
	background-position:center;	
*/	
/*background-origin:padding-box;*/
}

header
{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: auto;
}

section
{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	border-radius:5px;
/*	background: linear-gradient(-30deg, #03a9f4 0%, #3a78b7 50%, #262626 50%, #607d8b 100%); original
*/	

	/*background-image:url(../Imagens/contato.jpg);
	background-size:cover;
	background-repeat:repeat-x;*/
	
	
	/*background: linear-gradient(-30deg, rgba(3, 169, 244, 0.5) 0%, rgba(58, 120, 183, 0.5) 50%, rgba(38, 38, 38, 0.5) 50%, rgba(96, 125, 139, 0.5) 100%);*/
	
	background-image:url(https://depseguros.com.br/Imagens/contato.jpg);
	background-size:100% 96%;
	background-position:center;
	background-repeat:no-repeat;

	/*background-color: rgba(0,0,0,0.5);
	background: transparent 50%;*/
	/*filter: hue-rotate(120deg);
	animation: animate 10s linear infinite;*/
}

/*@keyframes animate
{
	0%
	{
		filter:hue-rotate(0deg);
	}
	100%
	{
		filter:hue-rotate(360deg);
	}
}
*/
.box
{
	position:relative;
	padding: 50px;
/*	width: 360px;
	height: 480px;
*/	width:auto;
	display: flex;
	justify-content: center;
	align-items: center;
/*	background: rgba(255,255,255,0.1); original*/
	background: rgba(0,0,0,0.8);
	border-radius: 6px;
	box-shadow: 0 5px 35px rgba(0,0,0,0.5);
}
.box::after
{
	content:'';
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 5px;
	pointer-events: none;
/*	background:#FFF;
	opacity: 0.3;
*/	/*background:	rgba(255,255,255,0.3)*/
	background:	linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 15%, transparent 50%, transparent 85%, rgba(255,255,255,0.1) 100%);

}
.form
{ background: rgba(0,0,0,0);

	}

.box .form
{
	position:relative;
	width: 100%/
}

.box .form h2
{
	color:#FFF;
	font-weight:600;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.box .form .inputBx
{
	position:relative;
	width: 100%;
	margin-bottom: 20px;
}

.box .form .inputBx input, textarea
{
	width: 100%;
	outline: none;
	border: 1px solid rgba(255,255,255,0.2);
	background: transparent;
	padding: 8px 10px;
	padding-left: 35px;
	border-radius: 6px;
	color:#FFF;
	font-size: 16px;
	font-weight:300;
	box-shadow: inset 0 0 25px rgba(0,0,0,0.2);
}
.box .form .inputBx i
{
	position:absolute;
	top: 8px;
	left: 10px;
/*	transform:scale(1);
*/	color: #fff;
	font-size:22px;

	
	/*filter: invert(1);*/
}

.box .form .inputBx input::placeholder, textarea::placeholder 
{
	color: #fff;
	line-height: 20px;
}

.box .form .inputBx input[type="submit"]
{
	background: #fff;
	color:#111;
	max-width: 120px;
	padding: 8px 10px;
	padding-left:30px;
	box-shadow: none;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;

}

.depbtn
{
	max-width: 220px;
	padding: 8px 100px;
	padding-left:30px;
	padding-right:10px;
	box-shadow: none;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
}

.labelchkbox
{
	position: relative;
	display: inline-block;
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
	cursor: pointer;
	}
	
@media (max-width: 600px) {
#Tudo {
	width: 100%;
	height:auto;
	background-color: #FFF;
	margin: 0 auto;
}
	
}