.stop-scrolling { 
  overflow:hidden;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  width: 100%;
}

fieldset{
  margin: 0;
  padding: 0;
  border: none;
}

/* GRID */

.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }

/* COLUMNS */

.colForm {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
}

.colForm:first-of-type {
  margin-left: 0;
}

.rowForm{
  padding: 10px 0;
}

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.wrapperForm{
  margin: 0;
-webkit-box-shadow: 1px 4px 15px 0px rgba(0,0,0,0.64);
-moz-box-shadow: 1px 4px 15px 0px rgba(0,0,0,0.64);
box-shadow: 1px 4px 15px 0px rgba(0,0,0,0.64);
}

/* LOGO */
.logo{
  width:10%;
}

/* STEPS */

.steps{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #87d66a;
  text-align: center;
}


.steps li{
  display: inline-block;
  margin: 3px;
  background-color: #4d8c2c;
  border-radius: 50%;
  color: #bbb;
  padding: 2px 8px;
}

.steps li.is-active{
  background-color: #283b13;
  color: #fff;
  font-size:1.2em;
  border-radius: 50%;
}

#bartitulo{
  background-color: #74CC10;
  padding: 2px 14px;
  margin: 3px;
  font-weight: bold;
}

#bartitulo h4{
  color: #fff;
}

.folioHeaders {
  margin-top: 40px !important;
}

.placeholder::-webkit-input-placeholder {
    color: #f00;
}

.placeholder2::-webkit-input-placeholder {
    color: #777;
}

/* FORM */
.contenedor{
  float : left;
  width : 100%;
  height: calc(100vh - 150px);
  margin-bottom: 20px;
}
.contenedor:after {
    clear: both;
}
.contenedor:before,
.contenedor:after {
    content: " ";
    display: table;
}

.form-wrapper .section{
  padding: 0px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;/*bceda9*/
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  position: relative;
  z-index: 1;
  float: right;
  margin: 0 0 0 -100%;
  width: 100%;
-webkit-box-shadow: 1px 4px 15px 0px rgba(0,0,0,0.64);
-moz-box-shadow: 1px 4px 15px 0px rgba(0,0,0,0.64);
box-shadow: 1px 4px 15px 0px rgba(0,0,0,0.64);
}

.form-wrapper .section h3{
  margin-bottom: 10px;
}

.form-wrapper .section.is-active{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.form-wrapper .button, .form-wrapper .buttonFin{
  background-color: #4d8c2c;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: lighter !important;
  text-transform: capitalize !important;
  position: relative;
  margin:auto;
  width:30%;
  bottom: 20px;
}

.form-wrapper .submit{
  border: none;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-wrapper select{
  display: inline-block;
  text-indent: 10px;
  padding: 10px;
  margin: 10px auto;
  color:#777;
  background-color: #eaeaea;
  border: none;
  width: 100%;
  outline: none;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
-webkit-box-shadow: inset -1px 1px 5px 1px rgba(0,0,0,0.25);
-moz-box-shadow: inset -1px 1px 5px 1px rgba(0,0,0,0.25);
box-shadow: inset -1px 1px 5px 1px rgba(0,0,0,0.25);
}

input[type="date"]:not(.has-value):before{
  color: #777;
  content: attr(placeholder);
}

.form-wrapper input[type="text"],
.form-wrapper input[type="number"],
.form-wrapper input[type="email"],
.form-wrapper input[type="date"],
.form-wrapper input[type="password"]{
  display: inline-block;
  text-indent: 10px;
  padding: 10px;
  margin: 10px auto;
  background-color: #eaeaea;
  border: none;
  width: 100%;
  outline: none;
  font-size: 14px !important;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
-webkit-box-shadow: inset -1px 1px 5px 1px rgba(0,0,0,0.25);
-moz-box-shadow: inset -1px 1px 5px 1px rgba(0,0,0,0.25);
box-shadow: inset -1px 1px 5px 1px rgba(0,0,0,0.25);
}

#respenl {
  width:40%;
  font-size: 16px !important;
  text-align: center !important;
}

/*.innerIcon {
    position: absolute;
}*/

.innerIcon input{
    text-indent: 30px !important;
}

.innerIcon .fa-facebook{
  position: absolute;
  pointer-events: none;
  padding: 18px 0px 0px 5px;
  font-size: 24px;
  color:#395795;
  z-index: 3;
}

.innerIcon .fa-instagram{
  position: absolute;
  pointer-events: none;
  padding: 18px 0px 0px 5px;
  font-size: 24px;
  color:#B13A93;
  z-index: 3;
}

.form-wrapper input[type="radio"]{
  display: none;
}

.form-wrapper input[type="radio"] + label{
  display: block;
  border: 2px solid #CCC;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.form-wrapper input[type="radio"] + label:before{
  content: "✔";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #87d66a;
  color: #fff;
  display: none;
}

.form-wrapper input[type="radio"]:checked + label:before{
  display: block;
}

.form-wrapper input[type="radio"] + label h4{
  margin: 15px;
  color: #bbb;
  font-weight: bold;
}

.form-wrapper input[type="radio"]:checked + label{
  border: 2px solid #87d66a;
}

.form-wrapper input[type="radio"]:checked + label h4{
  color: #87d66a;
  font-weight: bold;
}

.form-wrapper input + i {
  color: #777;
  position:absolute;
  margin-left:-36.5%;
  margin-top:22px;
}

.form-wrapper select + i {
  color: #777;
  position:absolute;
  margin-left:-36.5%;
  margin-top:22px;
}

.form-wrapper input + span {
  color: #777;
  position:absolute;
  margin-left:-75.5%;
  margin-top:22px;
}

.modal-body.form{
    height: calc(100vh - 200px);
    overflow-y: auto;
}
/*.form-wrapper select{
    padding: 0px 5px 0px 0px;
}

*/@media (max-width: 1000px) {
	.three {
		width: 48%;
	}
  #respenl {
    width: 98%;
  }
}

@media (max-width: 600px) {
  .folioHeaders h4, h3{
    display: inline;
  }
  .folioHeaders h4{
    font-size: 16px;
  }
  .folioHeaders h3{
    font-size: 18px;
  }
	.form-wrapper .button, .form-wrapper .buttonFin {
		width: 100%;
	}
  .form-wrapper input[type="radio"] + label h4{
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .modal-body .form{
    max-height: calc(100vh - 150px);
    overflow-y: auto;
  }
  .contenedor{
    max-height: calc(100vh - 150px);
  }
}

@media (max-width: 320px) {
  .form-wrapper input[type="radio"] + label h4{
    font-size: 10px;
  }
}
/*
.modal-dialog{
    overflow-y: hidden !important;
    z-index:99999999 !important;
}
.modal-body.form{
    height: 600px;
    overflow-y: auto;
}
*/