@charset "UTF-8";
#preload-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e8e8e8; }

#preload-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }
  #preload-container h4 {
    font-size: 1rem;
    font-family: "Roboto Condensed";
    font-weight: 700;
    text-transform: uppercase; }

.sk-fading-circle {
  margin: 0 auto 50px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .sk-fading-circle .sk-circle:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background-color: #09357A;
      border-radius: 100%;
      -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
      animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
    .sk-fading-circle .sk-circle2:before {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
    .sk-fading-circle .sk-circle3:before {
      -webkit-animation-delay: -1s;
      animation-delay: -1s; }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .sk-fading-circle .sk-circle4:before {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
    .sk-fading-circle .sk-circle5:before {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
    .sk-fading-circle .sk-circle6:before {
      -webkit-animation-delay: -0.7s;
      animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .sk-fading-circle .sk-circle7:before {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
    .sk-fading-circle .sk-circle8:before {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
    .sk-fading-circle .sk-circle9:before {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
    .sk-fading-circle .sk-circle10:before {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
    .sk-fading-circle .sk-circle11:before {
      -webkit-animation-delay: -0.2s;
      animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
    .sk-fading-circle .sk-circle12:before {
      -webkit-animation-delay: -0.1s;
      animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

h1.page-title {
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase; }

#top-menu {
  background-color: #09357A;
  color: #FFF;
  line-height: 1;
  position: relative; }
  @media (min-width: 576px) {
    #top-menu {
      height: 3.125rem; } }
  #top-menu > .legend {
    display: block;
    text-align: center;
    padding: 0.4375rem 0;
    background-color: #05204b; }
    #top-menu > .legend .type {
      font-size: 0.625rem;
      text-transform: uppercase;
      display: block;
      padding: 0 0 0.3125rem 0; }
    #top-menu > .legend > em {
      font-weight: bold;
      font-style: normal; }
    #top-menu > .legend.affiliate {
      background-color: #D24615; }
    @media (min-width: 576px) {
      #top-menu > .legend {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        text-align: left;
        padding: 0.5rem 0.9375rem; } }
  #top-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 3.125rem;
    text-align: center; }
    @media (min-width: 576px) {
      #top-menu > ul {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; } }
    #top-menu > ul > li {
      border-left: 1px solid rgba(0, 0, 0, 0.3);
      display: inline-block; }
      @media (min-width: 576px) {
        #top-menu > ul > li {
          float: left;
          display: block; } }
      #top-menu > ul > li > a {
        display: block;
        background-size: 28px;
        padding: 0 0.9375rem 0 2.875rem;
        background-repeat: no-repeat;
        background-position: 0.625rem;
        color: #FFF;
        height: 3.125rem;
        padding-top: 0.625rem;
        text-decoration: none;
        border-left: 1px solid rgba(255, 255, 255, 0.1); }
        #top-menu > ul > li > a > .icon {
          font-size: 1.25rem;
          position: absolute;
          left: 0.625rem;
          top: 50%;
          -webkit-transform: translateY(-55%);
          -ms-transform: translateY(-55%);
          transform: translateY(-55%); }
        #top-menu > ul > li > a > small {
          font-size: 0.75rem;
          line-height: 1;
          display: block;
          margin-bottom: 2px;
          text-transform: none; }
        #top-menu > ul > li > a > span {
          font-size: 0.9375rem;
          line-height: 1;
          font-weight: 700;
          display: block;
          text-transform: none; }
      #top-menu > ul > li.facebook > a {
        background-image: url(../images/facebook.svg); }
      #top-menu > ul > li.whatsapp > a {
        background-image: url(../images/whatsapp.svg); }
      #top-menu > ul > li.sucursales > .caption {
        float: left;
        display: block;
        width: auto;
        line-height: 3.125rem;
        font-weight: 700;
        padding: 0 15px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        text-transform: uppercase;
        font-size: 0.75rem; }
      #top-menu > ul > li.sucursales > ul {
        height: 3.125rem;
        width: 120px;
        position: relative;
        overflow: hidden; }
        #top-menu > ul > li.sucursales > ul > li {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
          transform: translateX(100%);
          -webkit-transition: ease all 550ms;
          -o-transition: ease all 550ms;
          transition: ease all 550ms; }
          #top-menu > ul > li.sucursales > ul > li > a {
            display: block;
            color: #FFF;
            padding: 5px 10px; }
            #top-menu > ul > li.sucursales > ul > li > a > .name {
              display: block;
              padding: 3px 0 2px 0;
              font-weight: 700;
              color: rgba(255, 255, 255, 0.6);
              text-transform: uppercase;
              font-size: 0.6875rem; }
            #top-menu > ul > li.sucursales > ul > li > a > .phone {
              display: block;
              padding: 2px 0 3px;
              font-size: 0.875rem; }
          #top-menu > ul > li.sucursales > ul > li.active {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0); }
      @media (max-width: 575.98px) {
        #top-menu > ul > li.sucursales {
          display: none; } }

