/* Global
-------------------------------------------------- */
/* line 6, src/style/style.scss */
body {
  padding-bottom: 40px;
}

/* Marketing
-------------------------------------------------- */
/* line 13, src/style/style.scss */
.marketing .col-md-4 {
  margin-bottom: 20px;
  text-align: center;
}

/* line 17, src/style/style.scss */
.marketing h2 {
  font-weight: normal;
}

/* line 20, src/style/style.scss */
.marketing .col-md-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Featurettes
------------------------- */
/* line 29, src/style/style.scss */
.featurette-divider {
  margin: 70px 0;
}

/* line 33, src/style/style.scss */
.featurette-heading {
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.8px;
}

@media (min-width: 768px) {
  /* line 40, src/style/style.scss */
  .featurette-heading {
    font-size: 43.2px;
  }
}

@media (min-width: 992px) {
  /* line 46, src/style/style.scss */
  .featurette-heading {
    margin-top: 70px;
  }
}

/* line 51, src/style/style.scss */
.featurette-image {
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.1);
}

/* line 54, src/style/style.scss */
.featurette-content {
  margin: 0 20px;
}

/* Misc
-------------------------------------------------- */
/* line 62, src/style/style.scss */
.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

/* Jumbotron
-------------------------------------------------- */
/* line 72, src/style/style.scss */
.jumbotron-home {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  background: url("bg-home.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 120px 15px 60px;
  text-align: center;
}

/* line 82, src/style/style.scss */
.jumbotron-home h1 {
  position: absolute;
  left: -9999px;
}

/* line 86, src/style/style.scss */
.jumbotron-home p {
  font-weight: 400;
}

@media (min-width: 480px) {
  /* line 91, src/style/style.scss */
  .jumbotron-home {
    padding: 160px 15px 100px;
  }
  /* line 93, src/style/style.scss */
  .jumbotron-home img {
    max-width: 500px;
  }
}

/* Navbar
-------------------------------------------------- */
/* line 102, src/style/style.scss */
.navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* line 108, src/style/style.scss */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

/* line 112, src/style/style.scss */
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  border: 0 none;
}

/* line 116, src/style/style.scss */
.navbar-wrapper .navbar .container {
  width: auto;
}

@media (min-width: 768px) {
  /* line 123, src/style/style.scss */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* line 125, src/style/style.scss */
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 129, src/style/style.scss */
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    border-radius: 4px;
  }
}

/* Planes
-------------------------------------------------- */
/* line 141, src/style/style.scss */
.panel-pricing {
  border-color: #cfd9db;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

/* line 147, src/style/style.scss */
.panel-pricing:hover {
  box-shadow: 0 0 30px rgba(0, 200, 255, 0.2);
}

/* line 151, src/style/style.scss */
.panel-pricing .panel-heading {
  padding: 20px 10px;
}

/* line 153, src/style/style.scss */
.panel-pricing .panel-heading h3 {
  font-size: 30px;
}

/* line 156, src/style/style.scss */
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 48px;
}

/* line 162, src/style/style.scss */
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}

/* line 165, src/style/style.scss */
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 169, src/style/style.scss */
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 175, src/style/style.scss */
.panel-pricing .panel-footer {
  background-color: #fff;
  padding: 20px 20px;
}

/* line 180, src/style/style.scss */
.panel-pricing .panel-body {
  color: #777777;
  padding: 20px 0 16px 0;
  margin: 0;
}

/* line 184, src/style/style.scss */
.panel-pricing .panel-body p {
  margin: 0;
}

/* line 187, src/style/style.scss */
.panel-pricing .panel-body strong {
  font-size: 43.2px;
  font-weight: 600;
  letter-spacing: -1px;
}

/* line 192, src/style/style.scss */
.panel-pricing .panel-body small {
  font-size: 18px;
}
