@charset "utf-8";


body {
	text-align: center;
	font-family: 'Quicksand', sans-serif;
}

/*
aviso
****************************/
#aviso {
    color: red;
    font-weight: bold;
}
.aviso {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
obrigado
****************************/
.obrigado span {
	color: #646464;
	padding-top: 25px;
}

.obrigado {
	color: #00802b;
	border: 1px solid #00802b;
	display: grid;
	padding: 25px;
	border-radius: 20px;
}

/* 
Simples resete 
****************************/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
}

/*
Container
****************************/
.container {
	float: left;
	width: 100%;
}

/* content */
.content {
	display: flex;
	justify-content: space-between;
	align-self: stretch;
	flex-wrap: wrap;
}

/*
Box
****************************/
.box {
	display: inline-block;
	width: 60%;
	max-width: 980px;
	margin: 0 auto;
	border-radius: 10px;
	margin: 35px 0;
	padding: 5px;
	border: 1px solid #ccc;
	position: relative;
}

/*
bLeft
****************************/
.bLeft {
	float: left;
	width: 420px;
	background-color: #006699;
	border-right: 1px solid #ccc;
	border-radius: 7px 0 0 7px;
	padding: 30px;
}

.bLeft .title {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.bLeft .title h1 {
	color: #fff;
	font-size: 2.7em;
}

.bLeft .title .tagline {
	color: #ccc;
	font-size: 0.em;
}

.apre,
.inf,
.social {
	float: left;
	width: 100%;
}

.inf {
	margin-bottom: 25px;
}

/*
Apresentação
************************************/
.apre .h3,
.inf .h3,
.social .h3 {
	float: left;
	width: 100%;
	color: #fff;
	text-align: left;
}

.apre .h3 {
	font-size: 2em;
}

.apre p {
	text-align: left;
	color: #ccc;
	margin-bottom: 15px;
	font-size: 1em;
}

.inf .h3 {
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: 600;
}

.inf p {
	color: #fff;
	text-align: left;
}

.inf p i {
	color: #ccc;
}

.inf p span {
	margin-left: 5px;
	font-weight: bold;
}

.social .h3 {
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: 600;
}

.social li {
	display: inline-block;
}

.social li a {
	color: #ccc;
	font-size: 2em;
	float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	opacity: 0.8;
	margin-right: 15px;
}

.social li a:hover {
	color: #fff;
	opacity: 1;
}

.developed {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.developed p {
	color: #ccc;
	font-size: 0.7em;
}

/*
bRight
****************************/
.bRight {
	float: left;
	width: 548px;
	padding: 30px;
	border-radius: 0 7px 7px 0;
	background-color: #fff;
}

.bRight .title {
	float: left;
	width: 100%;
	padding: 31px;
	border-bottom: 1px solid #ddd;
}

.bRight .title h1 {
	color: #006699;
	text-transform: uppercase;
	font-size: 2.5em;
}

.bRight .title .tagline {
	color: #888;
}

.bRight .title .tagline a {
	color: #0066ff;
}

.bRight .title .tagline a:hover {
	text-decoration: underline;
}

.formR {
	float: left;
	width: 100%;
	padding: 20px;
	margin-top: 30px;
}

/*
Erro e Ok
********************************/
.erro,
.ok {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 1.1em;
	margin-top: -35px;
	margin-bottom: 12px;
	border-radius: 50px;
}

.erro {
	color: #cc2900;
	border: 1px solid #cc2900;
}

.ok {
	color: #00802b;
	border: 1px solid #00802b;
}

.formR input {
	display: inline-block;
	width: 80%;
	padding: 15px 15px;
	margin: 5px 0;
	border-radius: 50px;
	border: 1px solid #ccc;
	outline: none;
	color: #777;
}

.button p {
	margin-top: 10px;
}

.button {
	color: #888;
}

.button a {
	color: #0066ff;
}

.button a:hover {
	text-decoration: underline;
}

.button button {
	background-color: #f2f2f2;
	color: #777;
	padding: 10px 35px;
	border: 1px solid #ccc;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 1em;
	margin-top: 15px;
	transition: all 0.5;
	-webkit-transition: all 0.5;
	-moz-transition: all 0.5;
	border-radius: 5px;
}

.button button:hover {
	background-color: #006699;
	color: #fff;
}

/*
Divi
***********************/
.divi {
	float: left;
	width: 100%;
	color: #333;
	font-size: 1.1em;
	font-weight: 600;
	padding: 8px;
}

.divi:before,
.divi:after {
	content: " - ";
}


/*
 - Media querys
 ***************************************/
@media (min-width: 320px) {
	.box {
		width: 95%;
	}

	.formR input {
		width: 100%;
	}

	.bLeft {
		float: left;
		width: 100%;
	}

	.bRight {
		float: left;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.box {
		width: 70%;
	}

	.formR input {
		width: 90%;
	}

	.bLeft {
		float: left;
		width: 100%;
	}

	.bRight {
		float: left;
		width: 100%;
	}
}

@media (min-width: 1440px) {
	.box {
		width: 80%;
	}

	.formR input {
		width: 70%;
	}

	.bLeft {
		float: left;
		width: 41%;
	}

	.bRight {
		float: left;
		width: 59%;
	}
}

@media (min-width: 1920px) {
	.box {
		max-width: 980px;
	}

	.formR input {
		width: 80%;
	}

	.bLeft {
		float: left;
		width: 40%;
	}

	.bRight {
		float: left;
		width: 60%;
	}
}