#pl-navigation {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.625rem; }
  @media (min-width: 768px) {
    #pl-navigation {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
      margin: 0;
      border-bottom: 0; } }
  #pl-navigation .navbar-brand img {
    height: 40px; }
  #pl-navigation #pl-menu {
    background: #FFF;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
    #pl-navigation #pl-menu .nav-item {
      text-align: left; }
      #pl-navigation #pl-menu .nav-item img {
        width: 18px;
        margin-bottom: 5px;
        margin-right: 0.5rem; }
      #pl-navigation #pl-menu .nav-item .nav-link {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        color: #09357A;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.75rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      #pl-navigation #pl-menu .nav-item#resuts-bills {
        background-color: #fd7e14; }
        #pl-navigation #pl-menu .nav-item#resuts-bills > a {
          color: #FFF; }
          #pl-navigation #pl-menu .nav-item#resuts-bills > a > span {
            color: #FFF; }
    @media (min-width: 768px) {
      #pl-navigation #pl-menu {
        float: right;
        background: none;
        margin-top: 0;
        border-bottom: 0; }
        #pl-navigation #pl-menu .nav-item {
          text-align: center;
          padding: 0; }
          #pl-navigation #pl-menu .nav-item .nav-link {
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            border-left: 1px solid rgba(255, 255, 255, 0.2);
            border-bottom: 0;
            color: #09357A;
            font-size: 0.875rem;
            font-weight: 400; }
          #pl-navigation #pl-menu .nav-item#resuts-bills {
            background-color: #fd7e14;
            color: #FFF;
            text-align: left;
            padding-top: 0.5rem;
            -webkit-transition: ease all 250ms;
            -o-transition: ease all 250ms;
            transition: ease all 250ms; }
            #pl-navigation #pl-menu .nav-item#resuts-bills:hover {
              background-color: #dc6502; }
            #pl-navigation #pl-menu .nav-item#resuts-bills > .nav-link > img {
              float: left; }
            #pl-navigation #pl-menu .nav-item#resuts-bills > .nav-link > span {
              color: #FFF; }
          #pl-navigation #pl-menu .nav-item.companies {
            min-width: 8.75rem; }
            #pl-navigation #pl-menu .nav-item.companies > .nav-link > span {
              padding-top: 6%; }
          #pl-navigation #pl-menu .nav-item img {
            width: 28px;
            margin-bottom: 5px;
            margin-right: 0; }
          #pl-navigation #pl-menu .nav-item span {
            display: block;
            font-size: 0.6875rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #09357A; }
          #pl-navigation #pl-menu .nav-item:last-child .nav-link {
            border-right: 0; }
          #pl-navigation #pl-menu .nav-item:first-child .nav-link {
            border-left: 0; } }

#pl-container {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: calc(100vh - 222px); }
  @media (min-width: 576px) {
    #pl-container {
      min-height: calc(100vh - 123px); } }

#pl-footer {
  padding: 2.5rem 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }
  #pl-footer a {
    color: #FFF;
    text-decoration: none; }
    #pl-footer a:hover {
      text-decoration: underline; }
  #pl-footer .copyright {
    margin-bottom: 1.25rem;
    font-size: 0.875rem; }
  #pl-footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #pl-footer .links ul > li {
      display: inline-block; }
      #pl-footer .links ul > li > a {
        display: block;
        padding: 0.3125rem 0.75rem;
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition: ease color 250ms;
        -o-transition: ease color 250ms;
        transition: ease color 250ms;
        text-decoration: none; }
        #pl-footer .links ul > li > a:hover {
          color: #FFF; }

body.home #pl-welcome {
  margin: 40px 0;
  text-align: center; }
  body.home #pl-welcome h4.schedule-title {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.2);
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.5; }
  body.home #pl-welcome h1 {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 0 0.9375rem;
    padding-bottom: 0.375rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  body.home #pl-welcome .schedule-item {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin: 0.625rem 0 0.9375rem;
    text-align: left;
    padding: 0.9375rem; }
    body.home #pl-welcome .schedule-item .meta {
      width: 80%; }
    body.home #pl-welcome .schedule-item .date {
      width: 20%; }
      body.home #pl-welcome .schedule-item .date .calendar .month {
        background-color: #09357A;
        color: white;
        font-size: 0.625rem;
        text-transform: uppercase;
        text-align: center;
        padding: 0.0625rem 0;
        border: 1px solid rgba(0, 0, 0, 0.1); }
      body.home #pl-welcome .schedule-item .date .calendar .day {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 400;
        padding: 0.25rem 0;
        line-height: 1;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
      body.home #pl-welcome .schedule-item .date .calendar .year {
        text-align: center;
        font-size: 0.75rem;
        font-weight: 600;
        line-height: 1;
        padding: 0rem 0 0.25rem;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
      body.home #pl-welcome .schedule-item .date .calendar .time {
        font-size: 0.75rem;
        text-align: center;
        background-color: #e6e6e6;
        border: 1px solid rgba(0, 0, 0, 0.1); }
    body.home #pl-welcome .schedule-item ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      body.home #pl-welcome .schedule-item ul .folio {
        font-size: 0.75rem;
        color: #4d4d4d; }
      body.home #pl-welcome .schedule-item ul .email, body.home #pl-welcome .schedule-item ul .phone {
        font-size: 0.75rem; }
        body.home #pl-welcome .schedule-item ul .email img, body.home #pl-welcome .schedule-item ul .phone img {
          width: 0.875rem;
          margin-right: 0.25rem; }
        body.home #pl-welcome .schedule-item ul .email > a, body.home #pl-welcome .schedule-item ul .phone > a {
          display: block;
          padding: 0.1875rem 0;
          text-decoration: none; }
          body.home #pl-welcome .schedule-item ul .email > a:hover, body.home #pl-welcome .schedule-item ul .phone > a:hover {
            text-decoration: none; }
      body.home #pl-welcome .schedule-item ul .address {
        font-size: 0.75rem;
        color: #666666; }
      body.home #pl-welcome .schedule-item ul .commands {
        margin-top: 0.625rem; }
        body.home #pl-welcome .schedule-item ul .commands a {
          display: inline-block;
          padding: 0.625rem;
          border: 1px solid rgba(0, 0, 0, 0.1);
          -webkit-box-shadow: inset 3px 3px 5px rgba(255, 255, 255, 0.3), inset -3px -3px 4px rgba(0, 0, 0, 0.05);
          box-shadow: inset 3px 3px 5px rgba(255, 255, 255, 0.3), inset -3px -3px 4px rgba(0, 0, 0, 0.05);
          background-color: #f2f2f2;
          border-radius: 5px;
          font-size: 0.625rem;
          text-transform: uppercase;
          text-align: center; }
          body.home #pl-welcome .schedule-item ul .commands a > span {
            display: block;
            margin-top: 0.25rem;
            line-height: 1; }
          body.home #pl-welcome .schedule-item ul .commands a img {
            width: 2rem; }

