html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	height: auto !important;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
	padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
    font-weight: 200;
    color: rgba(60,60,59,1);
}

a {
	text-decoration: none;
	color: white;
}

.container {
    width: 90% !important;
}


/* -------------------------------- HOME -------------------------------- */
/* -------------------------------- HOME -------------------------------- */
/* -------------------------------- HOME -------------------------------- */

.home {
	width: 100%;
	height: 65vh;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	background-size: 125px 90px;
	background-position: top left;
	background-color: rgba(60,60,59,1);
}

.home .gradient {
	background-image: linear-gradient(180deg, rgba(60,60,59,0), rgba(60,60,59,1));
	width: 100%;
	height: 65vh;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

.home img {
	width: 40%;
	min-width: 250px;
	max-width: 700px;
	display: block;
	margin: 20vh auto;
}


/* -------------------------------- INFO -------------------------------- */
/* -------------------------------- INFO -------------------------------- */
/* -------------------------------- INFO -------------------------------- */

.info {
	background-color: rgba(163,155,75,1);
}

.info .pad {
	padding: 60px 20px 40px 20px;
}

.info .big_title {
	font-size: 32px;
	font-weight: 500;
	text-align: right;
	line-height: 40pt;

	/* até 1k */
	font-size: 37px;
	line-height: 65px;
	padding-right: 30px;
	padding-top: 20px;
}

.info .big_title span.sep {
	display: table-column;
}

.info .text {
	width: 100%;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 30pt;

	/* até 1k */
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 300;
}

.info .text strong {
	display: block;
	margin-bottom: 20px;

	/* até 1k */
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}

.info .text strong:last-child {
	/* até 1k */
	font-size: 22px;
	line-height: 30px;
	margin-top: 20px;
}

/* -------------------------------- BODY -------------------------------- */
/* -------------------------------- BODY -------------------------------- */
/* -------------------------------- BODY -------------------------------- */


.body {
	padding: 120px 0;
	background-color: rgba(60,60,59,1);
}

.body img {
	width: 70px;
	display: block;
	margin: 0 auto 20px auto;
}

.body .big_title {
	color: rgba(163,155,75,1);
	text-align: center;
	font-weight: 200;
	font-size: 28px;
}


/* -------------------------------- FORM -------------------------------- */

.body form {
	width: 80%;
	max-width: 400px;
	margin: 60px auto 0 auto;
}

.body form .form_part1 {
	width: 100%;
}

.body form .form_part2 {
	width: 100%;
}

.body form .validation { 
  font-size: 14px;
  color: #FFFFFF;
}

.body form input, .body form textarea {
	width: 100%;
	height: 50px;
	padding-left: 10px;
	font-size: 17px;
	border: 1px solid rgba(163,155,75,1);
	background: transparent;
	color: rgba(163,155,75,1);
	color: #FFFFFF;
	margin-bottom: 30px;
	outline: 0;
  	border-radius: 0;
  	-webkit-appearance: none;
}

.body form textarea {
	height: 130px;
	padding-top: 13px;
}

.body form #honeypot { 
	display: none;
}

.body form .btn_submit {
	width: 100px;
	margin: 20px auto 0 auto;
	clear: both;
}

.body form input[type="submit"],
.btn-submit-form {
	font-weight: 400;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(163,155,75,1);
	border: 0;
	color: rgba(60,60,59,1);
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

.body form input[type="submit"]:hover,
.btn-submit-form:hover {
	border: 1px solid rgba(163,155,75,1);
	background-color: rgba(60,60,59,1);
	color: rgba(163,155,75,1);
}

/* -------------------------------- FORM -------------------------------- */

.sk-double-bounce {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 15px auto;
  display: none;
}
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(163,155,75,1);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
          animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-doubleBounce {
0%, 100% {
  -webkit-transform: scale(0);
          transform: scale(0);
}
50% {
  -webkit-transform: scale(1);
          transform: scale(1); }
}

@keyframes sk-doubleBounce {
0%, 100% {
  -webkit-transform: scale(0);
          transform: scale(0);
}
50% {
  -webkit-transform: scale(1);
          transform: scale(1); }
}

::-webkit-input-placeholder { color: rgba(163,155,75,1);}
:-moz-placeholder { color: rgba(163,155,75,1);}
::-moz-placeholder { color: rgba(163,155,75,1);}
:-ms-input-placeholder { color: rgba(163,155,75,1);}

.msg_success, .msg_failed { 
	width: 100%;
	height: 100vh;
	background-color: rgba(60,60,59, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	display: none;
	text-align: center;
}

.msg {
	font-size: 16pt;
	color: rgba(163,155,75,1);
	margin-top: 20%;
}

.msg span {
	font-size: 20pt;
	font-weight: 500;
	color: rgba(163,155,75,1);
}

svg {
	/*margin-top: 50px;*/
	width: 20px;
	height: auto;
	/*cursor: pointer;*/
}

.box-close-feed {
	margin: auto;
	margin-top: 50px;
	width: 80px;
	padding: 5px 0;
	/*border: 1px solid red;*/
	cursor: pointer;

}

.box-close-feed .st0 {
	fill: rgba(163,155,75,1);
	transition: all 0.25s ease-in-out;
}

.box-close-feed:hover .st0 {
	fill: rgba(163,155,75,0.2);
}


/* -------------------------------- FOOTER -------------------------------- */
/* -------------------------------- FOOTER -------------------------------- */
/* -------------------------------- FOOTER -------------------------------- */

footer {
	height: 60px;
	background-color: rgba(163,155,75,1);
	padding-top: 25px;
}

footer img {
	height: 13px;
	display: block;
	margin: 0 auto;
}


/* -------------------------------- CLEARFIX -------------------------------- */
/* -------------------------------- CLEARFIX -------------------------------- */
/* -------------------------------- CLEARFIX -------------------------------- */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/**********************/

/* NOVO */

.text-center {
    text-align: center;
}

.g-recaptcha {
	display: inline-block;
}

.body form input, .body form textarea {
	margin-bottom: 10px;
}

.error {
	color: #FFFFFF;
	font-weight: 200;
}
