* {
  font-family: 'Open Sans', sans-serif; }

body {
  background-image: url("/assets/img/medicine/bg-texture.png"); }

.form-control {
  border-radius: 0em; }

.step:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.mr-auto, .mx-auto {
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0em;
  padding: 0em; }

.btn-success {
  background-color: #5cab31;
  border-color: #5cab31;
  border-radius: 0em; }

.logo {
  max-width: 200px;
  margin-top: 60px; }

#register {
  display: none;
  max-width: 420px;
  width: 100%;
  border-radius: 0.2em;
  background-color: #fff; }
  #register .nav-pills .nav-link.active, #register .nav-pills .show > .nav-link {
    background-color: #7a7a7a; }
  #register .profile {
    font-size: 2em;
    margin: 0 auto;
    text-align: center;
    margin: 0.5em 0em;
    color: #7a7a7a; }
  #register .nav-pills {
    margin-bottom: 0em !important; }

.nav-pills .nav-link {
  border-radius: 0.2em 0.2em 0em 0em; }

.tab-content h5 {
  font-size: 0.9em;
  padding-bottom: 1em; }

.tab-content > .active {
  border: 1px solid #e2e2e2;
  padding: 1em;
  border-radius: 0.2em;
  background-color: #fff; }

.navbar {
  background: -webkit-gradient(linear, left bottom, left top, from(#30302F), to(#444d56));
  background: -webkit-linear-gradient(bottom, #30302F, #444d56);
  background: -o-linear-gradient(bottom, #30302F, #444d56);
  background: linear-gradient(to top, #30302F, #444d56);
  padding: 1em 0em; }
  .navbar .navbar-nav .nav-item {
    padding: 0em 1em !important; }
    .navbar .navbar-nav .nav-item .nav-link {
      font-size: 1em;
      font-weight: 300;
      color: #fff;
      padding-right: 0rem;
      padding-left: 0rem; }
      .navbar .navbar-nav .nav-item .nav-link.register {
        background-color: #5cab31;
        border-radius: 0.5em;
        cursor: pointer;
        padding: 0.6em 1.4em;
        margin-left: 1.5em;
        font-size: 0.9em;
        font-weight: 600; }
        .navbar .navbar-nav .nav-item .nav-link.register:hover {
          background-color: #468d20;
          color: #fff; }
      .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #5cab31;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }

#footer {
  padding: 4em 0em;
  background: -webkit-gradient(linear, left bottom, left top, from(#30302F), to(#444d56));
  background: -webkit-linear-gradient(bottom, #30302F, #444d56);
  background: -o-linear-gradient(bottom, #30302F, #444d56);
  background: linear-gradient(to top, #30302F, #444d56);
  background-repeat: repeat; }
  #footer a {
    color: #fff;
    font-size: 0.9em; }
  #footer p {
    color: #ececec;
    font-size: 0.9em;
    font-weight: 300; }
  #footer h3 {
    color: #fff;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: 700; }
  #footer .menu-footer {
    padding-left: 0.6em;
    -webkit-column-count: 2;
    column-count: 2; }
    #footer .menu-footer li {
      list-style-type: none; }
      #footer .menu-footer li a {
        font-size: 0.9em;
        font-weight: 300;
        line-height: 1.6em;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: block; }
        #footer .menu-footer li a:hover {
          color: #5cab31;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          text-decoration: none; }
  #footer .share {
    padding: 0em; }
    #footer .share li {
      list-style-type: none;
      display: inline-block;
      padding: 0em 0.5em;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #footer .share li i {
        font-size: 2.2em; }
        #footer .share li i:hover {
          color: #5cab31;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }

#copyright {
  padding-top: 1em; }
  #copyright p {
    font-size: 0.9em;
    font-weight: 500; }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .navbar .container-fluid {
    max-width: 90% !important;
  }
}

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .navbar .container {
    width: 85%; }
  .navbar .nav-link {
    text-align: center;
    margin: 0.5em 0em;
    font-size: 1.2em !important; }
    .navbar .nav-link.register {
      width: 100% !important;
      margin-left: 0em !important; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .navbar .container {
    width: 85%; }
  #footer {
    text-align: center; }
    #footer .menu-footer {
      -webkit-column-count: 1;
      column-count: 1; }
    #footer img {
      text-align: center;
      margin: 0 auto;
      display: block; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .navbar .container {
    width: 85%; } }

#header {
  padding: 8em 0em;
  background-image: url("/assets/img/pricing/bg-pricing.jpg");
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
  position: relative; }
  #header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(#323231));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), #323231);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), #323231);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #323231);
    z-index: 2; }
  #header .text {
    position: relative;
    z-index: 3; }
  #header h4 {
    color: #fff;
    font-size: 2.8em;
    font-weight: 700; }
  #header h6 {
    color: #fff;
    letter-spacing: 0.2em;
    font-weight: 300;
    font-size: 0.9em; }
    #header h6 span {
      font-weight: 700; }