@media (min-width: 768px) {
  body.home #pl-container.individual {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0; } }

body.profile h1.page-title {
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  color: #09357A; }
  @media (min-width: 576px) {
    body.profile h1.page-title {
      text-align: center; } }

body.profile #profile-form {
  background-color: transparent;
  border-radius: 0.25rem; }
  body.profile #profile-form .submit-button {
    text-align: center;
    margin-top: 1.25rem; }
  body.profile #profile-form p {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.6);
    text-align: center; }
  body.profile #profile-form label:not(.custom-control-label) {
    font-size: 0.75rem; }
  body.profile #profile-form .nav-tabs {
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase; }
    body.profile #profile-form .nav-tabs a {
      padding: 0.75rem 1.25rem; }
    body.profile #profile-form .nav-tabs .active {
      background-color: #FFF;
      border-bottom-color: #FFF; }
  body.profile #profile-form .tab-content {
    background: #FFF;
    padding: 0.9375rem;
    border: 1px solid #dee2e6;
    border-top: 0; }
  body.profile #profile-form input.preload {
    background-image: url(../images/preload.gif);
    background-size: 24px;
    background-position: right 10px center;
    background-repeat: no-repeat; }
  body.profile #profile-form input#p-rfc:focus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  body.profile #profile-form .the-datalist {
    position: relative; }
    body.profile #profile-form .the-datalist ul#rfcs {
      list-style: none;
      padding: 0;
      margin: 0;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 9999;
      -webkit-box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
      box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
      border: 1px solid #ced4da;
      border-top: 0;
      display: none; }
      body.profile #profile-form .the-datalist ul#rfcs > li {
        border-bottom: 1px solid #ced4da;
        background-color: #FFF; }
        body.profile #profile-form .the-datalist ul#rfcs > li:last-child {
          border-bottom: 0; }
        body.profile #profile-form .the-datalist ul#rfcs > li > a {
          padding: 0.3125rem 0.625rem;
          display: block;
          color: #212529;
          font-size: 0.875rem;
          font-weight: 700;
          overflow: hidden;
          white-space: nowrap;
          position: relative;
          text-decoration: none;
          -webkit-transition: ease all 250ms;
          -o-transition: ease all 250ms;
          transition: ease all 250ms; }
          body.profile #profile-form .the-datalist ul#rfcs > li > a > em {
            color: #6c757d;
            font-weight: 400;
            font-size: 0.75rem;
            display: block;
            position: absolute;
            left: 9.375rem;
            right: 0.625rem;
            top: 0.4375rem;
            white-space: nowrap; }
          body.profile #profile-form .the-datalist ul#rfcs > li > a:hover {
            background: #09357A;
            color: #FFF; }
      body.profile #profile-form .the-datalist ul#rfcs.datalist {
        display: block; }
  body.profile #profile-form span.form-control {
    cursor: not-allowed; }
  @media (min-width: 576px) {
    body.profile #profile-form {
      max-width: 600px;
      margin: 0 auto; } }

body.profile #photo {
  width: 150px;
  height: 150px;
  margin: 0 auto 0.9375rem auto;
  position: relative;
  cursor: pointer; }
  body.profile #photo > img {
    width: 140px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 0.375rem; }
  body.profile #photo .dz-default {
    border: 1px dashed #09357A;
    width: 150px;
    height: 150px;
    border-radius: 0.375rem;
    position: absolute;
    top: 0;
    left: 0; }
    body.profile #photo .dz-default > span {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      font-weight: 700;
      font-size: 0.75rem;
      color: #09357A; }
  body.profile #photo .dz-preview {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px; }
    body.profile #photo .dz-preview img {
      border-radius: 0.375rem; }
    body.profile #photo .dz-preview .dz-details,
    body.profile #photo .dz-preview .dz-error-message,
    body.profile #photo .dz-preview .dz-success-mark,
    body.profile #photo .dz-preview .dz-error-mark {
      display: none; }
  body.profile #photo.with-photo .dz-default {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: ease all 150ms;
    -o-transition: ease all 150ms;
    transition: ease all 150ms; }
    body.profile #photo.with-photo .dz-default > span {
      color: #FFF;
      opacity: 0;
      -webkit-transition: ease opacity 150ms;
      -o-transition: ease opacity 150ms;
      transition: ease opacity 150ms; }
  body.profile #photo.with-photo:hover .dz-default {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5); }
    body.profile #photo.with-photo:hover .dz-default > span {
      opacity: 1; }

