footer {
  width: 100%;
  text-align: center;
  float: left;
  background:#0a1825;
  padding:.5em 0;
  color:#fff;
  margin:2em 0 0 0;
}
#fussr {
  position: sticky;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #0a1825;
  padding: .5em 0;
  color: #fff;
  margin: 2em 0 0 0;
}
/*Container*/
#core_container {
  width:1200px;
  margin:0 auto;
  box-sizing: border-box;
  margin: 0 auto;
  padding:0;
/*PLANS*/
  display: block;
}
#plans {
  display: block;
  background: #fff;
  padding: 2em;
  border-radius: .5em;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
#options, .options {
  width: 22%;
  display: inline-block;
  margin: auto;
  padding: 0 1%;
  align-self: auto;
  vertical-align:top ;
}
.char {
  width: 100%;
  min-height:100px;
}

.options img{
  width: 100%;
  height: auto;
  align-self: center;
}
.options h2 {
  width: 100%;
  margin: .5em 0 0 0;
  padding: 0;
  text-transform: uppercase;
}
.options h1 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight:bolder;
}
.options small {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
}
.terms {
  width: 96%;
  margin: 0 auto;
  display: block;
  padding: 0 2%;
  font-size: 12px;
}
.terms ol {
  margin: 2em 0 0 0;
  padding: 0 4%;
  min-height:200px;
}
.terms li {
  text-align: left;
  padding: 0 0 0 .5em;
  margin: .5em 0;
  list-style-position: outside;
}
/*BUTTONS*/
#bgroup, .bgroup {
  width: 100%;
  align-self: auto;
  padding: 1em 0;
}
#bgroup button,.bgroup button {
  background: #0a1825;
  font-size: 16px;
  color: #fff;
  padding: .5em 2em;
  border-radius: .5em;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  transition: background-color 0.4s ease;
  transition: all .2s ease-in-out;
}
.bgroup button:hover {
  background: #ff4921;
  cursor: pointer;
  transform: scale(1);
}
.bgroupr {
  width: 100%;
  padding: 1em 0;
  text-align: center;
}
.button {
  background: #0a1825 !important;
  width: 80% !important;
  margin: 0 auto .5em auto;
  font-size: 2.5vh;
  color: #fff;
  padding: .5em 2em;
  border-radius: .5em;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  transition: background-color 0.4s ease;
  transition: all .2s ease-in-out;
}
.button:hover {
  background: #ff4921 !important;
  cursor: pointer;
  transform: scale(1.1);
}
/*ARROW*/
.arrow-down {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 24px solid #fff;
  margin: 0 auto;
}
/*QUE HACEMOS*/
#qhxt article {
  width: 47%;
  float: left;
  padding: 0;
  margin: 0 0 0 2%;
}
#qhxt article:nth-child(2) img {
  width:13%;
  float: left;
  margin:0;
  padding: 0 3%;
}
#qhxt article:nth-child(2) p {
  width:65%;
  float: left;
  margin:0;
  padding: 0 2.5%;
  text-align: justify;
}
#qhxt article:nth-child(3) {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 3px 1px #CCC;
}
#qhxt article:nth-child(3) h2 {
  text-transform: uppercase;
  margin-left: 25px;
}
#qhxt .register input {
    width: 88%;
    margin: 5px 25px;
    padding: 1em;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #bebebe;
    font-size: 2vh;
    font-family: 'Raleway', sans-serif;
}
/*Neu steps*/
.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 3px;
  font-size: 2vh;
  line-height: 1.428571429;
  border-radius: 15px;
  font-weight: 500;
  background: #ff4921;
  border-color: transparent;
  font-size: 110%;
}
.btn-default {
    color: #f0f0f0;
}
.btn[disabled] {
    color: #ccc;
}
#rff {
    position: fixed;
    bottom: 0;
}
/*STEPS wizard*/
#nsteps {
  width:800px;
  margin: 0 auto;
  padding:1em 0;
}
#nsteps li a {
  text-decoration: none;
  font-size: 1.5em;
  color:#fff;
  background: #ff4921;
  padding: .2em .5em;
  border-radius:.25em;
}
#steps {
  width: 70%;
  margin: 0 14%;
  float: left;
  padding: 1em;
  background: #fff;
  border-radius: .5em;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
