.main {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222;
}
input, button, select, textarea{font-family:Arial, Helvetica, sans-serif;}

.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
	font-family: Arial, Helvetica, sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}
img {
	border: 0;
	max-width: 100%;
	vertical-align:middle;
}

a { text-decoration:none;color:#222;}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
	clear: both;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #888;
   
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 0;
  outline:0;
  outline-offset:0;
}
a:hover,
a:active {
  outline: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button:-moz-focus-inner,
input:-moz-focus-inner {
  padding: 0;
  border: 0;
}


button:focus,
input:focus,
select:focus,
textarea:focus {
 outline: 0;
}

.hiden { display:none !important;}	
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.row:after {
	content:"";
	clear:both;
	display: block;

}
.red { color: #E23838!important;}
.text-center {
	text-align:center !important;
	}
.font-700 { font-weight:700 !important;}

.full-width {
	width:100%;
	display:inline-block;
	}
.main {
	margin:auto;
	width:100%;
	max-width:800px;
	padding:0 10px;
	}
	.main .container {
		margin: auto;
		width: 100%;
		max-width: 1030px;
		padding: 0 10px;
	}
.box-form {
	width:100%;
	display:inline-block;
	margin-top:30px;
	padding-bottom:50px;
	}
.box-form .title {
	margin:0;
	font-size:18px;
	text-transform:uppercase;
	color:#333;
	margin-bottom:30px;
	}
	
.box-form .list-form {
	margin:0;
	padding:0;
	}
.list-form .row { margin:0 -10px;}	
.box-form .list-form li {
	width:100%;
	float:left;
	list-style:none;
	margin-bottom:15px;
	}
.list-form  .item {
	width:100%;
	float:left;
	margin-bottom:15px;
	padding:0 10px;
	}
.list-form  .item:last-child {
	margin-bottom:0;
	}
.list-form   .input-text {
    width: 100%;
    display: inline-block;
    height: 41px;
    padding: 10px 15px;
    line-height: 21px;
    text-align: left;
    color: #333;
    font-size: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
}
.list-form  .textarea {
	width: 100%;
    display: inline-block;
    height: 120px;
    padding: 10px 15px;
    line-height: 21px;
    text-align: left;
    color: #333;
    font-size: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
	}
.list-form   .input-text.erro {
	 border: 1px solid #E23838
	}
.list-form .text-erro {
	color: #E23838;
	margin:0;
	margin-top:3px;
	font-size:14px;
	}	
.list-form  .label {
	display:block;
	font-size:16px;
	color:#333;
	margin-bottom:5px;
	font-weight: bold;
	}
.list-form  .box-room {
	width:100%;
	display:inline-block;
	max-width:600px;
	}	
.list-form .item-col-4 {
	width:50%;
	float:left;
	padding:5px 10px;
	}
.list-form .item-col-6 {
	width:100%;
	float:left;
	padding:5px 10px;
	}
.list-form .box-check-sub {
	width:100%;
	display:inline-block;
	background:#f1f1f1;
	 border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding:0 10px;
	margin-top:10px;  
	}
.list-form  .btn-button {
    padding: 10px 25px;
    display: inline-block;
    width: auto;
    background: #D33939;
    border-radius: 25px;
    height: 45px;
    margin-top: 10px;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}			
.radio {
  position: relative;
  display: inline-block;
  color:#333;
  font-size:15px;
  line-height:22px;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
 .radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f0f0f0;
  border-radius: 100%;
  border: 1px solid #dcdcdc;
  display: inline-block;
  width:20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-right: 6px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;

}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color:  #1A91E7 ;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #dcdcdc;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
/*check*/
.checkbox {
	display:inline-block;
	width:100%;
	margin-top:10px;
}

.checkbox input[type="checkbox"] {
    display:none;
}

.checkbox input[type="checkbox"] + label {
    color:#333;
    font-size:14px;
	line-height:20px;
}
.checkbox input[type="checkbox"] + label .check {
     
    line-height: 20px;
    height: 20px;
    width: 20px;
    vertical-align:middle;    
    cursor:pointer;
    text-align: center;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
    position: relative;
	background: #ddd;
	float:left;
	margin-right:10px;
}
.checkbox .text{
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	}
.checkbox  input[type="checkbox"] + label .check {
    color: #fff;   
}
 
.checkbox input[type="checkbox"]:checked + label .check{
	 background: #1A91E7;
	}
.checkbox input[type="checkbox"]:checked + label .check:before { 
  
    position: absolute;
    left:0;
    top: 0;	
  content: '';
  width:100%;
  height:100%;
  background:url(../images/icon-check.svg) no-repeat center center;
}

/*--popup--*/
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
	display:none;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
	display:block;
}

#show-pp.modal {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

#show-pp .modal-dialog {
	width: 100%;
	margin: 0 auto;
	max-width: 540px;
	padding: 10px;
	margin-top: 100px;
}
#show-pp .modal.in .modal-dialog {
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#show-pp .modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(0,-25%,0);
	-o-transform: translate3d(0,-25%,0);
	transform: translate3d(0,-25%,0);
}
#show-pp .modal-dialog .close {
	float: right;
	width: 26px;
	height: 26px;
	background: url(../images/icon-close.png) no-repeat center center transparent;
	position: absolute;
	top: -36px;
	right: 0;
	z-index: 1;
	cursor: pointer;
}
#show-pp .modal-dialog button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	border: 0;
}
#show-pp .modal-dialog .content-popup {
	width: 100%;
	display: inline-block;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	font-size: 16px;
	line-height: 25px;
	min-height: auto;
}
					
@media only screen and (min-width: 768px){ 
	.container, .main {
	padding:0 15px;
	}
	
	.box-form .list-form li {
		margin-bottom:20px;
		
		}
	.list-form .label {   
    margin-bottom: 8px;
}		
	.list-form  .item {
		width:50%;
		float:left;
		padding:0 15px;
		margin:0;
		}
	.list-form  .row { margin:0 -15px;}	
	.list-form .item-col-4 {
		width:33.3333%;
		padding:8px 15px;
	}
	.list-form .item-col-6 {
	width:50%;
	padding:8px 15px;
	}
.checkbox input[type="checkbox"]:checked + label .check:before { 
  
  background:url(../images/icon-check.png) no-repeat center center;
}	
.list-form .box-check-sub { padding:0 20px;}
}

.box-form .list-form .button {
	position: relative;
	display: inline-block;
	background: #2483C5;
	color: #fff;
	text-align: center;
	border-radius: 0.5em;
	text-decoration: none;
	padding: 0.65em 3em 0.65em 3em;
	border: 0;
	cursor: pointer;
	outline: 0;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (min-width: 960px) 
{
	.box-form .list-form .button {
		max-width: 300px;
	}
}
@media only screen and (min-width: 980px) {
	form {
		padding: 0px;
	}
}
.field-validation-error {
	margin: 0;
	margin-top: 5px;
	font-size: 14px;
	color: #E23838;
	display: block;
}
.input-validation-error {
	border: 1px solid #E23838 !important;
}
.hide-input {
	height: 0px;
	width: 0px;
	border: none!important;
	position: absolute;
}