body.affiliates .dz-default {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  body.affiliates .dz-default > span {
    display: none; }

body.affiliates .dz-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  body.affiliates .dz-preview img {
    border-radius: 50%; }
  body.affiliates .dz-preview .dz-details,
  body.affiliates .dz-preview .dz-error-message,
  body.affiliates .dz-preview .dz-success-mark,
  body.affiliates .dz-preview .dz-error-mark {
    display: none; }

body.affiliates .page-title {
  text-align: center; }
  @media (min-width: 768px) {
    body.affiliates .page-title {
      text-align: left; } }

body.affiliates .add-control {
  text-align: center;
  margin-top: 1.875rem; }
  @media (min-width: 768px) {
    body.affiliates .add-control {
      margin-top: 0;
      text-align: right; } }

body.affiliates #affiliates-cards {
  margin: 2.5rem 0; }
  body.affiliates #affiliates-cards:after {
    content: '';
    display: table;
    clear: both; }
  body.affiliates #affiliates-cards ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    body.affiliates #affiliates-cards ul .item-card {
      background-color: #FFF;
      -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
      border-radius: 0.25rem;
      padding: 1.25rem;
      margin: 0 0 1.25rem 0; }
      body.affiliates #affiliates-cards ul .item-card:after {
        content: '';
        display: table;
        clear: both; }
      body.affiliates #affiliates-cards ul .item-card .meta, body.affiliates #affiliates-cards ul .item-card .buttons {
        margin-left: 8.75rem;
        margin-top: 0.625rem; }
        body.affiliates #affiliates-cards ul .item-card .meta .btn, body.affiliates #affiliates-cards ul .item-card .buttons .btn {
          display: block;
          margin-bottom: 0.3125rem;
          width: 100%; }
          @media (min-width: 576px) {
            body.affiliates #affiliates-cards ul .item-card .meta .btn, body.affiliates #affiliates-cards ul .item-card .buttons .btn {
              display: inline-block;
              margin-bottom: 0;
              width: auto; } }
      body.affiliates #affiliates-cards ul .item-card .image {
        width: 7.5rem;
        height: 7.5rem;
        float: left;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        border-radius: 50%; }
        body.affiliates #affiliates-cards ul .item-card .image img {
          max-width: 100%; }
        body.affiliates #affiliates-cards ul .item-card .image .edit-legend {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.7);
          font-size: 0.75rem;
          line-height: 0.75rem;
          text-align: center;
          color: rgba(255, 255, 255, 0.8);
          padding: 3px 0;
          border-radius: 50%;
          opacity: 0;
          -webkit-transition: ease opacity 150ms;
          -o-transition: ease opacity 150ms;
          transition: ease opacity 150ms; }
          body.affiliates #affiliates-cards ul .item-card .image .edit-legend > div {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            body.affiliates #affiliates-cards ul .item-card .image .edit-legend > div img {
              width: 18px;
              height: 18px;
              margin: 0 auto 5px auto;
              display: block; }
          @media (min-width: 768px) {
            body.affiliates #affiliates-cards ul .item-card .image .edit-legend {
              opacity: 0; } }
        body.affiliates #affiliates-cards ul .item-card .image.show-edit .edit-legend {
          opacity: 1; }
        body.affiliates #affiliates-cards ul .item-card .image:hover .edit-legend {
          opacity: 1; }
      body.affiliates #affiliates-cards ul .item-card .name {
        font-weight: 700;
        display: block;
        font-size: 1.25rem; }
      body.affiliates #affiliates-cards ul .item-card .date {
        font-size: 0.875rem;
        color: rgba(0, 0, 0, 0.6); }
      @media (min-width: 768px) {
        body.affiliates #affiliates-cards ul .item-card {
          float: left;
          width: 48%;
          margin: 0 2% 2% 0; } }
      @media (min-width: 992px) {
        body.affiliates #affiliates-cards ul .item-card {
          float: left;
          width: 33%;
          margin: 0 0.5% 2% 0; }
          body.affiliates #affiliates-cards ul .item-card:nth-child(3n) {
            margin-right: 0; } }
      body.affiliates #affiliates-cards ul .item-card.managed {
        background: #FFF6EF url(../images/managed.svg) no-repeat;
        background-position: right top;
        background-size: 30%;
        border: 1px solid rgba(9, 53, 122, 0.5); }

body.affiliates #affiliates-form label:not(.custom-control-label) {
  font-size: 0.75rem; }

body.affiliates #affiliates-form .form-control {
  overflow: hidden; }

body.affiliates .modal-header {
  background-color: rgba(0, 0, 0, 0.05); }

body.affiliates #modal-banned ul.banned-affs {
  list-style: none;
  padding: 0;
  margin: 0; }
  body.affiliates #modal-banned ul.banned-affs li {
    border-bottom: 1px solid #dee2e6; }
    body.affiliates #modal-banned ul.banned-affs li:last-child {
      border-bottom: 0; }
    body.affiliates #modal-banned ul.banned-affs li label {
      display: block;
      cursor: pointer;
      margin: 0; }
      body.affiliates #modal-banned ul.banned-affs li label.is-main {
        cursor: not-allowed;
        color: rgba(33, 37, 41, 0.7);
        font-style: italic; }
    body.affiliates #modal-banned ul.banned-affs li input {
      display: none; }
      body.affiliates #modal-banned ul.banned-affs li input:checked + .aff-data {
        background-color: #09357A;
        color: #FFF; }
    body.affiliates #modal-banned ul.banned-affs li .aff-data {
      padding: 0.625rem;
      border-radius: 5px;
      line-height: 1;
      -webkit-transition: ease all 250ms;
      -o-transition: ease all 250ms;
      transition: ease all 250ms;
      margin: 0.3125rem 0; }
      body.affiliates #modal-banned ul.banned-affs li .aff-data h6 {
        font-weight: 700;
        margin: 0.75rem 0 0;
        line-height: 1; }
      body.affiliates #modal-banned ul.banned-affs li .aff-data img {
        width: 3.75rem;
        height: 3.75rem;
        border-radius: 50%; }
    body.affiliates #modal-banned ul.banned-affs li:first-child .aff-data {
      margin-top: 0; }
    body.affiliates #modal-banned ul.banned-affs li:last-child {
      border-bottom: 0; }
      body.affiliates #modal-banned ul.banned-affs li:last-child .aff-data {
        margin-bottom: 0; }