#steps h3 {
  text-transform: uppercase;
}
#steps section {
  width:100%;
  margin: 0 auto;
  padding: 1em 0;
}
.items {
  width: 100%;
  float: left;
  margin:0 0 2em 0;
}
/*,#freg_servicios img,#freg_restaurante img  {*/
#freg_automotriz img,#freg_restaurante img ,  #freg_servicios img {
width: 60%;
height: auto;
margin: 0 auto;
}
#choose img {
width: 40%;
height: auto;
margin: 0 auto;
}
#step-1_1 #freg_automotriz,#step-1_1 #freg_servicios, #step-1_1 #freg_restaurante {
  width:29%;
  margin:5px 20px;
  padding: 0 0 1em 0;
  float:left;
  -webkit-transition: margin 0.5s ease-out;
  -moz-transition: margin 0.5s ease-out;
  -o-transition: margin 0.5s ease-out;
}
#step-1 #freg_automotriz:hover {
  cursor:pointer;
  margin-top: 3px;
}
#step-1 #freg_servicios:hover {
  cursor:pointer;
  margin-top: 3px;
}
#step-1 #freg_restaurante:hover {
  cursor:pointer;
  margin-top: 3px;
}
#freg_automotriz h3,#freg_restaurante h3 ,  #freg_servicios h3 {
  text-transform: capitalize;
}
#choose {
  width: 33%;
  display: inline-block;
  margin: 0 auto 1em auto;
}
#choose ul li {
  display:block;
  text-align: left;
  margin: .5em 0;
}
#next {
  width: 100%;
  margin:1em 0;
  float: left;
}
#next button::after {
  content: " â¯";
  padding: 0 0 0 .5em;
}
#next button {
  width:auto;
  background: #0a1825;
  font-size: 2.5vh;
  color: #fff;
  padding: .5em 2em;
  border-radius: .5em;
  border: none;
  transition: background-color 0.4s ease;
  transition: all .2s ease-in-out;
}
#next button:hover {
  background: #6ac30f;
  cursor: pointer;
  transform: scale(1.1);
}
/*ALERT BOX*/
#modalContainer {
  background-color:rgba(0, 0, 0, 0.3);
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  left:0px;
  z-index:10000;
  background-image:url(tp.png);
 /* required by MSIE to prevent actions on lower z-index elements */
}
#alertBox {
  position:relative;
  width:33%;
  min-height:100px;
  max-height:400px;
  margin-top:50px;
  border:1px solid #fff;
  background-color:#fff;
  background-repeat:no-repeat;
  top:30%;
  padding: 0 0 1em 0;
}
#modalContainer > #alertBox {
  position:fixed;
}
#alertBox h1 {
  margin:0;
  font:bold 1em Raleway,arial;
  background-color:#f97352;
  color:#FFF;
  border-bottom:1px solid #f97352;
  padding:10px 0 10px 5px;
}
#alertBox p {
  height:50px;
  padding-left:5px;
  padding-top:30px;
  text-align:center;
  vertical-align:middle;
}
#alertBox #closeBtn {
  float: left;
  margin: 0 23%;
  width: 50%;
  background: #0a1825;
  font-size: 2.5vh;
  color: #fff;
  padding: .5em;
  border-radius: .5em;
  border: none;
  transition: background-color 0.4s ease;
  transition: all .2s ease-in-out;
  text-decoration: none;
}
#alertBox #closeBtn:hover {
  background: #6ac30f;
  cursor: pointer;
  transform: scale(1.1);
}
/*RADIO*/
label {
  margin-right:1.5em;
}
input[type=radio].css-checkbox {
  position:absolute;
  z-index:-1000;
  left:-1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height:1px;
  width:1px;
  margin:-1px;
  padding:0;
  border:0;
}
input[type=radio].css-checkbox + label.css-label {
  padding-left:24px;
  height:19px;
  display:inline-block;
  line-height:19px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:19px;
  vertical-align:middle;
  cursor:pointer;
}
input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -19px;
}
label.css-label {
  background-image:url(../img/radio.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#000000;
  font-family:'Raleway', sans-serif;
  text-transform: capitalize;
}
/* unrelated styles */
#mContainer {
  position:relative;
  width:600px;
  margin:auto;
  padding:5px;
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
}
/*h1,h2 {
  margin:0;
  padding:4px;
}*/
code {
  font-size:1.2em;
  color:#069;
}
#credits {
  position:relative;
  margin:25px auto 0px auto;
  width:350px;
  font:0.7em verdana;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  height:90px;
  padding-top:4px;
}
#credits img {
  float:left;
  margin:5px 10px 5px 0px;
  border:1px solid #000000;
  width:80px;
  height:79px;
}
.important {
  background-color:#F5FCC8;
  padding:2px;
}
/*HEADER*/
/* header */
#brand {
  width: auto;
  float: left;
  margin: .5em 0 0 15%;
  padding: .5% 0 0 0;
}
#brand img {
  width:50px;
  height: auto;
}
/*.header {
  background-color: #0a1825;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 0;
}
.header ul {
  margin: 0;
  padding: .5em 0;
  list-style: none;
  overflow: hidden;
}
.header li a {
  display: block;
  padding: 20px 20px;
  border-right: .5px solid #666;
  text-decoration: none;
  color: #fff;
}
.header li a:hover, .header .menu-btn:hover {
  background-color: #666;
  color: #f2f2f2;
}
.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}*/
/*SELECT IMAGE*/
div#freg_automotriz:hover {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease;
  transition: all .2s ease-in-out;
  border-radius: .5em;
}
div#freg_automotriz.hover {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  border-radius: .5em;
  background: #fff;
}
div#freg_restaurante:hover {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease;
  transition: all .2s ease-in-out;
  border-radius: .5em;
}
div#freg_restaurante.hover {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  border-radius: .5em;
  background: #fff;
}
div#freg_servicios:hover {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease;
  transition: all .2s ease-in-out;
  border-radius: .5em;
}
div#freg_servicios.hover {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  border-radius: .5em;
  background: #fff;
}
/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 20px 20px;
  margin: 15px 2em 0 0;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.error{color:red;}

