@charset "utf-8";
/* CSS Document */
* {
/* With these codes padding and border does not increase it's width.Gives intuitive style. */
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0,51,102,1)
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0,51,102,1)
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0,51,102,1)
}
.formbg {
	float:left;
	clear:none;
	width:100%;
	height:auto;
	min-height:500px;
	background-image:url('images/Email.png');
	background-repeat:no-repeat;
	background-position:center;
	 background-size: cover;
     background-attachment:fixed;
}
.inputimage {
	width:80%;
	}
form{
width:90%;
margin:0;
font-family: "Open Sans", Arial,Helvetica, sans-serif;

}
.separador {
	float:left;
	clear:both;
	height:10px;
	border-bottom:1px dashed rgba(0,51,102,1)
	width:90%;
	margin: 5px 0 22px 6%;;
}
.subtitulo {
	float:left;
	clear:both;
	height:35px;
	width:90%;
	margin: 25px 0 30px 3%;
	border-bottom:1px solid rgba(0,51,102,1)
}
required {
	border: 1px solid rgba(0,51,102,1)}
/* Makes responsive fields.Sets size and field alignment. */
.inputtextidx{
	clear:both;
	float:left;
margin-left:15px;
margin-bottom:10px;
margin-top:3px;
width:87%;
padding:10px;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1em;
border-radius:3px;
border:1px solid #ccc;
}
.inputtextidx:required{
	background: #FFF;
	border: 1px solid #F00;
}
.inputtext{
	clear:both;
	float:left;
margin-left:10px;
margin-bottom:10px;
margin-top:3px;
width:96%;
padding:10px;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
color:rgba(0,51,102,1)
font-size:1.5em;
font-weight:500;
border-radius:3px;
border:1px solid rgba(0,51,102,1)
background: rgba(255,255,255,.3);
}
.inputtext:required{
	background: rgba(255,255,255,.4);
	border: 1px solid rgba(0,51,102,1)
}
.inputtext:focus {
background: rgba(255,255,255,.6);
}