body.affiliates .alert-beneficiarios {
  margin: 1.875rem auto;
  max-width: 80%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  display: none; }
  body.affiliates .alert-beneficiarios svg {
    font-size: 2.25rem;
    display: block;
    margin-right: 0.9375rem;
    margin-top: 0.3125rem; }

body.recover #recover-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 350px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFF;
  -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3);
  padding: 1.25rem;
  text-align: center;
  border-radius: 5px; }
  body.recover #recover-form p {
    font-size: 0.875rem; }

body.accept-affiliation #accept-form,
body.accept-petition #accept-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px; }
  body.accept-affiliation #accept-form h5,
  body.accept-petition #accept-form h5 {
    font-size: 1.4375rem;
    margin: 0 0 1.25rem;
    font-weight: 700; }

.ui-pnotify {
  top: 36px;
  right: 36px;
  position: absolute;
  height: auto;
  z-index: 2; }
  .ui-pnotify .alert {
    border-radius: 2px;
    background-color: #FFF;
    position: relative;
    padding-left: 3.625rem; }
    .ui-pnotify .alert > .ui-pnotify-icon {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 2.75rem;
      color: #FFF;
      background-color: #17a2b8; }
      .ui-pnotify .alert > .ui-pnotify-icon > svg {
        width: 1.5rem;
        height: 1.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .ui-pnotify .alert.alert-success {
      border-color: #28a745; }
      .ui-pnotify .alert.alert-success > .ui-pnotify-icon {
        background-color: #28a745; }
    .ui-pnotify .alert.alert-danger {
      border-color: #dc3545; }
      .ui-pnotify .alert.alert-danger > .ui-pnotify-icon {
        background-color: #dc3545; }
    .ui-pnotify .alert.alert-warning {
      border-color: #ffc107; }
      .ui-pnotify .alert.alert-warning > .ui-pnotify-icon {
        background-color: #ffc107; }

body > .ui-pnotify {
  /* Notices in the body context should be fixed to the viewport. */
  position: fixed;
  /* Ensures notices are above everything */
  z-index: 100040; }

.ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1; }

body > .ui-pnotify-modal-overlay {
  position: fixed;
  z-index: 100039; }

.ui-pnotify.ui-pnotify-in {
  display: block !important; }

.ui-pnotify.ui-pnotify-move {
  -webkit-transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
  -o-transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
  transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease; }

.ui-pnotify.ui-pnotify-fade-slow {
  -webkit-transition: opacity .4s linear;
  -o-transition: opacity .4s linear;
  transition: opacity .4s linear;
  opacity: 0; }

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
  -o-transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
  transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease; }

.ui-pnotify.ui-pnotify-fade-normal {
  -webkit-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
  opacity: 0; }

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity .25s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
  -o-transition: opacity .25s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
  transition: opacity .25s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease; }

.ui-pnotify.ui-pnotify-fade-fast {
  -webkit-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
  opacity: 0; }

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity .1s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
  -o-transition: opacity .1s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
  transition: opacity .1s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease; }

.ui-pnotify.ui-pnotify-fade-in {
  opacity: 1; }

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.1); }

.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0; }

.ui-pnotify-container:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.ui-pnotify-container.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
  margin-top: 0; }

.ui-pnotify-text {
  display: block; }

.ui-pnotify-icon, .ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em; }

/* Alternate stack initial positioning. */
.ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft {
  left: 25px;
  right: auto; }

.ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft {
  bottom: 25px;
  top: auto; }

.ui-pnotify.stack-modal {
  left: 50%;
  right: auto;
  margin-left: -150px; }

.ui-pnotify-closer, .ui-pnotify-sticker {
  float: right;
  margin-left: .2em; }

.ui-pnotify-container {
  position: relative;
  left: 0; }

@media (max-width: 480px) {
  /* -- Notice */
  .ui-pnotify-mobile-able.ui-pnotify {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: auto !important;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased; }
  .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom-width: 5px; }
  .ui-pnotify-mobile-able .ui-pnotify-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  /* Alternate stack initial positioning. */
  .ui-pnotify-mobile-able.ui-pnotify.stack-topleft, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft {
    left: 0;
    right: 0; }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto; }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow {
    border-top-width: 5px;
    border-bottom-width: 1px; } }

.ui-pnotify.ui-pnotify-nonblock-fade {
  /*transition: opacity .3s ease;*/
  opacity: .2; }

.ui-pnotify.ui-pnotify-nonblock-hide {
  display: none !important; }

@-webkit-keyframes showWizard {
  0% {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  100% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); } }

@keyframes showWizard {
  0% {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  100% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); } }

@-webkit-keyframes hideWizard {
  0% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  100% {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); } }

@keyframes hideWizard {
  0% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  100% {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); } }

#wizard-container.android {
  display: none;
  background-color: #09357A;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  text-align: center;
  -webkit-transition: ease-in-out 800ms all;
  -o-transition: ease-in-out 800ms all;
  transition: ease-in-out 800ms all; }
  #wizard-container.android .btn-primary {
    background-color: white;
    color: #09357A; }

