* {
	margin: 0;
	padding: 0;
}


html {
    height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	/*background: url(../img/background.jpg) center center no-repeat;*/
	background:#E1E1E1;
        background-size: cover;
	margin: 0;
	font-size: 62.5%;
	width: 100%;

	height: 100%;

	min-width: 320px;
        position: relative;
        overflow: hidden;
}

.g-recaptcha {
    margin-left: 35px;
   /* transform: scale(0.90);
    transform-origin: 0 0;*/
    position: relative;
    top: 5px;
}

fieldset {
	border: none;
}

input {
	outline: none;
}

.clear {
	clear: both;
}

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

a img {
	border: none;
}

input, select, textarea {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
}

#alerta-erro {
	width: 350px;
	height: 40px;
	line-height: 40px;
	background: #DD5A43;
	text-align: center;
	color: #FFF;
	margin: -85px auto 0 auto;
	border-radius: 4px;
	font-size: 14px;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}

legend {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 120%;
	color: #333333;
	text-align: left;
	margin: 0 0 15px 34px;
	padding: 0 1%;
}

.input-login {
	width: 74%;
	height: 36px;
	line-height: 30px;
	float: left;
	border-radius: 5px;

	position: relative;
	display: block;
	border: 1px solid #D9D9D9;
	margin: 0 0 10px 34px;
	color: #333333;
	padding: 0 3%;
	background-color: #F5F5F5;
}

.btn {
	padding: 0 25px;
	height: 40px;
	font-size: 15px;
	font-weight: 400;
	line-height: 36px;
	background: #10ad00;
	border: 2px solid #10ad00;
	color: #fff;
	cursor: pointer;
	transition: all .3s ease;
	text-transform: uppercase;
	margin-left: 34px;
	font-family: 'Open Sans', sans-serif;
}
ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
}

/****** colunas ******/

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.col-centered {
  display: block;
  margin: 0 auto;
}

.col {
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

.col-full {
  width: 100%;
  padding: 0;
}

@media (max-width: 1200px) {
  .col-md-1 {
    width: 6.86666666667%;
  }
  .col-md-2 {
    width: 15.3333333333%;
  }
  .col-md-3 {
    width: 23.8%;
  }
  .col-md-4 {
    width: 32.2666666667%;
  }
  .col-md-5 {
    width: 40.7333333333%;
  }
  .col-md-6 {
    width: 49.2%;
  }
  .col-md-7 {
    width: 57.6666666667%;
  }
  .col-md-8 {
    width: 66.1333333333%;
  }
  .col-md-9 {
    width: 74.6%;
  }
  .col-md-10 {
    width: 83.0666666667%;
  }
  .col-md-11 {
    width: 91.5333333333%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-full {
    width: 100%;
    padding: 0;
  }
  /*#parallax{display: none;}*/
}

@media (max-width: 768px) {
  .col-sm-1 {
    width: 6.86666666667%;
  }
  .col-sm-2 {
    width: 15.3333333333%;
  }
  .col-sm-3 {
    width: 23.8%;
  }
  .col-sm-4 {
    width: 32.2666666667%;
  }
  .col-sm-5 {
    width: 40.7333333333%;
  }
  .col-sm-6 {
    width: 49.2%;
  }
  .col-sm-7 {
    width: 57.6666666667%;
  }
  .col-sm-8 {
    width: 66.1333333333%;
  }
  .col-sm-9 {
    width: 74.6%;
  }
  .col-sm-10 {
    width: 83.0666666667%;
  }
  .col-sm-11 {
    width: 91.5333333333%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-full {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .col-xsm-1 {
    width: 6.86666666667%;
  }
  .col-xsm-2 {
    width: 15.3333333333%;
  }
  .col-xsm-3 {
    width: 23.8%;
  }
  .col-xsm-4 {
    width: 32.2666666667%;
  }
  .col-xsm-5 {
    width: 40.7333333333%;
  }
  .col-xsm-6 {
    width: 49.2%;
  }
  .col-xsm-7 {
    width: 57.6666666667%;
  }
  .col-xsm-8 {
    width: 66.1333333333%;
  }
  .col-xsm-9 {
    width: 74.6%;
  }
  .col-xsm-10 {
    width: 83.0666666667%;
  }
  .col-xsm-11 {
    width: 91.5333333333%;
  }
  .col-xsm-12 {
    width: 100%;
  }
  .col-xsm-full {
    width: 100%;
    padding: 0;
  }
}

ol, ul, li {
  list-style: none;
  padding: 0;
}

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

h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0;
}

figure {
  margin: 0;
}

p {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

input[type="text"] {
  outline: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

#formulario {
  width: 100%;
  height: 100%;
}

.center {
  width: 100%;
  height: 100%;
  /*
 width: 100vw;
 height: 100vh;

 display: -webkit-box; 
	display: -moz-box;    
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex;        
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
 */
  position: relative;
}

.caixa {
  width: 683px;
  height: 375px;
  background: #FFF;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 9px 9px 1px -7px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.30);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.30);
  border-radius: 9px;
}

.esquerda_caixa {
  width: 40%;
  height: 375px;
  float: left;
  overflow: hidden;
  padding: 0;
  background: url(../img/fundo_esquerda.png) center center no-repeat;
  background-size: cover;
  position: relative;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

.esquerda_caixa img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 26%;
  right: 0;
  left: 0;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

.direita_caixa {
  width: 60%;
  height: auto;
  float: left;
  overflow: hidden;
  padding: 0;
}

*::placeholder {
  color: #333333;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.rc-anchor-normal {
  height: 74px;
  width: 269px;
}

fieldset#login {
  margin-top: 30px;
}
/*fieldset {
	border: none;
	width: 0;
}

#login fieldset {
	width: 350px;
	height: 180px;
	margin: 50px auto 0 auto;
	background: #daeddf;
	border-radius: 7px;
	box-shadow: 0 0 15px #000;
	behavior: url(css/pie/PIE.htc);
}

#login p {
	text-align: center;
	line-height: 60px;
}

#login label {
	float: left;
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: right;
	margin-right: 10px;
	font-size: 14px;
}

#login input[type="text"], #login input[type="password"] {
	width: 200px;
	height: 24px;
	line-height: 24px;
	background: #FFF;
	text-indent: 3px;
	border: 1px solid #333;
	float: left;
	margin: 0 0 10px 0;
}

#login input[type="submit"] {
	width: 116px;
	height: 30px;
	background: url('../img/botao_acessar.png');
	margin: 5px 0 0 106px;
	border: none;
	cursor: pointer;
}*/