.sticky-footer-survey {
	position: -webkit-fixed;
    position: fixed;
    height: 100px;
	bottom:0px;
    width: 100%;
    background: rgba(31, 82, 165, .8);
    z-index: 9999;
	
}
.displaynone {
	display:none;
}

.disable-class {
	color:#ccc;
}

.checkbox-wrap input {
	width:100%;
}
.max-container {
	max-width: 750px;
	display: block;
	margin: 0 auto;
	padding: 30px 20px;
}
.modal-body .checkbox-wrap, .modal-body .checkbox-wrap label {
	text-align:left !important;
	color:#222 !important;
	margin-bottom:20px;
}
.half-con {
    display: inline-block;
    float: left;
}




.button-survey {
    padding: 10px 20px;
    background: blue;
    color: #fff;
    float: right;
}

.modal-body {
	overflow: hidden;
}

.half-modal-grid i {
	font-size: 80px;
	color: #345194;
	margin-bottom:15px;
}

.half-modal-grid {
	width: 50%;
	display: inline-block;
	float: left;
}
.half-con h2 {
	color: #fff;
}

.btn.btn-big.openmodale {
	float: right !important;
}
/*modal style*/

h1{
  margin:80px 0
}

.spacer {
	height:20px;	
}
.btn {
  background: #428bca;
  border: #357ebd solid 0px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color .1s ease;
}
.btn:hover {
  background: #357ebd;
}

.btn.btn-big {
    font-size: 18px;
    padding: 5px 20px !important;
    min-width: 100px;
}

.btn.btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px;
}
.btn-close {
  color: #aaaaaa;
  font-size: 20px;
  text-decoration: none;
  padding:10px;
  position: absolute;
  right: 7px;
  top: 0;
}
.btn-close:hover {
  color: #919191;
}

.modal-header h3 {
	color:#222;
}
.left-float{
	float:left;
	display:inline-block;
}

.modale:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}



.modal-header h3 {
    color: #222;
    font-family: "Open Sans", sans-serif;
}

.float-left{
	float:left;	
}

span.red-color {
    color: red !important;
    font-size: 10px !important;
}


.float-right {
    float: right !important;
    max-width: 440px;
}
.modal-body input {
	padding-top:15px;
    width: 200px;
    padding: 8px;
    border: 1px solid #ddd;
    color: #888;
    outline: 0;
    font-size: 14px;
    font-weight: bold;
    background: #345194 !important;
    color: #fff !important;
} 
input[type="checkbox"] {
    margin-top: 35px !important;
}

.float-right {
	float:right !important;	
}
.opened:before {
  display: block;
}
.opened .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.checkbox-wrap label {
	font-size:12px;	
	line-height:1.4 !important;
}

.first-col-check {
	width:20px;
}
.left-float input {
	width: auto !important;
}
.modal-body input {
    width: 200px;
    padding: 8px;
    border: 1px solid #ddd;
    color: #888;
    outline: 0;
    font-size: 14px;
    font-weight: bold;
    float: none;
    display: block;
    margin: 0 auto;
}


.modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  margin-left: -300px;
  text-align:center;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  width: 500px;
  box-shadow:0 5px 10px rgba(0,0,0,0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
  padding: 20px;
}
.modal-body input{
  width:200px;
  padding:8px;
  border:1px solid #ddd;
  color:#888;
  outline:0;
  font-size:14px;
  font-weight:bold
}
.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header {
  border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}
.modal-header h1 {
	margin: 0
}
.modal-header h1,.modal-body h3 {
	color:#888;
}

.half-con h2{
	color:#fff;
	font-size:28px;
	font-family: "Open Sans", sans-serif;
}

.modal-header h1, .modal-body h3 {
    color: #222 !important;
}

.half-con.half-con-2 {
    padding: 0 10px;
} 
.modal-body input.grey {
	background:#ccc !important;
}


.half-con h2 {
    color: #fff;
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.7;
}

a.btn.btn-big.openmodale {
    background: transparent;
    border: 2px solid #dada66;
    color: #dada66;
	font-size:16px;
	font-weight:600;
}

.modal-body input.grey {
    background: #ccc !important;
    display: block;
    margin: 0 auto;
}

.conditional {
    display: none;
}
.no-selected {
    width: 100%;
    margin-top: 10px;	
}



@media only screen and (max-width: 768px) {
	.half-con.half-con-2 {
	    float: none;
	    padding: 0 0 40px 0;
	    display: block;
	    width: 100%;
	    max-width: 120px;
	    margin: auto;
	}
	.half-con.half-con-1 {
	    width: 100%;
	}
	.half-con {
	    display: block;
	    float: none;
	    text-align: center;
	}
	.half-con h2 {
	    font-size: 22px;
	    line-height: 1.5;
	}
		.sticky-footer-survey {
	    min-height: 100px;
			height: auto;
		}
		.sticky-footer-survey .modal-dialog {
	    left: 0;
	    width: 95%;
	    right: 0;
	    margin: auto;
	}
}

@media only screen and (max-width: 479px) {
	.modal-body input {
	    width: 100%;
	}
	
	#btn_ingresar {
	    max-width: 150px;
	}

	.half-modal-grid {
	    margin-bottom: 35px;
	}
}