#wizard-container.active {
  display: block;
  -webkit-animation: showWizard 800ms;
  animation: showWizard 800ms;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

#wizard-container.inactive {
  -webkit-animation: hideWizard 800ms;
  animation: hideWizard 800ms; }

#wizard-container .controls {
  padding: 0.625rem;
  background-color: rgba(0, 0, 0, 0.1); }
  #wizard-container .controls:after {
    content: '';
    display: table;
    clear: both; }
  #wizard-container .controls button {
    background-color: rgba(255, 255, 255, 0.05);
    color: #FFF; }
    #wizard-container .controls button.btn-prev {
      float: left; }
    #wizard-container .controls button.btn-next {
      float: right; }
  #wizard-container .controls .numbers {
    margin: 0 2.5rem;
    padding: 0.1875rem 0.375rem; }
    #wizard-container .controls .numbers > span {
      display: inline-block;
      padding: 0.15rem 0.5rem;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 0.25rem;
      margin: 0 0.125rem;
      color: #FFF;
      -webkit-transition: ease all 250ms;
      -o-transition: ease all 250ms;
      transition: ease all 250ms; }
      #wizard-container .controls .numbers > span.active {
        background-color: #FFF;
        color: #09357A; }

#wizard-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-transition: ease-in-out 800ms all;
  -o-transition: ease-in-out 800ms all;
  transition: ease-in-out 800ms all;
  overflow-y: hidden; }
  #wizard-container ul:after {
    content: '';
    display: table;
    clear: both; }
  #wizard-container ul > li {
    padding: 1.25rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    float: left;
    width: 100%; }
    #wizard-container ul > li h2 {
      font-size: 1.125rem;
      font-weight: 700;
      color: white; }
    #wizard-container ul > li p:last-child {
      margin-bottom: 0; }
    #wizard-container ul > li img {
      max-width: 100%;
      max-height: 300px; }

body.results #results-tabs-content {
  padding: 1.25rem;
  border-radius: 0 0 0.625rem 0.625rem;
  font-size: 0.875rem; }

body.results #table-my-results {
  background-color: #FFF; }
  body.results #table-my-results td, body.results #table-my-results th {
    vertical-align: middle; }
  body.results #table-my-results .status-liberado, body.results #table-my-results .status-pendiente {
    font-size: 0.75rem; }
  body.results #table-my-results .status-pendiente {
    background-color: #ffe7a0; }
  body.results #table-my-results .status-liberado {
    background-color: #afecbd; }
  body.results #table-my-results .td-options a {
    border-radius: 0.1875rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: ease all 250ms;
    -o-transition: ease all 250ms;
    transition: ease all 250ms; }
    body.results #table-my-results .td-options a:hover {
      text-decoration: none; }

body.results #downloads-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #09357A;
  color: #FFF;
  text-align: right;
  padding: 1.25rem;
  -webkit-box-shadow: 0 -0.1875rem 0.9375rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 -0.1875rem 0.9375rem rgba(0, 0, 0, 0.2);
  -webkit-transition: ease-in-out transform 200ms;
  -o-transition: ease-in-out transform 200ms;
  transition: ease-in-out transform 200ms;
  -webkit-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%); }
  body.results #downloads-container .selected-info {
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    float: left; }
    body.results #downloads-container .selected-info > .selected-number {
      display: inline-block;
      background-color: #FFF;
      color: #09357A;
      padding: 0.5rem 0.9375rem;
      line-height: 1;
      border-radius: 0.625rem;
      font-weight: 700;
      font-size: 1.125rem;
      margin-bottom: 0.625rem; }
  body.results #downloads-container #btn-download {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #D24615;
    display: inline-block;
    margin-top: 0.9375rem; }
  @media (min-width: 768px) {
    body.results #downloads-container {
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(110%);
      -ms-transform: translateY(-50%) translateX(110%);
      transform: translateY(-50%) translateX(110%);
      right: 0;
      bottom: auto;
      left: auto;
      -webkit-box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.2);
      box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.2);
      border-radius: 0.3125rem 0 0 0.3125rem;
      text-align: center; }
      body.results #downloads-container > h4 {
        font-size: 0.75rem;
        text-transform: uppercase;
        background-color: #05204b;
        padding: 0.9375rem;
        text-align: center;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        margin-bottom: 0.9375rem;
        color: #FFF; }
      body.results #downloads-container .selected-info {
        margin-bottom: 0.9375rem;
        float: none; }
        body.results #downloads-container .selected-info > .selected-number {
          display: inline-block;
          background-color: #FFF;
          color: #09357A;
          padding: 0.5rem 0.9375rem;
          line-height: 1;
          border-radius: 0.625rem;
          font-weight: 700;
          font-size: 1.125rem;
          margin-bottom: 0.625rem; }
      body.results #downloads-container #btn-download {
        display: block;
        margin-top: 0; } }

body.results.downloads-selected #downloads-container {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
  @media (min-width: 768px) {
    body.results.downloads-selected #downloads-container {
      -webkit-transform: translateY(-50%) translateX(0);
      -ms-transform: translateY(-50%) translateX(0);
      transform: translateY(-50%) translateX(0); } }

