/* Generated by less 2.5.1 */
.text-center {
  text-align: center;
}
.bootstrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}
.bootstrap *:before,
.bootstrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bootstrap .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .container {
    width: 1170px;
  }
}
.bootstrap .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bootstrap .col-xs-3,
.bootstrap .col-xs-9,
.bootstrap .col-md-12,
.bootstrap .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .col-xs-3,
.bootstrap .col-xs-9 {
  float: left;
}
.bootstrap .col-xs-9 {
  width: 75%;
}
.bootstrap .col-xs-3 {
  width: 25%;
}
@media (min-width: 992px) {
  .bootstrap .col-md-12 {
    float: left;
  }
  .bootstrap .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .bootstrap .col-lg-12 {
    float: left;
  }
  .bootstrap .col-lg-12 {
    width: 100%;
  }
}
.bootstrap .clearfix:before,
.bootstrap .clearfix:after,
.bootstrap .container:before,
.bootstrap .container:after,
.bootstrap .container-fluid:before,
.bootstrap .container-fluid:after,
.bootstrap .row:before,
.bootstrap .row:after {
  content: " ";
  display: table;
}
.bootstrap .clearfix:after,
.bootstrap .container:after,
.bootstrap .container-fluid:after,
.bootstrap .row:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.bootstrap .text-right {
  text-align: right;
}
.bootstrap h1 {
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.bootstrap h2 {
  font-size: 16px;
  margin-bottom: -10px;
}
.bootstrap p {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 18px;
  margin-bottom: 18px;
}
.bootstrap .text-center {
  text-align: center;
}
.topheader {
  height: 40px;
  background-color: #383838;
  line-height: 40px;
  box-sizing: border-box;
  padding-right: 10%;
}
.topheader span {
  display: inline-block;
  position: relative;
}
.topheader span:after {
  content: "";
  background-image: url(../img/arrows.svg);
  width: 11px;
  height: 18px;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -9.5px;
}
.topheader span a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.subheader {
  height: 73px;
  background-color: #c80000;
  line-height: 73px;
}
main {
  margin-top: 68px;
}
.cta {
  display: block;
  margin: 0 auto;
  max-width: 308px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #c80000;
  color: #fff !important;
  transition: all .7s;
  margin-top: 40px;
  text-decoration: none;
}
.cta:hover {
  color: #fff;
  background-color: #980606;
  text-decoration: none !important;
}
#copy3 {
  margin-top: 48px;
}
p.paso {
  padding-left: 35px;
}
p.paso:after {
  content: "";
  width: 23px;
  height: 23px;
  left: 5px;
  top: 18px;
  position: absolute;
}
p.paso.uno:after {
  background-image: url(../img/paso1.svg);
}
p.paso.dos:after {
  background-image: url(../img/paso2.svg);
}