input#restaurante , input#servicios, input#automotriz {
display: none;
}

/* 48em = 768px */
@media (min-width: 48em) {
  .header li {
      float: left;
 }
  .header li a {
      padding: 20px 30px;
 }
  .header .menu {
      clear: none;
      float: right;
      max-height: none;
 }
  .header .menu-icon {
      display: none;
 }
}
@media (max-width: 600px) {
  #alertBox {
      position:relative;
      width:90%;
      top:30%;
 }
 /*RESPONSIVE*/
  @media only screen and (min-width : 320px) and (max-width : 768px) {
      body h1, #step-1 h1, #step-2 h1, #step-3 h1 {
          margin: 1em 0 0 0;
          text-transform: uppercase;
          color: #5289c6!important;
          font-size: 4vh;
          line-height: 1.1;
          letter-spacing: 2px;
     }
      #step-1 h3 {
          font-size: 2.5vh;
     }
      #core_container {
          width:96%;
          margin:0 auto;
          box-sizing: border-box;
          margin: 0 auto;
          padding: 2% 0;
          border-radius: 1em;
     }
      #plans {
          width: 98%;
          margin: 0 auto;
          padding: 1em 0;
     }
      #char {
          height: 23em;
     }
      #options {
          width: 80%;
          margin: 0 auto 1em auto;
          border-bottom: 1px solid #ccc;
          padding: 0 0 1em 0;
          display: block;
     }
      #terms {
          width: 80%;
          margin: 0 auto;
          display: block;
          padding: 1em 0;
          font-size: 2.1vh;
     }
      #qhxt article {
          width: 98%;
          float: left;
          padding: 0;
          margin: 1rem auto;
          font-size: 2.1vh;
     }
      .items {
          width: 100%;
          display: block;
          margin: 0 auto;
     }
      #step-1 #freg {
          width: 100%;
          margin: 0 auto;
          padding: 0 5% 5% 5%;
          display: block;
     }
      #step-1 #freg img {
          width: 100%;
          height: auto;
     }
      #fussr {
          position: sticky;
     }
      #bgroup button {
          margin: 1em 0 0 0;
     }
      #choose {
          width: 80%;
          display: block;
          margin: 2em auto;
     }
      #choose ul {
          width: 98%;
          margin: 0 auto;
          padding: 0;
     }
      #choose label {
          font-size: 2.1vh;
          text-transform: uppercase;
     }
      #choose h3 {
          text-transform: uppercase;
          margin:1em 0 0 0;
          font-size: 2.5vh;
          padding: 1em 0 0 0;
          border-top:1px solid #ccc;
          font-weight: 800;
     }
      .btn-circle {
          padding: 4px 0;
          font-size: 2.5vh;
     }
 }
  