body.membership .mem-description {
  font-size: 0.875rem;
  background-color: #FFF;
  padding: 0.9375rem;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(9, 53, 122, 0.2);
  box-shadow: 0 0.125rem 0.375rem rgba(9, 53, 122, 0.2); }
  body.membership .mem-description ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    body.membership .mem-description ul > li {
      padding: 0.3125rem 0; }
      body.membership .mem-description ul > li > .icon {
        color: #09357A; }

body.membership .mem-form {
  font-size: 0.875rem; }

body.membership #openpay-overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

body.membership #openpay-modal {
  display: none;
  background-color: transparent;
  padding: 0;
  overflow-y: auto;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem; }
  body.membership #openpay-modal .om-content {
    background: #fff;
    padding: 1.25rem;
    -webkit-box-shadow: 0rem 0.25rem 0.625rem rgba(9, 53, 122, 0.6);
    box-shadow: 0rem 0.25rem 0.625rem rgba(9, 53, 122, 0.6); }
    body.membership #openpay-modal .om-content > .logo {
      width: 11.875rem;
      padding: 0 1.25rem;
      text-align: center; }
      body.membership #openpay-modal .om-content > .logo > img {
        max-width: 100%; }
      @media (min-width: 576px) {
        body.membership #openpay-modal .om-content > .logo {
          position: absolute;
          top: 0;
          left: 0;
          right: 0; } }
    body.membership #openpay-modal .om-content > .description {
      font-size: 1.25rem;
      font-weight: 700;
      /* Eliminar cuando stores esté integrado */
      color: #FFF; }
    body.membership #openpay-modal .om-content > .methods {
      padding: 1.25rem;
      text-align: center; }
      body.membership #openpay-modal .om-content > .methods > button {
        background-color: #09357A;
        padding: 0.625rem 1.875rem;
        border: 0;
        color: #fff; }
        body.membership #openpay-modal .om-content > .methods > button.active {
          background: #E51F04;
          background: -moz-linear-gradient(top, #E51F04 0%, #A60000 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E51F04), color-stop(100%, #A60000));
          background: -webkit-linear-gradient(top, #E51F04 0%, #A60000 100%);
          background: -o-linear-gradient(top, #E51F04 0%, #A60000 100%);
          background: -ms-linear-gradient(top, #E51F04 0%, #A60000 100%);
          background: -webkit-gradient(linear, left top, left bottom, from(#E51F04), to(#A60000));
          background: linear-gradient(top, #E51F04 0%, #A60000 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E51F04', endColorstr='#A60000',GradientType=0 ); }
    body.membership #openpay-modal .om-content #payment-card {
      display: none; }
      body.membership #openpay-modal .om-content #payment-card a {
        cursor: pointer;
        display: block;
        text-decoration: none; }
        body.membership #openpay-modal .om-content #payment-card a i {
          margin-right: 10px; }
        body.membership #openpay-modal .om-content #payment-card a.disabled {
          background: none repeat scroll 0 0 #ccc;
          cursor: default; }
      body.membership #openpay-modal .om-content #payment-card .button {
        border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        text-align: center;
        font-size: 21px;
        font-weight: 400;
        padding: 12px 0;
        width: 100%;
        display: table;
        background: #E51F04;
        background: -moz-linear-gradient(top, #E51F04 0%, #A60000 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E51F04), color-stop(100%, #A60000));
        background: -webkit-linear-gradient(top, #E51F04 0%, #A60000 100%);
        background: -o-linear-gradient(top, #E51F04 0%, #A60000 100%);
        background: -ms-linear-gradient(top, #E51F04 0%, #A60000 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#E51F04), to(#A60000));
        background: linear-gradient(top, #E51F04 0%, #A60000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E51F04', endColorstr='#A60000',GradientType=0 ); }
        body.membership #openpay-modal .om-content #payment-card .button[disabled] {
          background-color: #cccccc;
          color: #FFF; }
      body.membership #openpay-modal .om-content #payment-card .bkng-tb-cntnt a.button {
        color: #fff;
        float: right;
        font-size: 18px;
        padding: 5px 20px;
        width: auto; }
      body.membership #openpay-modal .om-content #payment-card .bkng-tb-cntnt a.button i {
        color: #fff; }
      body.membership #openpay-modal .om-content #payment-card .bkng-tb-cntnt a.button.o {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #e51f04;
        border: 1px solid #e51f04; }
        body.membership #openpay-modal .om-content #payment-card .bkng-tb-cntnt a.button.o i {
          color: #e51f04; }
      body.membership #openpay-modal .om-content #payment-card .bkng-tb-cntnt a.button.right i {
        float: right;
        margin: 2px 0 0 10px; }
      body.membership #openpay-modal .om-content #payment-card .bkng-tb-cntnt a.button.left {
        float: left; }
      body.membership #openpay-modal .om-content #payment-card .bkng-tb-cntnt a.button.disabled.o {
        border-color: #ccc;
        color: #ccc; }
      body.membership #openpay-modal .om-content #payment-card .bkng-tb-cntnt a.button.disabled.o i {
        color: #ccc; }
      body.membership #openpay-modal .om-content #payment-card .pymnts {
        float: left; }
      body.membership #openpay-modal .om-content #payment-card .pymnts * {
        float: left; }
      body.membership #openpay-modal .om-content #payment-card .sctn-row:after {
        content: '';
        display: table;
        clear: both; }
      body.membership #openpay-modal .om-content #payment-card .sctn-col {
        width: 50%;
        float: left; }
      body.membership #openpay-modal .om-content #payment-card .sctn-col input {
        border: 1px solid #ccc;
        font-size: 18px;
        line-height: 24px;
        padding: 10px 12px;
        width: 333px; }
      body.membership #openpay-modal .om-content #payment-card .sctn-col label {
        font-size: 1.125rem;
        line-height: 1.1875rem;
        width: 100%;
        font-weight: 700; }
      body.membership #openpay-modal .om-content #payment-card .sctn-col.x3 {
        width: 300px; }
      body.membership #openpay-modal .om-content #payment-card .sctn-col.x3.last {
        width: 200px; }
      body.membership #openpay-modal .om-content #payment-card .sctn-col.x3 input {
        width: 210px; }
      body.membership #openpay-modal .om-content #payment-card .sctn-col.x3 a {
        float: right; }
      body.membership #openpay-modal .om-content #payment-card .pymnt-itm {
        margin: 0 0 3px; }
      body.membership #openpay-modal .om-content #payment-card .pymnt-itm h2 {
        display: none; }
      body.membership #openpay-modal .om-content #payment-card .pymnt-itm.active h2 {
        display: none; }
      body.membership #openpay-modal .om-content #payment-card .pymnt-itm div.pymnt-cntnt {
        display: none; }
      body.membership #openpay-modal .om-content #payment-card .pymnt-itm.active div.pymnt-cntnt {
        display: block;
        padding: 0 0 30px;
        width: 100%;
        overflow: hidden; }
      body.membership #openpay-modal .om-content #payment-card .pymnt-cntnt div.sctn-row {
        margin: 20px 30px 0; }
      body.membership #openpay-modal .om-content #payment-card .pymnt-cntnt div.sctn-row div.sctn-col {
        width: 50%;
        padding-left: 1.25rem; }
        body.membership #openpay-modal .om-content #payment-card .pymnt-cntnt div.sctn-row div.sctn-col.l {
          padding-right: 1.25rem;
          padding-left: 0rem; }
      body.membership #openpay-modal .om-content #payment-card .pymnt-cntnt div.sctn-row div.sctn-col input {
        width: 100%; }
      body.membership #openpay-modal .om-content #payment-card .pymnt-cntnt div.sctn-row div.sctn-col.half {
        width: 25%; }
      body.membership #openpay-modal .om-content #payment-card .pymnt-cntnt div.sctn-row div.sctn-col.half input {
        width: 100%; }
      body.membership #openpay-modal .om-content #payment-card .pymnt-cntnt div.sctn-row div.sctn-col.cvv {
        background-image: url("../images/cvv.png");
        background-position: 156px center;
        background-repeat: no-repeat;
        padding-bottom: 30px; }
      body.membership #openpay-modal .om-content #payment-card .pymnt-cntnt div.sctn-row div.sctn-col.cvv div.sctn-col.half input {
        width: 110px; }
      body.membership #openpay-modal .om-content #payment-card .openpay {
        float: right;
        height: 60px;
        margin: 0;
        width: 50%;
        overflow: hidden; }
      body.membership #openpay-modal .om-content #payment-card .openpay div.logo {
        background-image: url("../images/openpay.png");
        background-position: left bottom;
        background-repeat: no-repeat;
        border-right: 1px solid #ccc;
        font-size: 12px;
        font-weight: 400;
        height: 45px;
        padding: 0 20px 0 0;
        float: left; }
      body.membership #openpay-modal .om-content #payment-card .openpay div.shield {
        background-image: url("../images/security.png");
        background-position: 1.25rem;
        background-repeat: no-repeat;
        font-size: 12px;
        font-weight: 400;
        padding: 0 0 0 60px;
        float: left;
        width: 50%; }
      body.membership #openpay-modal .om-content #payment-card .pay-button {
        float: left;
        width: 45%;
        margin: 0 !important;
        padding-right: 1.875rem; }
        body.membership #openpay-modal .om-content #payment-card .pay-button .button {
          color: #FFF; }
      body.membership #openpay-modal .om-content #payment-card .card-expl {
        height: 80px;
        margin: 20px 0; }
      body.membership #openpay-modal .om-content #payment-card .card-expl div {
        background-position: left 45px;
        background-repeat: no-repeat;
        height: 70px;
        padding-top: 10px;
        float: left; }
      body.membership #openpay-modal .om-content #payment-card .card-expl div.debit {
        background-image: url("../images/cards2.png");
        margin-left: 20px;
        width: 540px; }
      body.membership #openpay-modal .om-content #payment-card .card-expl div.credit {
        background-image: url("../images/cards1.png");
        border-right: 1px solid #ccc;
        margin-left: 30px;
        width: 209px; }
      body.membership #openpay-modal .om-content #payment-card .card-expl h4 {
        font-weight: 700;
        margin: 0;
        font-size: 1.125rem; }
    body.membership #openpay-modal .om-content #paypal-button-container {
      width: 70%;
      margin: 0 auto;
      max-width: 25rem; }
    body.membership #openpay-modal .om-content .method-item {
      display: none; }
      body.membership #openpay-modal .om-content .method-item.active {
        display: block !important; }
  @media (min-width: 768px) {
    body.membership #openpay-modal {
      top: 5rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      max-width: 56.25rem;
      bottom: 5rem;
      position: fixed; } }

body.membership #error-char {
  background-color: #dc3545;
  padding: 0.25rem;
  border-radius: 0.125rem;
  color: #FFF;
  position: absolute;
  bottom: -1.125rem;
  z-index: 300;
  left: 1.5625rem;
  right: 1.5625rem;
  text-align: center;
  -webkit-box-shadow: 0 0.3125rem 0.375rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.3125rem 0.375rem rgba(0, 0, 0, 0.2);
  display: none; }
  body.membership #error-char::before {
    position: absolute;
    width: 0.625rem;
    border-bottom: 0.4375rem solid #dc3545;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    top: -0.4375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    display: block; }