.input{
	float: right;
	clear:both;
	display:block;
	margin: 10px 6px 10px 6px;
width:auto;
padding:15px;
border-radius:5px;
border:2px solid rgba(0,51,102,1)
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1em;

color: rgba(0,51,102,1)
cursor:pointer;
background-color:#FFF;
-moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.input:hover{
	border:2px solid #fff;
	background-color: rgba(0,51,102,1)
	color: #fff;
}
.input2{
	float: left;
	clear:both;
	display:block;
	margin: 10px 6px 10px 30px;
width:auto;
padding:12px;
border-radius:5px;
border:2px solid #ccc;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1em;

color: #333;
cursor:pointer;
background-color:#FFF;
-moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.input2:hover{
		border:2px solid #F00 ;
	color: #F00;
}
.inputbusca{
	float: left;
	clear:none;
	display:block;
	margin: 3px 3px 5px 6px;
width:auto;
padding:5px;
border-radius:4px;
border:2px solid #ccc;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
color: #1D1D1D;
cursor:pointer;
background-color:#FFF;
-moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.inputbusca:hover{
	border:2px solid #000 ;
	color: #000;
}

.textarea {
	
	float:left;
	font-family:"Open Sans", Arial,Helvetica, sans-serif;
	color: rgba(0,51,102,1)
font-size:1.5em;
width:87%;
padding:8px;
margin-top:20px;
margin-left:15px;
border:1px solid rgba(0,51,102,1)
border-radius:3px;
margin-bottom:15px;
min-height:80px;
background: rgba(255,255,255,.4);
}
.textarea:focus {
background: rgba(255,255,255,.6);
}
.inputtext:focus, .textarea:focus{
border-color:#F00;
}
.inputtextcode{
	clear:both;
	float:left;
margin: 3px 10px 15px 3%;
width:auto;
padding:10px;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1em;
border-radius:5px;
border:1px solid #999;
}
.select{
	float:left;
	clear:none;
margin: 3px 6px 30px 10px;
width:96%;
padding:10px;
border-radius:5px;
border:1px solid rgba(0,51,102,1)
font-family:"Open Sans", Arial,Helvetica, sans-serif;
color:rgba(0,51,102,1)
font-size:1.4em;
line-height:1.3em;
background: rgba(255,255,255,.4);
}
.select:focus {
background: rgba(255,255,255,.6);
}
.select2{
	float:none;
	clear:none;
margin: 3px 6px 30px 3%;
width:auto;
padding:10px;
border-radius:5px;
border:1px solid #999;
font-weight:bold;

}
.selectbuscador{
	float:left;
	clear:none;
margin: 6px 0px 6px 4px;
width:auto;
padding:4px;
border-radius:2px;
border:1px solid #999;
font-weight:bold;
}
.styled-selectp select{
	
	font-family:"Open Sans", Arial,Helvetica, sans-serif;
color:rgb(6,75,142);
font-size:1em;
	background: transparent;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	width:110%;
	padding:6px 4px 2px 6px;
	border:0 none;
	cursor:pointer;
	-webkit-appearance: none;
}
.styled-selectp {
	float:left;
	clear:none;
	margin:4px 0px 0 4%;
   width: 186px;
   height: 38px;
   overflow: hidden;
   background: url(../images/down-arrow-select.png) no-repeat right #fff;
   border: 1px solid #06C;
   border-radius:3px;

  }
.inputbuscahead{
	float: left;
	clear:none;
	display:block;
	margin: 6px 6px 6px 10px;
width:80px;
padding:5px;
border-radius:5px;
border:1px solid #06c;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
color: #4E92B6;
cursor:pointer;
background-color:#FFF;
-moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.inputbuscahead:hover{
	border:1px solid #F00 ;
	color: #F00;
}
.captcha {
	float:left; clear:both; text-align:left; margin-left:0;
}
.radio {
	float:left;
	clear:both;
	margin:3px 8px 0 0;
	
}
/*label {
	float:left;
	clear:both;
	margin:9px 0 0 0;
}*/
@media screen and (min-device-width: 481px){
* {
/* With these codes padding and border does not increase it's width.Gives intuitive style. */
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}

form{
width:100%;
margin:2px 0 0 0;
}
/* Makes responsive fields.Sets size and field alignment. */
.inputtextidx{
	clear:none;
	margin-left:25px;
margin-bottom:10px;
margin-top:3px;
width:40%;

}
.inputtext{
	clear:none;
	margin-left:20px;
margin-bottom:10px;
margin-top:3px;
width:88%;

}

.inputbusca{
	float: left;
	
}
.input{
	
	float:right;
	margin: -50px 54px 10px 6px;
	
}
.textarea{
	clear:both;
width:86%;
padding:8px;
margin-left:20px;
margin-top:25px;
margin-bottom:20px;

}
.inputtextcode{
	float:left;
width:50%;
}

.captcha {
	float:left; clear:both; text-align:left; margin:0 0 0 1%;
}
}
@media only screen and (min-width: 769px) {
.inputtextidx{
font-family:"Open Sans", Arial,Helvetica, sans-serif;
margin-bottom:10px;
margin-top:3px;
margin-left:15px;
width:80%;
border-radius:3px;
}
.inputtextcode{
	float:left;
width:37%;
}
.inputbusca{
	float: left;
	
}
.inputtext{
	clear:none;
	margin-left:25px;
margin-bottom:10px;
margin-top:3px;
width:40%;
font-size:1.1em;

}
.textarea{
font-size:1.1em;
}
.select{
	float:left;
	clear:none;
	margin: 3px 0px 10px 25px;
	font-size:0.9em;
	width:40%;

}
.select2{
	float:none;
	clear:none;
	margin: 3px 6px 30px 2%;

}
.input{
	float: left;
	clear:both;
	display:block;
	margin: 20px 10px 10px 4%;
}
.captcha {
	float:left; clear:none; text-align:left; margin:5px 0 0 4%;
}
.styled-selectp {
	float:left;
	clear:none;
	margin:4px 4px 0 2%;
}
}
@media screen and (min-device-width: 1025px){
* {
/* With these codes padding and border does not increase it's width. Gives intuitive style. */
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
form{
width:99%;
margin:0 auto;
}

/* Makes responsive fields. Sets size and field alignment. */


.inputtext{
font-family:"Open Sans", Arial,Helvetica, sans-serif;
margin-bottom:10px;
margin-top:3px;
margin-left:30px;
width:30%;
border-radius:3px;
}
.select{
	float:left;
	clear:none;
	margin: 3px 0px 10px 30px;
width:30%;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1.1em;
}
.inputtextidx{
font-family:"Open Sans", Arial,Helvetica, sans-serif;
margin-bottom:10px;
margin-top:3px;
margin-left:15px;
width:80%;
border-radius:3px;
}
.inputtextcode{
	float:left;
width:36%;
}
.inputbusca{
	float: left;
	
}
/* Makes responsive fields. Sets size and field alignment. */
/*.input{
	float: left;
	clear:none;
	display:block;
	margin: 20px 10px 10px 6px;
}*/


.textarea{
	clear:none;
width:63%;
padding:6px;
margin-top:3px;
margin-left:30px;
border-radius:5px;
margin-bottom:20px;
resize:none;
font-family:"Open Sans", Arial,Helvetica, sans-serif;

}
.inputtext:focus, .textarea:focus{
border-color:rgb(6,75,142);
}
.input{
	float: right;
	clear:none;
	display:block;
	margin: 20px 10px 10px 3%;
}
.captcha {
	float:left; clear:none; text-align:left; margin:6px 0 0 3%;
}
}