/*#pay {
  padding-top: 5em;
  padding-bottom: 5em;
  background-color: #ececec; }*/
  #pay .title-section {
    text-align: center;
    margin: 0 auto;
    max-width: 450px;
    font-size: 1.6em;
    padding: 1.8em 0em; }
    #pay .title-section span {
      font-weight: 700; }
  #pay .table {
    /*border: 1px solid #5cab31;*/
    background-color: #fff;
    padding: 0.2em;
    /*display: grid;
    grid-template-rows: 50px 55px 205px auto;*/
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .table.Estudiante {
      border: 2px solid #8544b7;
    }
    .table.Avanzado {
      border: 2px solid #318bab;
    }
    .table.Premium {
      border: 2px solid #5cab31;
    }
    #pay .table:hover {
      -webkit-box-shadow: 0px 13px 30px -18px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 13px 30px -18px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 13px 30px -18px rgba(0, 0, 0, 0.75);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    #pay .table .title {
      background-color: #5cab31;
      text-align: center;
      padding: 0.8em 0em;
      color: #fff;
      font-weight: 600; }
    #pay .table .price {
      /*padding-top: 0.8em;*/
      text-align: center;
      font-size: 2.4em;
      font-weight: 600; }
      #pay .table .price span {
        font-weight: 300;
        font-size: 0.7em; }
    #pay .table .free {
      text-align: center;
      padding-bottom: 2.5em;
      font-weight: 300; }
    #pay .table .description {
      padding: 0em 2em;
      font-size: 0.8em;
    }
    #pay .table ul {
      border-bottom: 1px solid #ececec;
      border-top: 1px solid #ececec;
      padding-top: 1em;
      padding-bottom: 1em; }
    #pay .table li {
      list-style-type: none;
      padding: 0.3em 0em; }

/*Larger devices*/
@media only screen and (min-width: 576px) and (orientation: portrait) {
  #pay .table {
    background-color: #fff;
    padding: 0.2em;
    display: grid;
    grid-template-rows: 50px 55px 355px auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #pay .table .description {
    font-size: 0.7em;
  }
}

@media only screen and (min-width: 576px) and (orientation: landscape) {
  #pay .table {
    background-color: #fff;
    padding: 0.2em;
    display: grid;
    grid-template-rows: 50px 55px 355px auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #pay .table .description {
    font-size: 0.7em;
  }
}

.btn-green-pay {
  background-color: #5cab31;
  width: 90%;
  color: #fff !important;
  padding: 0.5em 0em;
  font-size: 1.1em;
  display: block;
  margin: 0 auto;
  border-radius: 0em;
  font-weight: 500;
  margin-bottom: 0.8em; }
  .btn-green-pay:hover {
    background-color: #447d25; }

.title.Avanzado {
  background-color: #318bab !important;
}
.btn-Avanzado-pay{
  background-color: #318bab !important;
}
.btn-Avanzado-pay:hover {
  background-color: #14627d !important;
}

.title.Estudiante{
  background-color: #8544b7 !important;
}
.btn-Estudiante-pay, .btn-Básico-pay{
  background-color: #8544b7!important;
}
.btn-Estudiante-pay:hover, .btn-Básico-pay:hover{
  background-color: #733b9e !important;
}

/*.IlimitadoPlus {
  background-color: #ab3131 !important;
}
.btn-IlimitadoPlus-pay{
  background-color: #ab3131 !important;
}
.btn-IlimitadoPlus-pay:hover {
  background-color: #8e1919 !important;
}*/

#buy {
  display: none;
  max-width: 550px;
  width: 100%;
  border-radius: 0.3em;
  padding: 0em; }
  #buy .title {
    background-image: url("/assets/img/pricing/bg-register.jpg");
    background-size: cover;
    background-position: center;
    padding: 1.6em 2em;
    position: relative;
    overflow: hidden; }
    #buy .title::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 1;
      left: 0;
      background-size: cover;
      background-position: bottom;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(#000));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), #000);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), #000);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), #000); }
    #buy .title .text {
      z-index: 2;
      position: relative; }
      #buy .title .text h3 {
        z-index: 1;
        font-weight: 600;
        color: #fff;
        font-size: 1.2em; }
      #buy .title .text legend {
        font-size: 0.8em;
        color: #fff; }
  #buy .body-form {
    padding: 1em;
    max-width: 90%; }
    #buy .body-form form label {
      margin: 0em;
      font-size: 0.7em;
      font-weight: 600; }
    #buy .body-form form input {
      margin: 0em; }
    #buy .body-form form .btn {
      background-color: #5cab31;
      border: 0em;
      margin-bottom: 1em;
      padding: 1em 0em; }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #pay {
    padding: 1em 1em; }
    #pay .title-section {
      font-size: 1.4em;
      padding: 1em 0em;
      padding-bottom: 2em; }
  #header {
    padding: 4em 0em; }
    #header h4 {
      font-size: 2em; } }