@charset "UTF-8";

html {
  height: 100%;
}

body {
  font-family: "Roboto", BlinkMacSystemFont, -apple-system, sans-serif;
  overflow-y: auto;
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

body:after {
  content: "";
  display: block;
  height: 180px;
}

@media screen and (min-width: 1px) and (max-width: 769px) {
  #mi-cuenta {
    min-height: 10vh;
    /* display: none; */
  }
}

.subscriptions {
  /* -----------  ----------- */
  /* XS media queries */
}

.subscriptions .hero.is-primary {
  background-color: transparent;
  position: relative;
}

.subscriptions .hero.is-primary .subtitle strong {
  color: #363636;
}

.subscriptions .hero.hero-subscription::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-size: cover;
  background-position: center 0;
  z-index: -2;
}

@media screen and (max-width: 769px) {
  .subscriptions .hero.hero-subscription::before {
    min-height: 10vh;
  }
}

.subscriptions .hero.hero-subscription .hero-body {
  padding-bottom: 12rem;
  padding-top: 5rem;
}

@media screen and (max-width: 768px) {
  .subscriptions .hero.hero-subscription .hero-body {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}

.subscriptions .hero.hero-subscription .hero-body .bar-top {
  padding: 0;
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .msg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .subscriptions .hero.hero-subscription .hero-body .bar-top {
    bottom: 0 !important;
  }
}

@media screen and (max-width: 1280px) {
  .subscriptions .hero.hero-subscription .hero-body .bar-top.do-show {
    bottom: 0 !important;
  }
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card {
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 3px 6px #00000029;
          box-shadow: 0 3px 6px #00000029;
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card * {
  font-size: 20px;
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-header {
  padding: 1.5rem;
  border-radius: 5px 5px 0 0;
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-header img {
  height: 28px;
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-content .msg-limit {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  line-height: 35px;
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-content .suscribite {
  left: 25%;
  padding-right: 50px;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #707070;
}

@media screen and (max-width: 769px) {
  .subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-content .suscribite {
    padding: 0 5px;
  }
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-content .subtitle {
  display: inline-block;
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-content p {
  font-size: 16px;
  color: #707070;
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-content .not-login {
  border-left: 1px solid #c6c2bd;
  padding-left: 50px;
  display: inline-block;
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-content .not-login span {
  font-size: 16px;
  color: #707070;
}

@media screen and (max-width: 1280px) {
  .subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-content .not-login {
    border-top: 1px solid #c6c2bd;
    border-left: none;
    padding-left: 0;
    padding-top: 25px;
    margin-top: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-content .not-login .ya-sos-suscriptor {
  display: inline-block;
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-content .not-login .button-ingresar {
  padding-left: 15px;
  display: inline-block;
}

.subscriptions .hero.hero-subscription .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  padding: 1.2em 1.5em;
  font-size: 15px;
}

.subscriptions .hero-head {
  background-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5em;
}

.subscriptions .hero-head .navbar .container .navbar-brand a:hover {
  background-color: transparent;
}

.subscriptions .hero-head .navbar .container .navbar-end .avatar {
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .subscriptions .hero-head .navbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .subscriptions .hero-head .navbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.subscriptions .hero-head.hero-head-subscription {
  background-color: #ffffff;
  padding: 0;
}

.subscriptions .hero-head.hero-head-subscription .navbar-brand .icon-left-open {
  padding-right: 5px;
  padding-top: 3px;
}

.subscriptions .hero-head .navbar-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.subscriptions .hero-head .dropdown.is-hoverable {
  padding: 0.5rem 0.75rem;
}

@media screen and (max-width: 768px) {
  .subscriptions .hero-head .dropdown.is-hoverable {
    padding: 0.5rem 0.25rem;
  }
}

.subscriptions .hero-head .dropdown.is-hoverable a.navbar-item:hover {
  background-color: transparent;
}

.subscriptions .hero-body p {
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .subscriptions .hero-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media only screen and (max-device-width: 1024px) {
  .subscriptions .hero-body {
    padding-top: 3rem !important;
    padding-bottom: 7rem !important;
  }
}

@media only screen and (max-device-width: 768px) {
  .subscriptions .hero-body {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@-webkit-keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }

  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }

  to {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes slide-show {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-show {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.subscriptions .hero-body .bar-top {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: #fff;
  line-height: 1.3;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.subscriptions .hero-body .bar-top.do-show {
  -webkit-animation: slide-show 1s forwards;
          animation: slide-show 1s forwards;
}

.subscriptions .hero-body .bar-top[data-notification-status="success"] {
  background-color: #ffffff;
}

.subscriptions .hero-body .bar-top[data-notification-status="success"] .close {
  display: block;
  margin-top: 4px;
  font-size: 22px;
  color: #0D74BF !important;
}

.subscriptions .hero-body .bar-top[data-notification-status="success"] .container h2 {
  margin-bottom: 0;
}

.subscriptions .hero-body .bar-top[data-notification-status="success"] .container:before {
  content: "\F12A";
  display: inline-block;
  float: left;
  font-family: "fontello";
  font-weight: 900;
  font-size: 1.5rem;
  margin-right: 20px;
  color: #2a2a2a;
}

.subscriptions .lviFormContainer .lviFormTitle {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .subscriptions .lviFormContainer .lviFormTitle {
    margin-bottom: 0;
  }
}

.subscriptions .lviFormContainer .lviFormTitle .title {
  font-weight: 300;
}

.subscriptions .lviFormContainer .lviFormSubtitle {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .subscriptions .lviFormContainer .lviFormSubtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .subscriptions .lviFormContainer .lviFormSubtitle .subtitle {
    word-break: keep-all;
  }

  .subscriptions .lviFormContainer .lviFormSubtitle .subtitle:after {
    content: ":";
    position: absolute;
  }

  .subscriptions .lviFormContainer .lviFormSubtitle p {
    margin-left: 10px;
    line-height: 1.2;
  }
}

.subscriptions .lviFormContainer .lviFormSubtitle:last-child {
  border-bottom: none;
}

.subscriptions .lviFormContainer .lviFormSubtitle .subtitle {
  font-weight: bold;
  margin-bottom: 0;
}

.subscriptions .lviFormContainer .lviFormSubtitle .button.is-outlined {
  color: #00a9f0;
  border-color: #00a9f0;
}

.subscriptions .lviFormContainer .lviFormSubtitle .button.is-outlined:hover {
  color: #ffffff;
}

.subscriptions .lviFormContainer .lviFormSubtitle .is-text {
  text-decoration: none;
  color: #00a9f0;
}

.subscriptions .lviFormContainer .lviFormSubtitle .is-text i {
  padding-left: 15px;
  font-size: 20px;
}

.subscriptions .lviFormContainer .lviFormSubtitle .lviCreditCardLogo {
  width: 42px;
  margin-left: 15px;
}

.subscriptions .lviFormContainer input[readonly] {
  opacity: 0.5;
}

.subscriptions .lviFormContainer input[readonly]:focus {
  outline: 0;
}

.subscriptions .lviFormContainer .cvv-help {
  text-align: right;
}

.subscriptions .lviFormContainer .cvv-help span {
  cursor: pointer;
  font-size: 0.75em;
}

.subscriptions .lviSuccessMessage img {
  width: 300px;
}

.subscriptions .lviSuccessMessage .button {
  width: 200px;
  padding: 1.3em;
  border-radius: 50px;
}

.subscriptions .lviSuccessMessage .button + .button {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .subscriptions .lviSuccessMessage .button + .button {
    margin-top: 10px;
    margin-left: 0;
  }
}

.subscriptions .benefits-container {
  border: solid 1px white;
  border-radius: 4px;
  padding: 10px;
  margin: 0 20px 0 20px;
}

.subscriptions .benefits-container.suscriptor {
  border-color: #0D74BF;
  padding: 20px;
  margin: 0;
}

.subscriptions .benefits-container .benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.subscriptions .benefits-container .benefits-list ul {
  -ms-flex-item-align: center;
      align-self: center;
}

.subscriptions .table-responsive {
  display: block;
  width: 100%;
  max-height: 400px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media screen and (max-width: 768px) {
  .subscriptions .table-responsive .table.is-narrow th {
    min-width: 105px;
  }
}

.subscriptions .combo-container .combo-columns {
  margin-top: -180px;
}

@media screen and (max-width: 768px) {
  .subscriptions .combo-container .combo-columns {
    margin-top: initial !important;
  }
}

@media screen and (min-width: 1408px) {
  .subscriptions .combo-container .container {
    max-width: 1152px !important;
  }
}

.subscriptions .alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 0 20px 0;
}

.subscriptions .alert.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.subscriptions .alert.alert-success.offer {
  padding-top: 5px;
}

.subscriptions .alert.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.subscriptions .alert.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.subscriptions .alert.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.subscriptions .alert .close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  float: right;
}

.subscriptions .alert.alert-hide {
  -webkit-animation: hideAlert 5s;
          animation: hideAlert 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes hideAlert {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hideAlert {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.subscriptions footer section.credits {
  padding: 1rem 1.5rem;
}

.subscriptions footer section.credits a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscriptions footer section.credits a p {
  line-height: 2;
}

.subscriptions .ctaButton {
  width: 200px;
  padding: 1.3em;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .subscriptions .ctaButton {
    width: 100%;
  }
}

@media only screen and (min-device-width: 100px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 1) {
  .subscriptions .column.is-xs {
    width: 100%;
  }
}

@media only screen and (min-device-width: 636px) and (max-device-width: 928px) and (-webkit-min-device-pixel-ratio: 1) {
  .subscriptions .column.is-md {
    width: 20.333333%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media screen and (min-width: 655px) {
  .pricing-table {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 770px) {
  .pricing-table .combo-columns.highlight-resource {
    margin-top: -225px;
  }
}

.pricing-table .pricing-plan {
  border: 0;
  border-bottom: solid 2px #0D74BF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.pricing-table .pricing-plan .box-top {
  font-weight: 600;
  height: 45px;
  background: #fcc92e;
  z-index: 2;
  font-size: 18px;
  color: #000;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px 4px 0 0;
}

@media screen and (min-width: 1024px) {
  .pricing-table .pricing-plan {
    margin-left: 0;
    margin-right: 0;
  }
}

.pricing-table .pricing-plan .plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  border: none;
  color: #0a0a0a;
  text-align: left;
  font-size: 0.8em;
  padding: 0.75em 2.5em 0;
}

@media screen and (max-width: 768px) {
  .pricing-table .pricing-plan .plan-item {
    padding: 0.45em 2em 0.45em;
  }
}

.pricing-table .pricing-plan .plan-item:before {
  font-family: fontello;
  font-weight: 900;
  content: "\E809";
  color: #0D74BF;
  padding-right: 20px;
}

.pricing-table .pricing-plan .plan-price {
  line-height: 1;
}

.pricing-table .pricing-plan .plan-price .oldValue s {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.pricing-table .pricing-plan .plan-price .oldValue s:before {
  border-top: 1px solid #d01;
  content: "";
  left: -5px;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}

.pricing-table .pricing-plan .plan-price .period {
  color: #3d3d3d;
  margin-left: -15px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pricing-table .pricing-plan .plan-price .period {
    margin-left: -20px;
  }
}

.pricing-table .pricing-plan .plan-price img {
  width: 200px;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .pricing-table .pricing-plan .plan-price img {
    width: 180px;
    display: none;
  }
}

.pricing-table .pricing-plan .plan-price .plan-price-amount {
  font-size: 4.5rem;
  font-weight: lighter;
  color: #0D74BF;
}

@media only screen and (max-device-width: 1024px) {
  .pricing-table .pricing-plan .plan-price .plan-price-amount {
    font-size: 5rem;
    line-height: 1;
  }
}

.pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #0D74BF;
  font-size: 2rem !important;
  font-weight: lighter !important;
  vertical-align: middle;
  margin-right: 0;
}

@media only screen and (max-device-width: 1024px) {
  .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
    font-size: 2.5rem !important;
  }
}

.pricing-table .pricing-plan .plan-price-amount-currency {
  font-size: 3.5rem;
  font-weight: lighter;
  color: #002d90;
  vertical-align: middle;
  margin-right: 0;
  font-family: "Times New Roman", Bold !important;
}

.pricing-table .pricing-plan .plan-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 1.25rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .pricing-table .pricing-plan .plan-header {
    height: 80px;
  }
}

.pricing-table .pricing-plan .plan-switch {
  padding: 0 2em;
}

.pricing-table .pricing-plan .plan-switch .title {
  margin-bottom: 0.5rem;
}

.pricing-table .pricing-plan .plan-switch button {
  padding: 0;
  border-radius: 50px;
}

.pricing-table .pricing-plan .plan-switch .plan-switch-plus {
  font-weight: bold;
  white-space: nowrap;
  color: #666666;
}

.pricing-table .pricing-plan .plan-switch .plan-switch-title {
  min-height: 5rem;
}

@media screen and (max-width: 768px) {
  .pricing-table .pricing-plan .plan-switch .plan-switch-title {
    min-height: 0;
  }
}

.pricing-table .pricing-plan .plan-switch .button {
  background: #0D74BF;
  color: white;
  display: block;
  font-size: 1.1em;
}

.pricing-table .pricing-plan .plan-footer {
  padding: 0 2em 1em;
}

.pricing-table .pricing-plan .plan-footer:before {
  content: "";
  display: block;
  width: 175px;
  margin: 15px auto;
  border-top: solid 1px #d3d3d3;
}

.pricing-table .pricing-plan .plan-footer img {
  width: 78px;
}

.pricing-table.table-club {
  text-align: center;
  border: 0;
  background: #0D74BF url("/img/tenants/expreso/club_bg.jpg") no-repeat bottom center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 768px) {
  .pricing-table.table-club {
    min-height: 355px;
  }
}

@media screen and (max-width: 768px) {
  .pricing-table.table-club .club-image {
    width: 200px;
    margin: 0 auto;
  }
}

.my-subscription {
  overflow: hidden;
}

.my-subscription .fondo-color {
  background-color: #142133;
  min-height: 100vh;
  position: relative;
}

.my-subscription .fondo-color.tarjeta {
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .my-subscription .fondo-color.tarjeta {
    min-height: initial;
  }
}

@media screen and (max-width: 1440px) {
  .my-subscription .fondo-color {
    min-height: 100vh;
  }
}

.my-subscription .fondo-color .arrow {
  position: absolute;
  top: 1.5rem;
  left: 3rem;
}

@media screen and (max-width: 769px) {
  .my-subscription .fondo-color .arrow {
    top: 2.5rem;
  }
}

.my-subscription .fondo-color .logo img {
  height: 40px;
}

.my-subscription .fondo-color .contenedor {
  position: relative;
  margin-bottom: 3rem;
  padding-top: 10rem;
}

@media screen and (min-width: 769px) {
  .my-subscription .fondo-color .contenedor .logo {
    display: none;
  }
}

.my-subscription .fondo-color .contenedor .image {
  border-radius: 50%;
  max-height: 200px;
  display: initial;
  position: relative;
  right: 10px;
}

.my-subscription .fondo-color .contenedor .arrow {
  left: 0;
}

@media screen and (max-width: 768px) {
  .my-subscription .fondo-color .contenedor .arrow {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .my-subscription .fondo-color {
    min-height: initial;
  }
}

@media screen and (max-width: 768px) {
  .my-subscription .fondo-color .contenedor {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.my-subscription .fondo-color .control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.my-subscription h2 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  right: 10px;
}

.my-subscription span {
  position: relative;
  right: 10px;
}

.critica .my-subscription .fondo-color {
  background-color: #b00026;
}

.subscription {
  padding: 0 40px 0 50px;
  position: relative;
  margin-top: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .subscription {
    padding: 30px 50px 20px;
  }
}

@media screen and (max-width: 768px) {
  .subscription {
    padding: 0.75rem;
  }

  .subscription .logo {
    display: none;
  }
}

.subscription .logo {
  margin: 3rem auto;
}

.subscription .logo img {
  height: 40px;
}

.subscription .is-primary {
  background-color: #0D74BF;
}

.subscription .is-primary.is-outlined {
  background-color: initial;
}

.icon-user-circle {
  background-size: 25px 31px;
  background: url(/img/tenants/expreso/expreso-session-icon.png) no-repeat -5px -4px;
  height: 25px;
  padding-left: 17px;
  font-weight: 700;
}

.icon-user-circle span {
  margin-left: 10px;
}

.icon-user-circle:hover {
  background-size: 25px 31px;
  background: url(/img/tenants/expreso/expreso-session-icon-hover.png) no-repeat -5px -4px;
  height: 25px;
  padding-left: 17px;
}

footer {
  position: absolute;
  bottom: 0;
  padding: 20px;
  float: left;
  width: 100%;
  background: #000000;
  border-top: none;
}

footer .logo {
  width: 160px;
}

footer .logo-wyleex {
  float: right;
}

footer .logo-wyleex img {
  width: 130px;
}

.eldeber footer .logo {
  width: initial;
}

.subscriptions.swal-cancel .swal2-actions {
  margin-top: 60px;
}

.subscriptions.swal-cancel .swal2-actions .swal2-styled.swal2-confirm {
  width: 50%;
  right: 0;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  margin: 0;
  border-radius: 0;
  background-color: black;
  border-color: black;
}

.subscriptions.swal-cancel .swal2-actions .swal2-styled.swal2-confirm:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subscriptions.swal-cancel .swal2-actions .swal2-styled.swal2-cancel {
  position: absolute;
  left: 0;
  width: 50%;
  bottom: 0;
  margin: 0;
  border-radius: 0;
  font-size: 20px;
  background-color: #fa9b00;
}

.subscriptions .pricing-table .pricing-plan {
  height: 100%;
}

.subscriptions .pricing-table .pricing-plan .plan-switch .button {
  color: white;
  display: block;
  font-size: 1.1em;
}

.subscriptions .pricing-table .pricing-plan .plan-price img {
  width: 300px;
}

.subscriptions .my-subscription {
  padding-top: 60px;
}

.subscriptions .my-subscription .navbar {
  width: 100%;
  height: 60px;
  padding-left: 9vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1440px) {
  .subscriptions .my-subscription .navbar {
    padding-left: 7vw;
  }
}

@media screen and (max-width: 1280px) {
  .subscriptions .my-subscription .navbar {
    padding-left: 4vw;
  }
}

@media screen and (min-width: 1920px) {
  .subscriptions .my-subscription .navbar {
    padding-left: 9.5vw;
  }
}

.subscriptions .my-subscription .navbar.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.subscriptions .my-subscription .navbar .arrow img {
  height: initial;
  max-width: initial;
  position: relative;
}

.subscriptions .my-subscription .navbar .logo-nav {
  position: relative;
  bottom: 5px;
  width: 220px;
  left: 0.85rem;
}

.subscriptions .my-subscription .navbar .columns {
  margin-top: 0.25rem;
}

.subscriptions .my-subscription .navbar h4 {
  font-size: 20px;
  letter-spacing: 1.79px;
  margin-left: 1rem;
}

.subscriptions .my-subscription .fondo-color {
  background-color: #ecf1f0;
  min-height: 100vh;
}

.subscriptions .my-subscription .fondo-color .color {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.subscriptions .my-subscription .fondo-color .color .contenedor {
  margin-bottom: 1.5em;
  padding-top: 0.5rem;
}

.subscriptions .my-subscription .fondo-color .color .contenedor .image {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.subscriptions .my-subscription .fondo-color h2 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
}

.subscriptions .my-subscription .fondo-color .botones a {
  display: block;
  width: 100%;
  color: #4f4f4f;
  font-weight: normal;
  font-size: 18px;
  background-color: #fff;
  margin-top: 0.5rem;
  position: relative;
  bottom: 3px;
  padding: 5px 20%;
}

@media screen and (max-width: 370px) {
  .subscriptions .my-subscription .fondo-color .botones a {
    padding-left: 10%;
  }
}

.subscriptions .my-subscription .fondo-color .botones a.current {
  color: white;
  /*   padding-top: 0; */
}

.subscriptions .my-subscription .fondo-color .botones a.current .asset {
  top: 8px;
}

.subscriptions .my-subscription .fondo-color .botones a .arrow-red {
  position: absolute;
  right: 50px;
  top: 10px;
  width: 1rem;
}

@media screen and (max-width: 370px) {
  .subscriptions .my-subscription .fondo-color .botones a .arrow-red {
    right: 20px;
  }
}

.subscriptions .my-subscription .fondo-color .botones a .asset {
  position: relative;
  top: 5px;
  padding-right: 5px;
}

.subscriptions .my-subscription .fondo-color .botones a .asset.contact {
  margin-right: 6px;
}

.subscriptions .my-subscription .fondo-color .botones .logout {
  margin-top: 1.5rem;
}

.subscriptions .my-subscription .fondo-color .botones .logout a {
  border-radius: 20px;
  border: solid 1px #000000;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  padding: 8px 35px;
  line-height: 0.8;
  width: 50%;
  display: inline;
  background-color: #ecf1f0;
}

.subscriptions .button.is-light {
  border-color: whitesmoke;
}

.subscriptions .button.is-light:hover {
  background-color: whitesmoke !important;
}

.subscriptions .button.is-text {
  border-color: transparent;
}

.subscriptions.extra .hero-head {
  background-color: #c00;
}

.subscriptions.extra .hero-head .navbar-brand .navbar-item {
  cursor: initial;
}

.subscriptions.extra .hero-body {
  padding-top: 3.5rem !important;
}

.subscriptions.extra .hero-body .bar-top .card .card-content .suscribite span {
  color: #c00;
}

.subscriptions.extra .hero-body .bar-top .card .card-content h2 {
  color: #c00 !important;
}

.subscriptions.extra .hero-body .bar-top .card .card-content p strong {
  color: #c00;
}

.subscriptions.extra .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #c00 !important;
}

.subscriptions.extra .button.is-primary {
  border-color: #c00;
  background-color: #c00;
  color: white;
}

.subscriptions.extra .button.is-outlined {
  border-color: #c00;
}

.subscriptions.extra .button.is-outlined:hover {
  background-color: #c00 !important;
}

.subscriptions.extra .pricing-table .pricing-plan {
  border-bottom: solid 2px #c00;
}

.subscriptions.extra .pricing-table .pricing-plan .plan-switch .button {
  background: #c00;
}

.subscriptions.extra .pricing-table .pricing-plan .plan-price-amount-currency {
  color: #c00;
}

.subscriptions.extra .pricing-table .pricing-plan .plan-item:before {
  color: #c00;
}

.subscriptions.extra .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #c00;
}

.subscriptions.extra .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #c00;
}

.subscriptions.extra .lviFormTitle .title {
  color: #c00;
}

.subscriptions.extra .success-message .title {
  color: #c00;
}

.subscriptions.extra .my-subscription .navbar {
  background-color: #c00;
}

.subscriptions.extra .my-subscription .navbar .arrow img {
  top: -1.5px;
}

.subscriptions.extra .my-subscription .navbar .logo-nav {
  width: 214.5px;
  height: 38px;
  max-width: initial;
  bottom: 5px;
  left: 0.65rem;
}

.subscriptions.extra .my-subscription .fondo-color .color {
  background-color: #c00;
}

.subscriptions.extra .my-subscription .fondo-color .botones a.current {
  background-color: #c00;
}

@media screen and (max-width: 768px) {
  .subscriptions.extra .my-subscription .subscription {
    padding: 30px 50px 20px;
  }

  .subscriptions.extra .my-subscription .subscription.profile {
    padding: 0.75rem;
  }
}

.subscriptions.extra .extra-details {
  /* ---------------------- Vertical Tabs */
}

.subscriptions.extra .extra-details .content-elements-colorbg {
  background-color: #cc0000;
  padding: 0.5em;
  display: inline-block;
  width: 100%;
}

.subscriptions.extra .extra-details .heading {
  color: #fff;
  text-align: left;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.67em;
  margin-top: 0.67em;
  text-transform: initial;
}

.subscriptions.extra .extra-details .grid-1 {
  float: left;
  width: 30%;
}

.subscriptions.extra .extra-details .grid-2 {
  float: left;
  width: 70%;
}

.subscriptions.extra .extra-details .grid-2 img {
  width: 100%;
}

.subscriptions.extra .extra-details .container {
  margin: 0 auto;
  max-width: 1344px;
}

@media only screen and (max-width: 500px) {
  .subscriptions.extra .extra-details .grid-1 {
    width: 100%;
  }

  .subscriptions.extra .extra-details .grid-2 {
    width: 100%;
  }
}

.subscriptions.extra .extra-details button,
.subscriptions.extra .extra-details .button {
  position: relative;
  display: inline-block;
  color: white;
  padding: 0.75rem 2rem;
  margin: 0 auto;
  background-color: #374d7200;
  border: none;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.subscriptions.extra .extra-details button:hover,
.subscriptions.extra .extra-details .button:hover {
  color: #fae812;
}

.subscriptions.extra .extra-details button:hover:before,
.subscriptions.extra .extra-details button:hover:after,
.subscriptions.extra .extra-details .button:hover:before,
.subscriptions.extra .extra-details .button:hover:after {
  color: #fae812;
}

.subscriptions.extra .extra-details button:after,
.subscriptions.extra .extra-details button:before,
.subscriptions.extra .extra-details .button:after,
.subscriptions.extra .extra-details .button:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.subscriptions.extra .extra-details .tabs {
  position: relative;
  min-height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  overflow-x: hidden;
  white-space: initial;
  /* ---------------------- Tab */
  /* ---------------------- Content */
}

.subscriptions.extra .extra-details .tabs .tab {
  margin-bottom: 1px;
  /* ---------------------- Tab Toggle */
}

.subscriptions.extra .extra-details .tabs a {
  border-bottom-style: none !important;
  padding: 0;
}

@media screen and (min-width: 55rem) {
  .subscriptions.extra .extra-details .tabs .tab {
    float: left;
    clear: left;
    width: 30%;
  }
}

.subscriptions.extra .extra-details .tabs .tab .tab-toggle {
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  outline: none;
  width: 100%;
}

@media screen and (min-width: 55rem) {
  .subscriptions.extra .extra-details .tabs .tab .tab-toggle {
    text-align: left;
  }
}

.subscriptions.extra .extra-details .tabs .tab .tab-toggle.active:after {
  content: "\25BC";
  position: absolute;
  display: block;
  color: #8bd7ff;
  left: 6px;
  top: 46%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

@media screen and (min-width: 55rem) {
  .subscriptions.extra .extra-details .tabs .tab .tab-toggle:after {
    -webkit-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
  }
}

.subscriptions.extra .extra-details .tabs .tab .tab-toggle.active {
  color: #fae812;
  cursor: default;
}

.subscriptions.extra .extra-details .tabs .tab .tab-toggle.active:after {
  color: #fae812;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

@media screen and (min-width: 55rem) {
  .subscriptions.extra .extra-details .tabs .tab .tab-toggle.active:after {
    -webkit-transform: rotate(-90deg) translateX(50%) translateY(0);
    transform: rotate(-90deg) translateX(50%) translateY(0);
    left: 6px;
  }
}

.subscriptions.extra .extra-details .tabs .content {
  color: #fff;
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (min-width: 55rem) {
  .subscriptions.extra .extra-details .tabs .content {
    max-height: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    opacity: 0;
    padding: 0 2rem 2rem 2rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.subscriptions.extra .extra-details .tabs .content.active {
  max-height: 1000px;
}

@media screen and (min-width: 55rem) {
  .subscriptions.extra .extra-details .tabs .content.active {
    max-height: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.subscriptions.extra .extra-details .tabs .content > .heading {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.subscriptions.expreso .hero-head,
.subscriptions.ecuavisa .hero-head {
  background-color: #002D90;
}

.subscriptions.expreso .hero-head .navbar-brand .navbar-item,
.subscriptions.ecuavisa .hero-head .navbar-brand .navbar-item {
  cursor: initial;
  color: white;
}

.subscriptions.expreso .hero-head .navbar-item,
.subscriptions.ecuavisa .hero-head .navbar-item {
  color: white;
}

.subscriptions.expreso .hero-body,
.subscriptions.ecuavisa .hero-body {
  padding-top: 3.5rem !important;
}

.subscriptions.expreso .hero-body .bar-top .card .card-content .suscribite span,
.subscriptions.ecuavisa .hero-body .bar-top .card .card-content .suscribite span {
  color: #002D90;
}

.subscriptions.expreso .hero-body .bar-top .card .card-content h2,
.subscriptions.ecuavisa .hero-body .bar-top .card .card-content h2 {
  color: #002D90 !important;
}

.subscriptions.expreso .hero-body .bar-top .card .card-content p strong,
.subscriptions.ecuavisa .hero-body .bar-top .card .card-content p strong {
  color: #002D90;
}

.subscriptions.expreso .hero-body .bar-top .card .card-content .not-login .button-ingresar .button,
.subscriptions.ecuavisa .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #002D90 !important;
}

.subscriptions.expreso .button.is-primary,
.subscriptions.ecuavisa .button.is-primary {
  background-color: #002D90;
  color: white;
  border-color: #002D90;
}

.subscriptions.expreso .button.is-outlined,
.subscriptions.ecuavisa .button.is-outlined {
  border-color: #002D90;
}

.subscriptions.expreso .button.is-outlined:hover,
.subscriptions.ecuavisa .button.is-outlined:hover {
  background-color: #002D90 !important;
}

.subscriptions.expreso .pricing-table .pricing-plan,
.subscriptions.ecuavisa .pricing-table .pricing-plan {
  border-bottom: solid 2px #002D90;
}

.subscriptions.expreso .pricing-table .pricing-plan .plan-switch .button,
.subscriptions.ecuavisa .pricing-table .pricing-plan .plan-switch .button {
  background: #002D90;
}

.subscriptions.expreso .pricing-table .pricing-plan .plan-price-amount-currency,
.subscriptions.ecuavisa .pricing-table .pricing-plan .plan-price-amount-currency {
  color: #002D90;
}

.subscriptions.expreso .pricing-table .pricing-plan .plan-item:before,
.subscriptions.ecuavisa .pricing-table .pricing-plan .plan-item:before {
  color: #002D90;
}

.subscriptions.expreso .pricing-table .pricing-plan .plan-price .plan-price-amount,
.subscriptions.ecuavisa .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #002D90;
}

.subscriptions.expreso .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency,
.subscriptions.ecuavisa .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #002D90;
}

.subscriptions.expreso .lviFormTitle .title,
.subscriptions.ecuavisa .lviFormTitle .title {
  color: #002D90;
}

.subscriptions.expreso .success-message .title,
.subscriptions.ecuavisa .success-message .title {
  color: #002D90;
}

.subscriptions.expreso .my-subscription .navbar,
.subscriptions.ecuavisa .my-subscription .navbar {
  background-color: #002D90;
}

.subscriptions.expreso .my-subscription .navbar .arrow img,
.subscriptions.ecuavisa .my-subscription .navbar .arrow img {
  top: -1.5px;
}

.subscriptions.expreso .my-subscription .navbar .logo-nav,
.subscriptions.ecuavisa .my-subscription .navbar .logo-nav {
  width: 214.5px;
  height: 38px;
  max-width: initial;
  bottom: 2px;
  left: 0.65rem;
}

.subscriptions.expreso .my-subscription .fondo-color .color,
.subscriptions.ecuavisa .my-subscription .fondo-color .color {
  background-color: #002D90;
}

.subscriptions.expreso .my-subscription .fondo-color .botones a.current,
.subscriptions.ecuavisa .my-subscription .fondo-color .botones a.current {
  background-color: #002D90;
}

@media screen and (max-width: 768px) {
  .subscriptions.expreso .my-subscription .subscription,
  .subscriptions.ecuavisa .my-subscription .subscription {
    padding: 30px 50px 20px;
  }

  .subscriptions.expreso .my-subscription .subscription.profile,
  .subscriptions.ecuavisa .my-subscription .subscription.profile {
    padding: 0.75rem;
  }
}

.subscriptions.expreso .expreso-details,
.subscriptions.ecuavisa .expreso-details {
  /* ---------------------- Vertical Tabs */
}

.subscriptions.expreso .expreso-details .content-elements-colorbg,
.subscriptions.ecuavisa .expreso-details .content-elements-colorbg {
  background-color: #002D90;
  padding: 0.5em;
  display: inline-block;
  width: 100%;
}

.subscriptions.expreso .expreso-details .heading,
.subscriptions.ecuavisa .expreso-details .heading {
  color: #fff;
  text-align: left;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.67em;
  margin-top: 0.67em;
  text-transform: initial;
}

.subscriptions.expreso .expreso-details .grid-1,
.subscriptions.ecuavisa .expreso-details .grid-1 {
  float: left;
  width: 30%;
}

.subscriptions.expreso .expreso-details .grid-1 a,
.subscriptions.ecuavisa .expreso-details .grid-1 a {
  display: inline;
}

.subscriptions.expreso .expreso-details .grid-1 span a,
.subscriptions.ecuavisa .expreso-details .grid-1 span a {
  display: table-row;
}

.subscriptions.expreso .expreso-details .grid-2,
.subscriptions.ecuavisa .expreso-details .grid-2 {
  float: left;
  width: 70%;
}

.subscriptions.expreso .expreso-details .grid-2 img,
.subscriptions.ecuavisa .expreso-details .grid-2 img {
  width: 100%;
}

.subscriptions.expreso .expreso-details .container,
.subscriptions.ecuavisa .expreso-details .container {
  margin: 0 auto;
  max-width: 1344px;
}

@media only screen and (max-width: 768px) {
  .subscriptions.expreso .expreso-details .grid-1,
  .subscriptions.ecuavisa .expreso-details .grid-1 {
    width: 100%;
  }

  .subscriptions.expreso .expreso-details .grid-2,
  .subscriptions.ecuavisa .expreso-details .grid-2 {
    width: 100%;
  }
}

.subscriptions.expreso .expreso-details button,
.subscriptions.expreso .expreso-details .button,
.subscriptions.ecuavisa .expreso-details button,
.subscriptions.ecuavisa .expreso-details .button {
  position: relative;
  display: inline-block;
  color: white;
  padding: 0.75rem 2rem;
  margin: 0 auto;
  background-color: #374d7200;
  border: none;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.subscriptions.expreso .expreso-details button:hover,
.subscriptions.expreso .expreso-details .button:hover,
.subscriptions.ecuavisa .expreso-details button:hover,
.subscriptions.ecuavisa .expreso-details .button:hover {
  color: #e7e7e7;
}

.subscriptions.expreso .expreso-details button:hover:before,
.subscriptions.expreso .expreso-details button:hover:after,
.subscriptions.expreso .expreso-details .button:hover:before,
.subscriptions.expreso .expreso-details .button:hover:after,
.subscriptions.ecuavisa .expreso-details button:hover:before,
.subscriptions.ecuavisa .expreso-details button:hover:after,
.subscriptions.ecuavisa .expreso-details .button:hover:before,
.subscriptions.ecuavisa .expreso-details .button:hover:after {
  color: #e7e7e7;
}

.subscriptions.expreso .expreso-details button:after,
.subscriptions.expreso .expreso-details button:before,
.subscriptions.expreso .expreso-details .button:after,
.subscriptions.expreso .expreso-details .button:before,
.subscriptions.ecuavisa .expreso-details button:after,
.subscriptions.ecuavisa .expreso-details button:before,
.subscriptions.ecuavisa .expreso-details .button:after,
.subscriptions.ecuavisa .expreso-details .button:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.subscriptions.expreso .expreso-details .tabs,
.subscriptions.ecuavisa .expreso-details .tabs {
  position: relative;
  min-height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  overflow-x: hidden;
  white-space: initial;
  /* ---------------------- Tab */
  /* ---------------------- Content */
}

.subscriptions.expreso .expreso-details .tabs a,
.subscriptions.ecuavisa .expreso-details .tabs a {
  border-bottom-style: none !important;
}

.subscriptions.expreso .expreso-details .tabs .tab,
.subscriptions.ecuavisa .expreso-details .tabs .tab {
  margin-bottom: 1px;
  /* ---------------------- Tab Toggle */
}

.subscriptions.expreso .expreso-details .tabs .description,
.subscriptions.ecuavisa .expreso-details .tabs .description {
  margin-top: 1em;
}

@media screen and (min-width: 55rem) {
  .subscriptions.expreso .expreso-details .tabs .tab,
  .subscriptions.ecuavisa .expreso-details .tabs .tab {
    float: left;
    clear: left;
    width: 30%;
  }
}

.subscriptions.expreso .expreso-details .tabs .tab .tab-toggle,
.subscriptions.ecuavisa .expreso-details .tabs .tab .tab-toggle {
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  outline: none;
  width: 100%;
}

@media screen and (min-width: 55rem) {
  .subscriptions.expreso .expreso-details .tabs .tab .tab-toggle,
  .subscriptions.ecuavisa .expreso-details .tabs .tab .tab-toggle {
    text-align: left;
  }
}

.subscriptions.expreso .expreso-details .tabs .tab .tab-toggle.active:after,
.subscriptions.ecuavisa .expreso-details .tabs .tab .tab-toggle.active:after {
  content: "\25BC";
  position: absolute;
  display: block;
  color: #8bd7ff;
  left: 6px;
  top: 46%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

@media screen and (min-width: 55rem) {
  .subscriptions.expreso .expreso-details .tabs .tab .tab-toggle:after,
  .subscriptions.ecuavisa .expreso-details .tabs .tab .tab-toggle:after {
    -webkit-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
  }
}

.subscriptions.expreso .expreso-details .tabs .tab .tab-toggle.active,
.subscriptions.ecuavisa .expreso-details .tabs .tab .tab-toggle.active {
  color: #8bd7ff;
  cursor: default;
}

.subscriptions.expreso .expreso-details .tabs .tab .tab-toggle.active:after,
.subscriptions.ecuavisa .expreso-details .tabs .tab .tab-toggle.active:after {
  color: #8bd7ff;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

@media screen and (min-width: 55rem) {
  .subscriptions.expreso .expreso-details .tabs .tab .tab-toggle.active:after,
  .subscriptions.ecuavisa .expreso-details .tabs .tab .tab-toggle.active:after {
    -webkit-transform: rotate(-90deg) translateX(50%) translateY(0);
    transform: rotate(-90deg) translateX(50%) translateY(0);
    left: 6px;
  }
}

.subscriptions.expreso .expreso-details .tabs .content,
.subscriptions.ecuavisa .expreso-details .tabs .content {
  color: #fff;
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (min-width: 55rem) {
  .subscriptions.expreso .expreso-details .tabs .content,
  .subscriptions.ecuavisa .expreso-details .tabs .content {
    max-height: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    opacity: 0;
    padding: 0rem 2rem 2rem 2rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.subscriptions.expreso .expreso-details .tabs .content.active,
.subscriptions.ecuavisa .expreso-details .tabs .content.active {
  max-height: 1000px;
}

@media screen and (min-width: 55rem) {
  .subscriptions.expreso .expreso-details .tabs .content.active,
  .subscriptions.ecuavisa .expreso-details .tabs .content.active {
    max-height: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.subscriptions.expreso .expreso-details .tabs .content > .heading,
.subscriptions.ecuavisa .expreso-details .tabs .content > .heading {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.subscriptions.eldeber {
  /* CSS pantalla 360px o superior */
}

.subscriptions.eldeber .hero-body .bar-top .card .card-content .suscribite span {
  color: #165130;
}

.subscriptions.eldeber .hero-body .bar-top .card .card-content h2 {
  color: #165130 !important;
}

.subscriptions.eldeber .hero-body .bar-top .card .card-content p strong {
  color: #165130;
}

.subscriptions.eldeber .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #165130 !important;
}

.subscriptions.eldeber .combo-container {
  background-color: #eeeeee;
}

.subscriptions.eldeber .button.is-primary {
  background-color: #165130;
  border-color: #165130;
}

.subscriptions.eldeber .button.is-outlined {
  border-color: #165130;
}

.subscriptions.eldeber .button.is-outlined.is-primary {
  background-color: #165130;
  color: white;
}

.subscriptions.eldeber .button.is-outlined.is-primary:hover {
  background-color: #165130 !important;
}

.subscriptions.eldeber .hero.hero-subscription .hero-body {
  padding-top: 7rem;
}

.subscriptions.eldeber .hero.hero-subscription::before {
  background-image: url(/img/tenants/eld/top-landing.jpg);
}

@media screen and (max-width: 768px) {
  .subscriptions.eldeber .hero.hero-subscription::before {
    background-position: right 0;
  }
}

.subscriptions.eldeber .hero-head.hero-head-subscription {
  background-color: #165130;
}

.subscriptions.eldeber .hero-head.hero-head-subscription .icon-left-open {
  color: white;
}

.subscriptions.eldeber .hero-head.hero-head-subscription .navbar-item {
  color: white;
}

.subscriptions.eldeber .my-subscription .navbar {
  background-color: #165130;
}

.subscriptions.eldeber .my-subscription .navbar .arrow img {
  top: -3px;
}

.subscriptions.eldeber .my-subscription .navbar .logo-nav {
  width: 214.5px;
  height: 42px;
  max-width: initial;
  bottom: 7px;
  left: 0.65rem;
}

.subscriptions.eldeber .my-subscription .fondo-color .color {
  background-color: #165130;
}

.subscriptions.eldeber .my-subscription .fondo-color .botones a.current {
  background-color: #165130;
}

@media screen and (max-width: 768px) {
  .subscriptions.eldeber .my-subscription .subscription {
    padding: 30px 50px 20px;
  }

  .subscriptions.eldeber .my-subscription .subscription.profile {
    padding: 0.75rem;
  }
}

.subscriptions.eldeber .pricing-table .columns {
  width: 100%;
}

.subscriptions.eldeber .pricing-table .pricing-plan {
  border-bottom: solid 2px #165130;
}

.subscriptions.eldeber .pricing-table .pricing-plan .plan-switch .columns {
  margin: 0;
}

.subscriptions.eldeber .pricing-table .pricing-plan .plan-switch .button {
  border-color: #ff0000;
  background: #ff0000;
  font-weight: 600;
}

.subscriptions.eldeber .pricing-table .pricing-plan .plan-switch .plan-price {
  height: 7rem;
}

.subscriptions.eldeber .pricing-table .pricing-plan .plan-price-amount-currency {
  color: black;
  font-size: 75px;
}

.subscriptions.eldeber .pricing-table .pricing-plan .plan-price-amount-currency small {
  font-size: 24px;
}

.subscriptions.eldeber .pricing-table .pricing-plan .plan-item:before {
  color: #165130;
}

.subscriptions.eldeber .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #165130;
}

.subscriptions.eldeber .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #165130;
}

.subscriptions.eldeber .pricing-table .pricing-plan .plan-price .oldValue s {
  color: #fff;
  background-color: #28a745;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.subscriptions.eldeber .pricing-table .pricing-plan .plan-price .oldValue s:before {
  display: none;
}

.subscriptions.eldeber .lviFormTitle .title {
  color: #165130;
}

.subscriptions.eldeber .my-subscription .card-content .title {
  color: #165130;
}

.subscriptions.eldeber .success-message .title {
  color: #165130;
}

@media screen and (min-width: 320px) {
  .subscriptions.eldeber.iframeeld iframe {
    width: 320px;
    height: 468px;
  }

  .subscriptions.eldeber.iframeeld footer {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .subscriptions.eldeber.iframeeld iframe {
    width: 100%;
    height: 544px;
  }

  .subscriptions.eldeber.iframeeld footer {
    display: none;
  }
}

@media screen and (min-width: 400px) {
  .subscriptions.eldeber.iframeeld iframe {
    width: 100%;
    height: 630px;
  }

  .subscriptions.eldeber.iframeeld footer {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .subscriptions.eldeber.iframeeld iframe {
    width: 100%;
    height: 738px;
  }

  .subscriptions.eldeber.iframeeld footer {
    display: block;
  }
}

.subscriptions.eldeber .eld-details {
  padding: 2rem;
}

.subscriptions.eldeber .eld-details .card {
  margin-bottom: 6rem;
  border-radius: 5px;
}

.subscriptions.eldeber .eld-details .card h4 {
  color: black;
  font-size: 24px;
}

.subscriptions.eldeber .eld-details .card p {
  font-size: 24px;
}

.subscriptions.eldeber .eld-details .card .button-green {
  color: #3da660;
  border-color: #3da660;
  font-weight: 600;
  padding: 4px 25px;
}

.subscriptions.eldeber .eld-details h3 {
  font-size: 34px;
  color: #d90000;
}

.subscriptions.eldeber .eld-details p {
  font-size: 18px;
}

.subscriptions.eldeber .eld-details .img-circle {
  height: 260px;
  width: 260px;
  border-radius: 50%;
  background-color: #eeeeee;
  text-align: center;
  margin: 0 auto;
  padding: 4rem 0;
}

.subscriptions.eldeber .eld-details .img-circle img {
  width: 200px;
}

.subscriptions.eldeber .eld-details h5 {
  color: black;
  font-size: 18px;
}

.subscriptions.eldeber .eld-details p {
  font-size: 18px;
}

.subscriptions.eldeber .eld-details h4 {
  color: #d90000;
  font-size: 20px;
  margin-top: 2rem;
}

.subscriptions.eldeber .eld-details h4 a {
  color: inherit;
}

.subscriptions.RBA {
  font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 1408px) {
  .subscriptions.RBA .container {
    max-width: 1344px;
  }
}

.subscriptions.RBA .hero-body .bar-top .card .card-content .suscribite span {
  color: #be312e;
}

.subscriptions.RBA .hero-body .bar-top .card .card-content h2 {
  color: #be312e !important;
}

.subscriptions.RBA .hero-body .bar-top .card .card-content p strong {
  color: #be312e;
}

.subscriptions.RBA .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #be312e !important;
}

.subscriptions.RBA .button.is-primary {
  background-color: #be312e;
  border-color: #be312e;
}

.subscriptions.RBA .button.is-rounded {
  height: initial;
  padding: 2px 45px;
  background-color: #aa302c;
  border-color: #aa302c;
}

.subscriptions.RBA .button.is-rounded:focus {
  background-color: #aa302c !important;
  border-color: #aa302c;
}

.subscriptions.RBA .button.is-outlined {
  border-color: #be312e;
}

.subscriptions.RBA .button.is-outlined.is-primary {
  background-color: #be312e;
  color: white;
}

.subscriptions.RBA .button.is-outlined.is-primary:hover {
  background-color: #be312e !important;
}

.subscriptions.RBA .hero.hero-subscription {
  background-color: #8f0908;
  background-image: url("/img/tenants/RBA/bg-images/bufon-header.png");
  background-repeat: no-repeat;
  background-position: top 30% right !important;
  background-size: auto !important;
}

.subscriptions.RBA .hero-head.hero-head-subscription {
  background-color: #be312e;
}

.subscriptions.RBA .hero-head.hero-head-subscription .icon-left-open {
  color: white;
}

.subscriptions.RBA .hero-head.hero-head-subscription .navbar-item {
  color: white;
}

.subscriptions.RBA .pricing-table .pricing-plan {
  border-bottom: solid 2px #be312e;
}

.subscriptions.RBA .pricing-table .pricing-plan .plan-switch .button {
  background: #be312e;
}

.subscriptions.RBA .pricing-table .pricing-plan .plan-price-amount-currency {
  color: #be312e;
}

.subscriptions.RBA .pricing-table .pricing-plan .plan-item:before {
  color: #be312e;
}

.subscriptions.RBA .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #be312e;
}

.subscriptions.RBA .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #be312e;
}

.subscriptions.RBA .pricing-table.el-jueves .pricing-plan {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subscriptions.RBA .pricing-table.el-jueves .pricing-plan .plan-header {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.2px;
}

.subscriptions.RBA .pricing-table.el-jueves .pricing-plan .plan-item {
  font-size: 18px;
  letter-spacing: 0.72px;
}

.subscriptions.RBA .pricing-table.el-jueves .pricing-plan .plan-item:before {
  content: "\F111";
  font-size: 14px;
}

.subscriptions.RBA .pricing-table.el-jueves .pricing-plan .plan-price .plan-price-amount {
  font-family: "Anton", "Impact", sans-serif;
  color: #000000;
  font-size: 6.25rem;
}

.subscriptions.RBA .pricing-table.el-jueves .pricing-plan .plan-price .plan-price-amount sup {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.875rem;
  line-height: initial;
  top: -1.5rem;
}

.subscriptions.RBA .pricing-table.el-jueves .pricing-plan .plan-price .plan-price-amount sup .periodicity {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 3rem;
}

.subscriptions.RBA .pricing-table.el-jueves .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  font-family: "Anton", "Impact", sans-serif;
  color: #000000;
  font-size: 1.25rem !important;
}

.subscriptions.RBA .pricing-table.el-jueves .pricing-plan .plan-price img {
  width: 150px;
  display: inline-block;
}

.subscriptions.RBA .pricing-table.el-jueves .pricing-plan .plan-footer:before {
  display: none;
}

.subscriptions.RBA .paycomet-form label {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.subscriptions.RBA .paycomet-form h4 {
  color: #be312e;
  font-family: "Anton", "Impact", sans-serif;
  font-size: 20px;
  letter-spacing: 1.33px;
}

.subscriptions.RBA .paycomet-form .right-line {
  position: relative;
}

.subscriptions.RBA .paycomet-form .right-line:after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 2rem;
  border-right: solid 2px #cbcbcb;
  height: 90%;
}

@media screen and (max-width: 768px) {
  .subscriptions.RBA .paycomet-form .right-line:after {
    display: none;
  }
}

.subscriptions.RBA .paycomet-form iframe {
  height: 45px;
}

.subscriptions.RBA .paycomet-form .btn {
  font-size: 20px;
  border-radius: 10rem;
}

.subscriptions.RBA .paycomet-form .btn.btn-primary {
  background-color: #be312e;
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
}

.subscriptions.RBA .paycomet-form .btn.btn-secondary {
  background-color: white;
  color: #3b3b3b;
  font-size: 18px;
  letter-spacing: 1.61px;
}

.subscriptions.RBA .paycomet-form select {
  background-image: url(/img/id/arrow_bottom_roja.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: bottom 10px right 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.subscriptions.RBA .paycomet-form .form-control {
  border-radius: 10rem;
  border: solid 0.9px #979797;
}

.subscriptions.RBA .paycomet-form .form-control[readonly] {
  background-color: white;
  color: #737373;
}

.subscriptions.RBA .paycomet-form .custom-control-label {
  font-size: 14px;
  line-height: 18.7px;
  letter-spacing: 0.5px;
  color: #000000;
}

.subscriptions.RBA .paycomet-form .custom-control-label a {
  font-weight: 600;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.subscriptions.RBA .paycomet-form .custom-control-label::before {
  border-radius: 0;
  border: solid 1px #000000;
  background-color: #ffffff;
}

.subscriptions.RBA .paycomet-form .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subscriptions.RBA .paycomet-form .custom-control-input:checked ~ .custom-control-label::before {
  border: solid 1px #000000;
  background-color: #ffffff;
}

.subscriptions.RBA .paycomet-form .custom-checkbox
.custom-control-input:checked
~ .custom-control-label::after {
  background-image: url("/img/id/check-dla.svg");
  background-size: 12px;
}

.subscriptions.RBA .my-subscription .navbar {
  background-color: #be312e;
}

.subscriptions.RBA .my-subscription .navbar h4 {
  font-family: Anton, sans-serif;
}

.subscriptions.RBA .my-subscription .navbar .arrow img {
  top: -1.6px;
}

.subscriptions.RBA .my-subscription .navbar .logo-nav {
  width: 173px;
  height: 42px;
  bottom: 7px;
  left: 0.8rem;
}

.subscriptions.RBA .my-subscription .fondo-color .color {
  background-color: #be312e;
}

.subscriptions.RBA .my-subscription .fondo-color h2 {
  font-family: "Anton", sans-serif;
}

.subscriptions.RBA .my-subscription .fondo-color .botones a.current {
  background-color: #be312e;
}

@media screen and (max-width: 768px) {
  .subscriptions.RBA .my-subscription .subscription {
    padding: 30px 50px 20px;
  }

  .subscriptions.RBA .my-subscription .subscription.profile {
    padding: 0.75rem;
  }
}

.subscriptions.RBA .lviFormTitle .title {
  color: #be312e;
}

.subscriptions.RBA .my-subscription .card-content .title {
  color: #be312e;
}

.subscriptions.RBA .success-message .title {
  color: #be312e;
}

.subscriptions.RBA hr.vertical-line {
  border: solid 1px #979797;
  height: 100%;
  width: 0.25px;
}

.subscriptions.natgeo,
.subscriptions.hnatgeo {
  font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 1408px) {
  .subscriptions.natgeo .container,
  .subscriptions.hnatgeo .container {
    max-width: 1344px;
  }
}

.subscriptions.natgeo .hero-head .navbar-item img,
.subscriptions.hnatgeo .hero-head .navbar-item img {
  width: 120px;
  height: 44px;
  max-height: initial;
}

.subscriptions.natgeo .hero-head .navbar-item .avatar,
.subscriptions.hnatgeo .hero-head .navbar-item .avatar {
  width: initial;
  max-height: 1.75rem;
}

.subscriptions.natgeo .hero-body .bar-top .card .card-content .suscribite span,
.subscriptions.hnatgeo .hero-body .bar-top .card .card-content .suscribite span {
  color: #ffce00;
}

.subscriptions.natgeo .hero-body .bar-top .card .card-content h2,
.subscriptions.hnatgeo .hero-body .bar-top .card .card-content h2 {
  color: #ffce00 !important;
}

.subscriptions.natgeo .hero-body .bar-top .card .card-content p strong,
.subscriptions.hnatgeo .hero-body .bar-top .card .card-content p strong {
  color: #ffce00;
}

.subscriptions.natgeo .hero-body .bar-top .card .card-content .not-login .button-ingresar .button,
.subscriptions.hnatgeo .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #ffce00 !important;
}

.subscriptions.natgeo .button.is-primary,
.subscriptions.hnatgeo .button.is-primary {
  background-color: #ffce00;
  border-color: #ffce00;
}

.subscriptions.natgeo .button.is-outlined,
.subscriptions.hnatgeo .button.is-outlined {
  border-color: #ffce00;
}

.subscriptions.natgeo .button.is-outlined.is-primary,
.subscriptions.hnatgeo .button.is-outlined.is-primary {
  background-color: #ffce00;
  color: white;
}

.subscriptions.natgeo .button.is-outlined.is-primary:hover,
.subscriptions.hnatgeo .button.is-outlined.is-primary:hover {
  background-color: #ffce00 !important;
}

.subscriptions.natgeo .button.is-outlined:focus,
.subscriptions.hnatgeo .button.is-outlined:focus {
  background-color: #ffce00 !important;
  border-color: #ffce00;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subscriptions.natgeo .hero.hero-subscription.historia::before,
.subscriptions.hnatgeo .hero.hero-subscription.historia::before {
  background-image: url("/img/tenants/natgeo/header-historia.jpg");
  background-position: center;
}

@media screen and (max-width: 768px) {
  .subscriptions.natgeo .hero.hero-subscription.historia::before,
  .subscriptions.hnatgeo .hero.hero-subscription.historia::before {
    background-position: right 0;
    background-image: url("/img/tenants/natgeo/header-historia-mobile.jpg");
  }
}

.subscriptions.natgeo .hero.hero-subscription::before,
.subscriptions.hnatgeo .hero.hero-subscription::before {
  background-image: url("/img/tenants/natgeo/bg.jpg");
}

@media screen and (max-width: 768px) {
  .subscriptions.natgeo .hero.hero-subscription::before,
  .subscriptions.hnatgeo .hero.hero-subscription::before {
    background-position: right 0;
  }
}

.subscriptions.natgeo .hero-head,
.subscriptions.hnatgeo .hero-head {
  background-color: #000000;
}

.subscriptions.natgeo .hero-head.custom,
.subscriptions.hnatgeo .hero-head.custom {
  height: initial;
  padding-bottom: 0;
}

.subscriptions.natgeo .hero-head.hero-head-subscription,
.subscriptions.hnatgeo .hero-head.hero-head-subscription {
  background-color: #ffce00;
}

.subscriptions.natgeo .hero-head.hero-head-subscription .icon-left-open,
.subscriptions.hnatgeo .hero-head.hero-head-subscription .icon-left-open {
  color: white;
}

.subscriptions.natgeo .hero-head.hero-head-subscription .navbar-item,
.subscriptions.hnatgeo .hero-head.hero-head-subscription .navbar-item {
  color: white;
}

.subscriptions.natgeo .hero-head.subscription-form,
.subscriptions.hnatgeo .hero-head.subscription-form {
  background-color: black;
}

.subscriptions.natgeo .hero-head.subscription-form img,
.subscriptions.hnatgeo .hero-head.subscription-form img {
  height: 30px;
  width: initial;
}

.subscriptions.natgeo .hero-head.subscription-form img.logo-nav,
.subscriptions.hnatgeo .hero-head.subscription-form img.logo-nav {
  height: initial;
  width: 100px;
}

.subscriptions.natgeo .hero-head .navbar-center,
.subscriptions.hnatgeo .hero-head .navbar-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.subscriptions.natgeo .hero-head .navbar-center .navbar-item.current,
.subscriptions.hnatgeo .hero-head .navbar-center .navbar-item.current {
  color: #ffcc00 !important;
  font-weight: 600;
  position: relative;
}

.subscriptions.natgeo .hero-head .navbar-center .navbar-item.current:after,
.subscriptions.hnatgeo .hero-head .navbar-center .navbar-item.current:after {
  content: "";
  border-bottom: solid 2px #ffcc00;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.subscriptions.natgeo .hero-head .navbar-center .navbar-item:hover,
.subscriptions.natgeo .hero-head .navbar-center .navbar-item:focus,
.subscriptions.hnatgeo .hero-head .navbar-center .navbar-item:hover,
.subscriptions.hnatgeo .hero-head .navbar-center .navbar-item:focus {
  background-color: initial;
}

@media screen and (max-width: 1023px) {
  .subscriptions.natgeo .hero-head .navbar-center .navbar-item,
  .subscriptions.hnatgeo .hero-head .navbar-center .navbar-item {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .subscriptions.natgeo .hero-head .navbar-brand,
  .subscriptions.hnatgeo .hero-head .navbar-brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .subscriptions.natgeo .hero-head .navbar-center,
  .subscriptions.hnatgeo .hero-head .navbar-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .subscriptions.natgeo .hero-head .navbar .container,
  .subscriptions.hnatgeo .hero-head .navbar .container {
    display: block !important;
  }

  .subscriptions.natgeo .hero-head .navbar-item,
  .subscriptions.hnatgeo .hero-head .navbar-item {
    -ms-flex-negative: initial;
        flex-shrink: initial;
    text-align: center;
  }

  .subscriptions.natgeo .hero-head .navbar-end,
  .subscriptions.hnatgeo .hero-head .navbar-end {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .subscriptions.natgeo .hero-head .navbar .container,
  .subscriptions.hnatgeo .hero-head .navbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.subscriptions.natgeo .pricing-table .pricing-plan,
.subscriptions.hnatgeo .pricing-table .pricing-plan {
  -webkit-box-shadow: 0 5px 10px #00000040;
          box-shadow: 0 5px 10px #00000040;
  height: initial;
  border-bottom: solid 4px #000000;
}

.subscriptions.natgeo .pricing-table .pricing-plan .plan-header,
.subscriptions.hnatgeo .pricing-table .pricing-plan .plan-header {
  letter-spacing: 1px;
  font-weight: bold;
}

.subscriptions.natgeo .pricing-table .pricing-plan .plan-switch .button,
.subscriptions.hnatgeo .pricing-table .pricing-plan .plan-switch .button {
  background: #000000;
  border-color: #000000;
  font-weight: bold;
}

.subscriptions.natgeo .pricing-table .pricing-plan .plan-price-amount-currency,
.subscriptions.hnatgeo .pricing-table .pricing-plan .plan-price-amount-currency {
  color: #ffce00;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 3px;
}

.subscriptions.natgeo .pricing-table .pricing-plan .plan-item,
.subscriptions.hnatgeo .pricing-table .pricing-plan .plan-item {
  font-weight: bold;
}

.subscriptions.natgeo .pricing-table .pricing-plan .plan-item:before,
.subscriptions.hnatgeo .pricing-table .pricing-plan .plan-item:before {
  color: #000000;
}

.subscriptions.natgeo .pricing-table .pricing-plan .plan-price .plan-price-amount-currency,
.subscriptions.hnatgeo .pricing-table .pricing-plan .plan-price .plan-price-amount-currency {
  font-weight: bold;
  font-size: 4.5rem;
}

.subscriptions.natgeo .pricing-table .pricing-plan .plan-price .plan-price-amount,
.subscriptions.hnatgeo .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #ffce00;
}

.subscriptions.natgeo .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency,
.subscriptions.hnatgeo .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #ffce00;
}

.subscriptions.natgeo .pricing-table .pricing-plan .plan-footer:before,
.subscriptions.hnatgeo .pricing-table .pricing-plan .plan-footer:before {
  width: 100%;
  border-top: solid 1px black;
}

.subscriptions.natgeo .pricing-table .pricing-plan.bundle,
.subscriptions.hnatgeo .pricing-table .pricing-plan.bundle {
  height: 100%;
  border-bottom: solid 4px #ffce00;
}

.subscriptions.natgeo .pricing-table .pricing-plan.bundle .box-top,
.subscriptions.hnatgeo .pricing-table .pricing-plan.bundle .box-top {
  font-weight: 800;
  font-size: 1.5rem;
}

.subscriptions.natgeo .pricing-table .pricing-plan.bundle .plan-switch .button,
.subscriptions.hnatgeo .pricing-table .pricing-plan.bundle .plan-switch .button {
  background: #ffce00;
  border-color: #ffce00;
  color: #000000;
}

.subscriptions.natgeo .pricing-table .pricing-plan.bundle .plan-price-amount-currency,
.subscriptions.hnatgeo .pricing-table .pricing-plan.bundle .plan-price-amount-currency {
  color: #000000;
}

.subscriptions.natgeo .pricing-table .pricing-plan.bundle .plan-item:before,
.subscriptions.hnatgeo .pricing-table .pricing-plan.bundle .plan-item:before {
  color: #ffce00;
}

.subscriptions.natgeo .paycomet-form label,
.subscriptions.hnatgeo .paycomet-form label {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.subscriptions.natgeo .paycomet-form h4,
.subscriptions.hnatgeo .paycomet-form h4 {
  color: black;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}

.subscriptions.natgeo .paycomet-form .right-line,
.subscriptions.hnatgeo .paycomet-form .right-line {
  position: relative;
}

.subscriptions.natgeo .paycomet-form .right-line:after,
.subscriptions.hnatgeo .paycomet-form .right-line:after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 2rem;
  border-right: solid 1px #979797;
  height: 90%;
}

@media screen and (max-width: 991px) {
  .subscriptions.natgeo .paycomet-form .right-line:after,
  .subscriptions.hnatgeo .paycomet-form .right-line:after {
    display: none;
  }
}

.subscriptions.natgeo .paycomet-form iframe,
.subscriptions.hnatgeo .paycomet-form iframe {
  height: 45px;
}

.subscriptions.natgeo .paycomet-form .btn,
.subscriptions.hnatgeo .paycomet-form .btn {
  font-size: 20px;
  border-radius: 10rem;
}

.subscriptions.natgeo .paycomet-form .btn.btn-primary,
.subscriptions.hnatgeo .paycomet-form .btn.btn-primary {
  background-color: #ffce00;
  border-radius: 0;
  border: none;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: black;
}

.subscriptions.natgeo .paycomet-form .btn.btn-secondary,
.subscriptions.hnatgeo .paycomet-form .btn.btn-secondary {
  background-color: white;
  color: #3b3b3b;
  font-size: 18px;
  letter-spacing: 1.61px;
}

@media screen and (max-width: 767px) {
  .subscriptions.natgeo .paycomet-form .logo,
  .subscriptions.hnatgeo .paycomet-form .logo {
    display: none;
  }
}

.subscriptions.natgeo .paycomet-form select,
.subscriptions.hnatgeo .paycomet-form select {
  background-image: url(/img/id/ic-blackarrow-up.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: bottom 12px right 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.subscriptions.natgeo .paycomet-form .form-control,
.subscriptions.hnatgeo .paycomet-form .form-control {
  border-radius: 0;
  border: solid 0.9px #979797;
  color: black;
}

.subscriptions.natgeo .paycomet-form .form-control[readonly],
.subscriptions.hnatgeo .paycomet-form .form-control[readonly] {
  background-color: white;
  color: black;
}

.subscriptions.natgeo .paycomet-form .custom-control-label,
.subscriptions.hnatgeo .paycomet-form .custom-control-label {
  font-size: 14px;
  line-height: 18.7px;
  letter-spacing: 0.5px;
  color: #000000;
}

.subscriptions.natgeo .paycomet-form .custom-control-label a,
.subscriptions.hnatgeo .paycomet-form .custom-control-label a {
  font-weight: 600;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.subscriptions.natgeo .paycomet-form .custom-control-label::before,
.subscriptions.hnatgeo .paycomet-form .custom-control-label::before {
  border-radius: 0;
  border: solid 1px #000000;
  background-color: #ffffff;
}

.subscriptions.natgeo .paycomet-form .custom-control-input:focus ~ .custom-control-label::before,
.subscriptions.hnatgeo .paycomet-form .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subscriptions.natgeo .paycomet-form .custom-control-input:checked ~ .custom-control-label::before,
.subscriptions.hnatgeo .paycomet-form .custom-control-input:checked ~ .custom-control-label::before {
  border: solid 1px #000000;
  background-color: #ffffff;
}

.subscriptions.natgeo .paycomet-form .custom-checkbox
.custom-control-input:checked
~ .custom-control-label::after,
.subscriptions.hnatgeo .paycomet-form .custom-checkbox
.custom-control-input:checked
~ .custom-control-label::after {
  background-image: url("/img/id/check-dla.svg");
  background-size: 12px;
}

.subscriptions.natgeo .paycomet-form .pricing-table .pricing-plan,
.subscriptions.hnatgeo .paycomet-form .pricing-table .pricing-plan {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none;
}

.subscriptions.natgeo .paycomet-form .pricing-table .pricing-plan .plan-header,
.subscriptions.hnatgeo .paycomet-form .pricing-table .pricing-plan .plan-header {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: black;
  font-weight: 500;
  letter-spacing: 0;
}

.subscriptions.natgeo .paycomet-form .pricing-table .pricing-plan .plan-item,
.subscriptions.hnatgeo .paycomet-form .pricing-table .pricing-plan .plan-item {
  font-weight: normal;
  font-size: 15px;
}

.subscriptions.natgeo .paycomet-form .pricing-table .pricing-plan .plan-item:before,
.subscriptions.hnatgeo .paycomet-form .pricing-table .pricing-plan .plan-item:before {
  content: "";
  background-image: url(/img/tenants/natgeo/check.svg);
  background-repeat: no-repeat;
  background-size: 14px 24px;
  padding-right: 24px;
}

.subscriptions.natgeo .paycomet-form .pricing-table .pricing-plan .plan-price img,
.subscriptions.hnatgeo .paycomet-form .pricing-table .pricing-plan .plan-price img {
  display: initial;
}

.subscriptions.natgeo .paycomet-form .pricing-table .pricing-plan .plan-price.natgeo,
.subscriptions.hnatgeo .paycomet-form .pricing-table .pricing-plan .plan-price.natgeo {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  color: black;
  font-weight: 500;
  padding: 2rem 0 0 0;
}

.subscriptions.natgeo .paycomet-form .pricing-table .pricing-plan .plan-footer,
.subscriptions.hnatgeo .paycomet-form .pricing-table .pricing-plan .plan-footer {
  font-size: 11px;
  color: #848484;
}

.subscriptions.natgeo .paycomet-form .pricing-table .pricing-plan .plan-footer:before,
.subscriptions.hnatgeo .paycomet-form .pricing-table .pricing-plan .plan-footer:before {
  display: none;
}

.subscriptions.natgeo .my-subscription .navbar,
.subscriptions.hnatgeo .my-subscription .navbar {
  background-color: #000000;
}

.subscriptions.natgeo .my-subscription .navbar h4,
.subscriptions.hnatgeo .my-subscription .navbar h4 {
  font-family: Anton, sans-serif;
}

.subscriptions.natgeo .my-subscription .navbar .arrow img,
.subscriptions.hnatgeo .my-subscription .navbar .arrow img {
  top: -4px;
}

.subscriptions.natgeo .my-subscription .navbar .logo-nav,
.subscriptions.hnatgeo .my-subscription .navbar .logo-nav {
  width: 128.49px;
  max-width: initial;
  bottom: 8px;
  left: 0.95rem;
}

.subscriptions.natgeo .my-subscription .fondo-color .color,
.subscriptions.hnatgeo .my-subscription .fondo-color .color {
  background-color: #ffce00;
}

.subscriptions.natgeo .my-subscription .fondo-color h2,
.subscriptions.hnatgeo .my-subscription .fondo-color h2 {
  font-family: "Anton", sans-serif;
}

.subscriptions.natgeo .my-subscription .fondo-color .botones a.current,
.subscriptions.hnatgeo .my-subscription .fondo-color .botones a.current {
  background-color: #ffce00;
  color: black;
}

.subscriptions.natgeo .my-subscription .fondo-color .botones a .arrow-red,
.subscriptions.hnatgeo .my-subscription .fondo-color .botones a .arrow-red {
  height: 30px;
  width: 13px;
}

@media screen and (max-width: 768px) {
  .subscriptions.natgeo .my-subscription .subscription,
  .subscriptions.hnatgeo .my-subscription .subscription {
    padding: 30px 50px 20px;
  }

  .subscriptions.natgeo .my-subscription .subscription.profile,
  .subscriptions.hnatgeo .my-subscription .subscription.profile {
    padding: 0.75rem;
  }
}

.subscriptions.natgeo .lviFormTitle .title,
.subscriptions.hnatgeo .lviFormTitle .title {
  color: #ffce00;
}

.subscriptions.natgeo .my-subscription .card-content .title,
.subscriptions.hnatgeo .my-subscription .card-content .title {
  color: #ffce00;
}

.subscriptions.natgeo .success-message .title,
.subscriptions.hnatgeo .success-message .title {
  color: #ffce00;
}

.subscriptions.natgeo footer,
.subscriptions.hnatgeo footer {
  background-color: #1c180e;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  width: 100%;
}

.subscriptions.natgeo footer .logo-natgeo,
.subscriptions.hnatgeo footer .logo-natgeo {
  width: 140px;
}

.subscriptions.natgeo footer img,
.subscriptions.hnatgeo footer img {
  display: initial;
}

.subscriptions.natgeo footer ul li,
.subscriptions.hnatgeo footer ul li {
  display: inline;
  color: #7a7a7a;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.subscriptions.natgeo footer ul li a,
.subscriptions.hnatgeo footer ul li a {
  color: inherit;
}

.subscriptions.natgeo footer ul li a:hover,
.subscriptions.hnatgeo footer ul li a:hover {
  text-decoration: underline;
}

.subscriptions.natgeo footer ul li:not(:first-child):before,
.subscriptions.hnatgeo footer ul li:not(:first-child):before {
  content: ".";
  margin-right: 6px;
  margin-left: 4px;
  position: relative;
  bottom: 3px;
}

@media screen and (max-width: 768px) {
  .subscriptions.natgeo footer ul:not(.menu-rba) li,
  .subscriptions.hnatgeo footer ul:not(.menu-rba) li {
    display: block;
  }

  .subscriptions.natgeo footer ul:not(.menu-rba) li:not(:first-child),
  .subscriptions.hnatgeo footer ul:not(.menu-rba) li:not(:first-child) {
    margin-top: 8px;
  }

  .subscriptions.natgeo footer ul:not(.menu-rba) li:not(:first-child):before,
  .subscriptions.hnatgeo footer ul:not(.menu-rba) li:not(:first-child):before {
    display: none;
  }

  .subscriptions.natgeo footer ul:not(.menu-rba) li:last-child,
  .subscriptions.hnatgeo footer ul:not(.menu-rba) li:last-child {
    margin-bottom: 1rem;
  }
}

.subscriptions.natgeo footer .divider,
.subscriptions.hnatgeo footer .divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3e3e3e;
}

.subscriptions.natgeo footer .divider.vertical,
.subscriptions.hnatgeo footer .divider.vertical {
  height: 115px;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1rem;
}

.subscriptions.natgeo footer .align-center,
.subscriptions.hnatgeo footer .align-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.subscriptions.hnatgeo .logo-nav {
  width: 92.49px !important;
}

.subscriptions.critica {
  font-family: "Ubuntu", sans-serif;
}

.subscriptions.critica .hero-body .bar-top .card .card-content .suscribite span {
  color: red;
}

.subscriptions.critica .hero-body .bar-top .card .card-content h2 {
  color: red !important;
}

.subscriptions.critica .hero-body .bar-top .card .card-content p strong {
  color: red;
}

.subscriptions.critica .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: red !important;
}

.subscriptions.critica .button.is-primary {
  background-color: red;
  border-color: red;
}

.subscriptions.critica .button.is-outlined {
  border-color: red;
}

.subscriptions.critica .button.is-outlined.is-primary {
  background-color: red;
  color: white;
}

.subscriptions.critica .button.is-outlined.is-primary:hover {
  background-color: red !important;
}

.subscriptions.critica .button:focus {
  background-color: red !important;
  border-color: red;
}

.subscriptions.critica .hero.hero-subscription::before {
  background-image: url("/img/tenants/critica/bg-images/web-bg.png?sdf");
}

@media screen and (max-width: 768px) {
  .subscriptions.critica .hero.hero-subscription::before {
    background-position: right 0;
  }
}

.subscriptions.critica .pricing-table .pricing-plan {
  border-bottom: solid 2px red;
}

.subscriptions.critica .pricing-table .pricing-plan .plan-switch .button {
  background: red;
}

.subscriptions.critica .pricing-table .pricing-plan .plan-price-amount-currency {
  color: red;
}

.subscriptions.critica .pricing-table .pricing-plan .plan-item:before {
  color: red;
}

.subscriptions.critica .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: red;
}

.subscriptions.critica .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: red;
}

.subscriptions.critica .pricing-table .pricing-plan.bundle_mensual {
  height: 100%;
  border-bottom: solid 4px #f18315;
}

.subscriptions.critica .pricing-table .pricing-plan.bundle_mensual .box-top {
  color: white;
  background-color: #f18315;
  font-size: 1.5rem;
}

.subscriptions.critica .pricing-table .pricing-plan.bundle_mensual .plan-switch .button {
  background: #f18315;
  border-color: #f18315;
  color: white;
}

.subscriptions.critica .pricing-table .pricing-plan.bundle_mensual .plan-price-amount-currency {
  color: #f18315;
}

.subscriptions.critica .pricing-table .pricing-plan.bundle_mensual .plan-item:before {
  color: #f18315;
}

.subscriptions.critica .pricing-table .pricing-plan.bundle_anual {
  height: 100%;
  border-bottom: solid 4px #eba720;
}

.subscriptions.critica .pricing-table .pricing-plan.bundle_anual .box-top {
  color: white;
  background: #eba720;
  font-size: 1.5rem;
}

.subscriptions.critica .pricing-table .pricing-plan.bundle_anual .plan-switch .button {
  background: #eba720;
  border-color: #eba720;
  color: white;
}

.subscriptions.critica .pricing-table .pricing-plan.bundle_anual .plan-price-amount-currency {
  color: #eba720;
}

.subscriptions.critica .pricing-table .pricing-plan.bundle_anual .plan-item:before {
  color: #eba720;
}

.subscriptions.critica .lviFormTitle .title {
  color: red;
}

.subscriptions.critica .success-message .title {
  color: red;
}

.subscriptions.critica .my-subscription .navbar {
  background-color: red;
}

.subscriptions.critica .my-subscription .navbar .arrow img {
  top: -2.2px;
}

.subscriptions.critica .my-subscription .navbar .logo-nav {
  width: 214.5px;
  max-width: initial;
  bottom: 2px;
  left: 0.65rem;
}

.subscriptions.critica .my-subscription .fondo-color .color {
  background-color: red;
}

.subscriptions.critica .my-subscription .fondo-color .botones a.current {
  background-color: red;
}

@media screen and (max-width: 768px) {
  .subscriptions.critica .my-subscription .subscription {
    padding: 30px 50px 20px;
  }

  .subscriptions.critica .my-subscription .subscription.profile {
    padding: 0.75rem;
  }
}

.subscriptions.critica .my-subscription .card-content .title {
  color: red;
}

.subscriptions.panamaamerica .hero-body .bar-top .card .card-content .suscribite span {
  color: #0074AA;
}

.subscriptions.panamaamerica .hero-body .bar-top .card .card-content h2 {
  color: #0074AA !important;
}

.subscriptions.panamaamerica .hero-body .bar-top .card .card-content p strong {
  color: #0074AA;
}

.subscriptions.panamaamerica .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #0074AA !important;
}

.subscriptions.panamaamerica .button.is-primary {
  background-color: #0074AA;
  border-color: #0074AA;
}

.subscriptions.panamaamerica .button.is-outlined {
  border-color: #0074AA;
}

.subscriptions.panamaamerica .button.is-outlined.is-primary {
  background-color: #0074AA;
  color: white;
}

.subscriptions.panamaamerica .button.is-outlined.is-primary:hover {
  background-color: #0074AA !important;
}

.subscriptions.panamaamerica .button:focus {
  background-color: #0074AA !important;
  border-color: #0074AA;
}

.subscriptions.panamaamerica .hero.hero-subscription::before {
  background-image: url("/img/tenants/panamaamerica/bg.jpg");
}

@media screen and (max-width: 768px) {
  .subscriptions.panamaamerica .hero.hero-subscription::before {
    background-image: url("/img/tenants/panamaamerica/bg-mobile.jpg");
    background-position: right 0;
  }
}

.subscriptions.panamaamerica .hero-head.hero-head-subscription {
  background-color: #0074AA;
}

.subscriptions.panamaamerica .hero-head.hero-head-subscription .icon-left-open {
  color: white;
}

.subscriptions.panamaamerica .hero-head.hero-head-subscription .navbar-item {
  color: white;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan {
  border-bottom: solid 2px #0074AA;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan .plan-switch .button {
  background: #0074AA;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan .plan-price-amount-currency {
  color: #0074AA;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan .plan-item:before {
  color: #0074AA;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan .plan-price.no-image {
  height: 105px;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #0074AA;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #0074AA;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan.bundle_mensual {
  height: 100%;
  border-bottom: solid 4px #f18315;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan.bundle_mensual .box-top {
  color: white;
  background-color: #f18315;
  font-size: 1.5rem;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan.bundle_mensual .plan-switch .button {
  background: #f18315;
  border-color: #f18315;
  color: white;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan.bundle_mensual .plan-price-amount-currency {
  color: #f18315;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan.bundle_mensual .plan-item:before {
  color: #f18315;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan.bundle_anual {
  height: 100%;
  border-bottom: solid 4px #eba720;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan.bundle_anual .box-top {
  color: white;
  background: #eba720;
  font-size: 1.5rem;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan.bundle_anual .plan-switch .button {
  background: #eba720;
  border-color: #eba720;
  color: white;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan.bundle_anual .plan-price-amount-currency {
  color: #eba720;
}

.subscriptions.panamaamerica .pricing-table .pricing-plan.bundle_anual .plan-item:before {
  color: #eba720;
}

.subscriptions.panamaamerica .pricing-table .highlight-resource {
  margin-top: 0;
}

.subscriptions.panamaamerica .lviFormTitle .title {
  color: #0074AA;
}

.subscriptions.panamaamerica .success-message .title {
  color: #0074AA;
}

.subscriptions.panamaamerica .my-subscription .navbar {
  background-color: #0074AA;
}

.subscriptions.panamaamerica .my-subscription .navbar .arrow img {
  top: -2.2px;
}

.subscriptions.panamaamerica .my-subscription .navbar .logo-nav {
  width: 214.5px;
  max-width: initial;
  bottom: 2px;
  left: 0.65rem;
}

.subscriptions.panamaamerica .my-subscription .fondo-color .color {
  background-color: #0074AA;
}

.subscriptions.panamaamerica .my-subscription .fondo-color .botones a.current {
  background-color: #0074AA;
}

@media screen and (max-width: 768px) {
  .subscriptions.panamaamerica .my-subscription .subscription {
    padding: 30px 50px 20px;
  }

  .subscriptions.panamaamerica .my-subscription .subscription.profile {
    padding: 0.75rem;
  }
}

.subscriptions.panamaamerica .my-subscription .card-content .title {
  color: #0074AA;
}

.subscriptions.panamaamerica footer .logo {
  width: 174px;
}

@media screen and (min-width: 769px) and (max-width: 1408px) {
  .subscriptions.panamaamerica .combo-container .combo-columns {
    margin-top: 0;
  }
}

.subscriptions.losandes .hero-body .bar-top .card .card-content .suscribite span {
  color: #7AADD3;
}

.subscriptions.losandes .hero-body .bar-top .card .card-content h2 {
  color: #7AADD3 !important;
}

.subscriptions.losandes .hero-body .bar-top .card .card-content p strong {
  color: #7AADD3;
}

.subscriptions.losandes .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #7AADD3 !important;
}

.subscriptions.losandes .button.is-primary {
  background-color: #7AADD3;
  border-color: #7AADD3;
}

.subscriptions.losandes .button.is-outlined {
  border-color: #7AADD3;
}

.subscriptions.losandes .button.is-outlined.is-primary {
  background-color: #7AADD3;
  color: white;
}

.subscriptions.losandes .button.is-outlined.is-primary:hover {
  background-color: #7AADD3 !important;
}

.subscriptions.losandes .hero.hero-subscription::before {
  background-image: url("/img/tenants/losandes/headerdesktop.jpg");
}

@media screen and (max-width: 768px) {
  .subscriptions.losandes .hero.hero-subscription::before {
    background-position: right 0;
    background-image: url("/img/tenants/losandes/headermobile.jpg");
  }
}

.subscriptions.losandes .pricing-table .pricing-plan {
  border-bottom: solid 2px #7AADD3;
}

.subscriptions.losandes .pricing-table .pricing-plan .plan-switch .button {
  background: #7AADD3;
}

.subscriptions.losandes .pricing-table .pricing-plan .plan-price-amount-currency {
  color: #7AADD3;
}

.subscriptions.losandes .pricing-table .pricing-plan .plan-item:before {
  color: #7AADD3;
}

.subscriptions.losandes .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #7AADD3;
}

.subscriptions.losandes .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #7AADD3;
}

.subscriptions.losandes .lviFormTitle .title {
  color: #7AADD3;
}

.subscriptions.losandes .my-subscription .navbar {
  background-color: #3e5270;
}

.subscriptions.losandes .my-subscription .navbar .arrow img {
  top: -1.4px;
}

.subscriptions.losandes .my-subscription .navbar .logo-nav {
  width: 214.5px;
  height: 35.5px;
  max-width: initial;
  bottom: 4px;
  left: 0.65rem;
}

.subscriptions.losandes .my-subscription .fondo-color .color {
  background-color: #3e5270;
}

.subscriptions.losandes .my-subscription .fondo-color .botones a.current {
  background-color: #3e5270;
}

.subscriptions.losandes .my-subscription .card-content .title {
  color: #7AADD3;
}

.subscriptions.losandes .success-message .title {
  color: #7AADD3;
}

.subscriptions.losandes .dla-details {
  padding: 2rem;
}

.subscriptions.losandes .dla-details h4 {
  color: #7AADD3;
}

.subscriptions.losandes .dla-details p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .subscriptions.losandes .dla-details p {
    font-size: 14px;
  }
}

.subscriptions.losandes .dla-details .img-circle {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background-color: #eeeeee;
  text-align: center;
  margin: 0 auto;
  padding: 5rem 0;
}

.subscriptions.losandes .dla-details .img-circle img {
  width: 260px;
}

.subscriptions.perfil .hero-body .bar-top .card .card-content .suscribite span {
  color: #557C9C;
}

.subscriptions.perfil .hero-body .bar-top .card .card-content h2 {
  color: #557C9C !important;
}

.subscriptions.perfil .hero-body .bar-top .card .card-content p strong {
  color: #557C9C;
}

.subscriptions.perfil .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #557C9C !important;
}

.subscriptions.perfil .button.is-primary {
  background-color: #557C9C;
  border-color: #557C9C;
}

.subscriptions.perfil .button.is-outlined {
  border-color: #557C9C;
}

.subscriptions.perfil .button.is-outlined.is-primary {
  background-color: #557C9C;
  color: white;
}

.subscriptions.perfil .button.is-outlined.is-primary:hover {
  background-color: #557C9C !important;
}

.subscriptions.perfil .hero.hero-subscription::before {
  background-image: url("/img/tenants/perfil/bg-desktop.jpg");
}

@media screen and (max-width: 768px) {
  .subscriptions.perfil .hero.hero-subscription::before {
    background-position: right 0;
    background-image: url("/img/tenants/perfil/bg-mobile.jpg");
  }
}

.subscriptions.perfil .pricing-table .pricing-plan {
  border-bottom: solid 2px #557C9C;
}

.subscriptions.perfil .pricing-table .pricing-plan .plan-switch .button {
  background: #557C9C;
}

.subscriptions.perfil .pricing-table .pricing-plan .plan-price-amount-currency {
  color: #557C9C;
}

.subscriptions.perfil .pricing-table .pricing-plan .plan-item:before {
  color: #557C9C;
}

.subscriptions.perfil .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #557C9C;
}

.subscriptions.perfil .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #557C9C;
}

.subscriptions.perfil .lviFormTitle .title {
  color: #557C9C;
}

.subscriptions.perfil .my-subscription .navbar {
  background-color: #557C9C;
}

.subscriptions.perfil .my-subscription .navbar .arrow img {
  top: -0.4px;
}

.subscriptions.perfil .my-subscription .navbar .logo-nav {
  width: 214.8px;
  max-width: initial;
  bottom: 8px;
  left: 0.65rem;
}

.subscriptions.perfil .my-subscription .fondo-color .color {
  background-color: #557C9C;
}

.subscriptions.perfil .my-subscription .fondo-color .botones a.current {
  background-color: #557C9C;
}

.subscriptions.perfil .my-subscription .card-content .title {
  color: #557C9C;
}

.subscriptions.perfil .success-message .title {
  color: #557C9C;
}

.subscriptions.rionegro .hero-body .bar-top .card .card-content .suscribite span {
  color: #DE0303;
}

.subscriptions.rionegro .hero-body .bar-top .card .card-content .suscribite span.black {
  color: #707070;
  font-weight: normal;
}

.subscriptions.rionegro .hero-body .bar-top .card .card-content h2 {
  color: #DE0303 !important;
}

.subscriptions.rionegro .hero-body .bar-top .card .card-content p strong {
  color: #DE0303;
}

.subscriptions.rionegro .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #DE0303 !important;
}

.subscriptions.rionegro .texto-landing span {
  font-size: 24px;
  font-weight: 100;
  color: white;
}

.subscriptions.rionegro .texto-landing h3 {
  font-size: 43px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .subscriptions.rionegro .texto-landing h3,
  .subscriptions.rionegro .texto-landing p {
    font-size: 1rem;
  }

  .subscriptions.rionegro .texto-landing span {
    font-size: 0.8rem;
  }
}

.subscriptions.rionegro .button.is-primary {
  background-color: #DE0303 !important;
  border-color: #DE0303 !important;
}

.subscriptions.rionegro .button.is-outlined {
  border-color: #DE0303;
}

.subscriptions.rionegro .button.is-outlined.is-primary {
  background-color: #DE0303;
  color: white;
}

.subscriptions.rionegro .button.is-outlined.is-primary:hover {
  background-color: #DE0303 !important;
}

.subscriptions.rionegro .button:focus {
  background-color: #DE0303 !important;
  border-color: #DE0303;
}

@media screen and (max-width: 768px) {
  .subscriptions.rionegro .hero.hero-subscription {
    background-image: none;
  }
}

.subscriptions.rionegro .hero.hero-subscription::before {
  background-image: url("/img/tenants/rionegro/portada-club.jpg");
  background-size: 100% 300px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .subscriptions.rionegro .hero.hero-subscription::before {
    background-size: 100% 250px;
  }
}

.subscriptions.rionegro .hero.hero-subscription .hero-body {
  padding-top: 0.25rem !important;
  padding-bottom: 11rem;
}

@media screen and (max-width: 768px) {
  .subscriptions.rionegro .hero.hero-subscription .hero-body {
    padding-bottom: 4rem;
  }
}

.subscriptions.rionegro .hero.hero-subscription .hero-body.club {
  padding-bottom: 3rem !important;
  padding-top: 1rem !important;
}

.subscriptions.rionegro .hero.hero-subscription.club {
  background-repeat: no-repeat;
  background-image: url("/img/tenants/rionegro/equipos.svg");
  background-position: top 60% right 37%;
}

@media screen and (max-width: 768px) {
  .subscriptions.rionegro .hero.hero-subscription.club {
    background-image: none;
  }
}

.subscriptions.rionegro .hero.hero-subscription.club::before {
  background-size: 100% 260px;
  background-image: url("/img/tenants/rionegro/portada-club.jpg");
}

@media screen and (max-width: 768px) {
  .subscriptions.rionegro .hero.hero-subscription.club::before {
    background-size: 100% 165px;
  }
}

.subscriptions.rionegro .pricing-table .combo-columns {
  margin-top: -235px;
}

@media screen and (max-width: 768px) {
  .subscriptions.rionegro .pricing-table .combo-columns {
    margin-top: initial;
  }
}

.subscriptions.rionegro .pricing-table .pricing-plan {
  position: relative;
  border-bottom: 0;
  -webkit-box-shadow: 0 10px 19px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 19px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-header {
  color: #4d4d4d !important;
  border-radius: 1rem;
}

.subscriptions.rionegro .pricing-table .pricing-plan .box-top {
  font-size: 24px;
  margin-top: 1.75rem;
  background-color: #df0000;
  color: white;
  margin-left: -9px;
  width: 105%;
  border-radius: 0;
  position: relative;
}

.subscriptions.rionegro .pricing-table .pricing-plan .box-top span {
  font-weight: bolder;
}

.subscriptions.rionegro .pricing-table .pricing-plan .box-top:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -9px;
  border-style: solid;
  border-width: 0 9px 4px 9px;
  border-color: transparent #991d1d transparent transparent;
}

.subscriptions.rionegro .pricing-table .pricing-plan .box-top:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -5px;
  border-style: solid;
  border-width: 0 10px 5px 8px;
  border-color: transparent transparent transparent #991d1d;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-switch {
  margin-top: auto;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-switch .button {
  background: #438cce;
  border-color: #438cce;
  font-weight: 500;
  display: inline-block;
  padding: 12px 35px;
  height: initial;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-switch .button:focus {
  background: #438cce !important;
  border-color: #438cce !important;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-price-amount-currency {
  color: #438cce;
  font-weight: 600;
  font-size: 4.5rem;
  font-family: "Roboto", BlinkMacSystemFont, -apple-system, sans-serif !important;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-items {
  margin-bottom: 10px;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-items .plan-item:before {
  position: relative;
  top: 3px;
  content: url("/img/tenants/rionegro/arrow.svg");
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-items .plan-item.not-included {
  padding-left: 2.1rem;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-items .plan-item.not-included span {
  color: #a4a4a4;
  padding-left: 0.1rem;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-items .plan-item.not-included:before {
  content: "\E80B" !important;
  color: #a4a4a4;
  top: 0;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-price img {
  width: 250px;
  margin-bottom: 0;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #DE0303;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #DE0303;
}

.subscriptions.rionegro .pricing-table .pricing-plan .plan-price .oldValue s:before {
  left: 0;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  border-top: 1px solid gray;
}

.subscriptions.rionegro .pricing-table .club {
  margin-top: -235px;
}

@media screen and (max-width: 768px) {
  .subscriptions.rionegro .pricing-table .club {
    margin-top: 0;
    margin-left: 0;
  }
}

.subscriptions.rionegro .pricing-table .club img {
  height: 150px;
}

.subscriptions.rionegro .pricing-table .club h4 {
  color: #df0000;
  font-size: 30px;
  margin-bottom: 1rem;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-top: 1rem;
}

.subscriptions.rionegro .pricing-table .club .valida {
  font-size: 21px;
}

.subscriptions.rionegro .pricing-table .club .ctaContent {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .subscriptions.rionegro .pricing-table .club .plan-switch {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.subscriptions.rionegro .lviFormTitle .title {
  color: #DE0303;
}

.subscriptions.rionegro .my-subscription .navbar {
  background-color: #DE0303;
}

.subscriptions.rionegro .my-subscription .navbar .arrow img {
  top: -0.4px;
}

.subscriptions.rionegro .my-subscription .navbar .logo-nav {
  width: 214.8px;
  max-width: initial;
  bottom: 8px;
  left: 0.65rem;
}

.subscriptions.rionegro .my-subscription .fondo-color .color {
  background-color: #DE0303;
}

.subscriptions.rionegro .my-subscription .fondo-color .botones a.current {
  background-color: #DE0303;
}

.subscriptions.rionegro .my-subscription .card-content .title {
  color: #DE0303;
}

.subscriptions.rionegro .success-message .title {
  color: #DE0303;
}

.subscriptions.rionegro .club-rn {
  background-image: url("/img/tenants/rionegro/fondo-club.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.subscriptions.rionegro .club-rn .button {
  padding: 10px 35px;
  height: initial;
  display: inline-block;
}

.subscriptions.rionegro .club-rn input {
  height: 40px;
}

.subscriptions.rionegro .footer-club {
  background-color: #dededf;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.subscriptions.rionegro .footer-club p {
  font-weight: lighter;
  font-size: 22px;
}

.subscriptions.rionegro .footer-club h4 {
  font-weight: 800;
  color: #dd0000;
  font-size: 28px;
}

.subscriptions.rionegro .footer-club h6 {
  color: #dd0000;
  font-weight: 600;
  font-size: 22px;
}

.subscriptions.rionegro .footer-club .fieldset {
  min-height: 260px;
  background-color: #dededf;
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
  padding-left: 5rem;
  border: 1px solid white;
}

.subscriptions.rionegro .footer-club .fieldset > legend {
  color: #363636;
  display: grid;
  font-size: 1rem;
  padding: 0 10px;
  border: 0 none;
}

.subscriptions.rionegro .footer-club .fieldset .content {
  margin-top: -1.2rem;
  margin-left: -4rem;
}

.subscriptions.rionegro .footer-club .fieldset .content ol {
  margin-left: 0;
}

.subscriptions.rionegro .footer-club .fieldset .content ol li {
  list-style: none;
  position: relative;
  padding: 6px 0 0 20px;
  padding-left: 1.75rem;
}

.subscriptions.rionegro .footer-club .fieldset .content ol li:before {
  background-image: url("/img/subscriptions/tick-verde.svg");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 8px;
}

.subscriptions.rionegro .rn-details {
  background-color: #262626;
  padding-top: 3.5rem;
}

.subscriptions.rionegro .rn-details .vertical-line {
  width: 3px;
  display: block;
  height: 250px;
  background: -webkit-gradient(linear, left top, right top, from(#3c3c3c), to(#090e21));
  background: linear-gradient(to right, #3c3c3c, #090e21);
  margin-right: 3rem;
}

.subscriptions.rionegro .rn-details ul {
  list-style: initial;
}

.subscriptions.rionegro .rn-details ul li {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.subscriptions.rionegro:after {
  height: 82px;
}

.subscriptions.vanguardia {
  font-family: "PT Sans", sans-serif;
}

.subscriptions.vanguardia .dropdown .dropdown-item:hover {
  background-color: #F57920;
  color: white;
}

.subscriptions.vanguardia .dropdown .avatar {
  border: solid 1px #F57920;
}

.subscriptions.vanguardia .hero-body .bar-top .card .card-content .suscribite span {
  color: #F57920;
}

.subscriptions.vanguardia .hero-body .bar-top .card .card-content h2 {
  color: #F57920 !important;
}

.subscriptions.vanguardia .hero-body .bar-top .card .card-content p strong {
  color: #F57920;
}

.subscriptions.vanguardia .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #F57920 !important;
}

.subscriptions.vanguardia .button.is-primary {
  background-color: #F57920;
  border-color: #F57920;
}

.subscriptions.vanguardia .button.is-outlined {
  border-color: #F57920;
}

.subscriptions.vanguardia .button.is-outlined.is-primary {
  background-color: #F57920;
  color: white;
}

.subscriptions.vanguardia .button.is-outlined.is-primary:hover {
  background-color: #F57920 !important;
}

.subscriptions.vanguardia .hero.hero-subscription::before {
  background-image: url("/img/tenants/vanguardia/bg-desktop.jpg");
}

@media screen and (max-width: 768px) {
  .subscriptions.vanguardia .hero.hero-subscription::before {
    background-position: right 0;
    background-image: url("/img/tenants/vanguardia/bg-mobile.jpg");
  }
}

.subscriptions.vanguardia .pricing-table .pricing-plan {
  border-bottom: solid 5px #221e1f;
}

.subscriptions.vanguardia .pricing-table .pricing-plan .plan-switch .button {
  background: #221e1f;
  border-color: transparent;
}

.subscriptions.vanguardia .pricing-table .pricing-plan .plan-switch .button:hover {
  background: #221e1f;
  border-color: transparent;
}

.subscriptions.vanguardia .pricing-table .pricing-plan .plan-price-amount-currency {
  color: #221e1f;
  font-size: 5rem;
}

.subscriptions.vanguardia .pricing-table .pricing-plan .plan-item {
  font-weight: 700;
}

.subscriptions.vanguardia .pricing-table .pricing-plan .plan-item:before {
  color: #221e1f;
}

.subscriptions.vanguardia .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #221e1f;
}

.subscriptions.vanguardia .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #221e1f;
}

.subscriptions.vanguardia .pricing-table .pricing-plan .plan-footer {
  padding: 0.75em;
}

.subscriptions.vanguardia .pricing-table .pricing-plan .plan-footer:before {
  width: 100%;
  border-top: solid 2px #221e1f;
}

.subscriptions.vanguardia .pricing-table .highlight-resource .pricing-plan {
  border-bottom: solid 5px #F57920;
}

.subscriptions.vanguardia .pricing-table .highlight-resource .pricing-plan .box-top {
  background: #F57920;
  color: white;
  height: 51px;
}

.subscriptions.vanguardia .pricing-table .highlight-resource .pricing-plan .plan-switch .button {
  background: #F57920;
  border-color: transparent;
}

.subscriptions.vanguardia .pricing-table .highlight-resource .pricing-plan .plan-price-amount-currency {
  color: #F57920;
}

.subscriptions.vanguardia .pricing-table .highlight-resource .pricing-plan .plan-item:before {
  color: #F57920;
}

.subscriptions.vanguardia .pricing-table .highlight-resource .pricing-plan .plan-price .plan-price-amount {
  color: #F57920;
}

.subscriptions.vanguardia .pricing-table .highlight-resource .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #F57920;
}

.subscriptions.vanguardia .lviFormTitle .title {
  color: #F57920;
}

.subscriptions.vanguardia .my-subscription .navbar {
  background-color: #F57920;
}

.subscriptions.vanguardia .my-subscription .navbar .arrow img {
  top: -4.4px;
}

.subscriptions.vanguardia .my-subscription .navbar .logo-nav {
  width: 214.8px;
  max-width: initial;
  bottom: 4px;
  left: 0.65rem;
}

.subscriptions.vanguardia .my-subscription .fondo-color .color {
  background-color: #F57920;
}

.subscriptions.vanguardia .my-subscription .fondo-color .botones a.current {
  background-color: #F57920;
}

.subscriptions.vanguardia .my-subscription .card-content .title {
  color: #F57920;
}

.subscriptions.vanguardia .success-message .title {
  color: #F57920;
}

.subscriptions.vanguardia footer .logo {
  width: initial;
}

.subscriptions.huarpe {
  font-family: "Roboto", BlinkMacSystemFont, -apple-system, sans-serif;
}

.subscriptions.huarpe .dropdown .dropdown-item:hover {
  background-color: #DE7637;
  color: white;
}

.subscriptions.huarpe .dropdown .avatar {
  border: solid 1px #DE7637;
}

.subscriptions.huarpe .hero-head {
  background: #0f2c40;
}

.subscriptions.huarpe .hero-head .navbar-brand .navbar-item img {
  width: 156px;
}

.subscriptions.huarpe .hero-head.hero-head-subscription .icon-left-open,
.subscriptions.huarpe .hero-head.hero-head-subscription .navbar-item {
  color: white;
}

.subscriptions.huarpe .hero-body .bar-top .card .card-content .suscribite span {
  color: #DE7637;
}

.subscriptions.huarpe .hero-body .bar-top .card .card-content h2 {
  color: #DE7637 !important;
}

.subscriptions.huarpe .hero-body .bar-top .card .card-content p strong {
  color: #DE7637;
}

.subscriptions.huarpe .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #DE7637 !important;
}

.subscriptions.huarpe .button.is-primary {
  background-color: #DE7637;
  border-color: #DE7637;
}

.subscriptions.huarpe .button.is-outlined {
  border-color: #DE7637;
}

.subscriptions.huarpe .button.is-outlined.is-primary {
  background-color: #DE7637;
  color: white;
}

.subscriptions.huarpe .button.is-outlined.is-primary:hover {
  background-color: #DE7637 !important;
}

.subscriptions.huarpe .hero.hero-subscription {
  background-position: center top !important;
}

.subscriptions.huarpe .pricing-table .pricing-plan {
  border: none;
  border-right: solid 1px #0f2c40;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subscriptions.huarpe .pricing-table .pricing-plan .plan-header {
  font-weight: normal;
  color: #0f2c40;
}

.subscriptions.huarpe .pricing-table .pricing-plan .plan-switch .button {
  border-radius: 10rem;
  display: inline-block;
  color: #0f2c40;
  background-color: white;
  border: solid 2px #0f2c40;
  font-weight: 600;
}

.subscriptions.huarpe .pricing-table .pricing-plan .plan-switch .button:hover {
  background: #DE7637;
  border-color: transparent;
}

.subscriptions.huarpe .pricing-table .pricing-plan .plan-price-amount-currency {
  color: #0f2c40;
  font-size: 5rem;
  font-family: "Aleo", serif !important;
}

.subscriptions.huarpe .pricing-table .pricing-plan .plan-item {
  color: #0f2c40;
}

.subscriptions.huarpe .pricing-table .pricing-plan .plan-item:before {
  color: #0f2c40;
}

.subscriptions.huarpe .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #DE7637;
}

.subscriptions.huarpe .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #DE7637;
}

.subscriptions.huarpe .pricing-table .pricing-plan .plan-footer {
  padding: 0.75em;
}

.subscriptions.huarpe .pricing-table .pricing-plan .plan-footer:before {
  width: 100%;
  border-top: solid 1px gray;
}

.subscriptions.huarpe .pricing-table .highlight-resource .box-top {
  background: #DE7637;
  color: white;
  height: 51px;
}

.subscriptions.huarpe .lviFormTitle .title {
  color: #DE7637;
}

.subscriptions.huarpe .my-subscription .navbar {
  background-color: #DE7637;
}

.subscriptions.huarpe .my-subscription .navbar .arrow img {
  top: -4.4px;
}

.subscriptions.huarpe .my-subscription .navbar .logo-nav {
  width: 214.8px;
  max-width: initial;
  bottom: 4px;
  left: 0.65rem;
}

.subscriptions.huarpe .my-subscription .fondo-color .color {
  background-color: #DE7637;
}

.subscriptions.huarpe .my-subscription .fondo-color .botones a.current {
  background-color: #DE7637;
}

.subscriptions.huarpe .my-subscription .card-content .title {
  color: #DE7637;
}

.subscriptions.huarpe .success-message .title {
  color: #DE7637;
}

.subscriptions.huarpe footer .logo {
  width: initial;
}

.subscriptions.diaadia .hero-body .bar-top .card .card-content .suscribite span {
  color: #763289;
}

.subscriptions.diaadia .hero-body .bar-top .card .card-content h2 {
  color: #763289 !important;
}

.subscriptions.diaadia .hero-body .bar-top .card .card-content p strong {
  color: #763289;
}

.subscriptions.diaadia .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #763289 !important;
}

.subscriptions.diaadia .button.is-primary {
  background-color: #763289;
  border-color: #763289;
}

.subscriptions.diaadia .button.is-outlined {
  border-color: #763289;
}

.subscriptions.diaadia .button.is-outlined.is-primary {
  background-color: #763289;
  color: white;
}

.subscriptions.diaadia .button.is-outlined.is-primary:hover {
  background-color: #763289 !important;
}

.subscriptions.diaadia .hero.hero-subscription::before {
  background-image: url("/img/tenants/diaadia/fondo-diaadia.jpg");
}

@media screen and (max-width: 768px) {
  .subscriptions.diaadia .hero.hero-subscription::before {
    background-position: right 0;
    background-image: url("/img/tenants/diaadia/fondo-diaadia.jpg");
  }
}

.subscriptions.diaadia .pricing-table .pricing-plan {
  border-bottom: solid 2px #763289;
}

.subscriptions.diaadia .pricing-table .pricing-plan .plan-switch .button {
  background: #763289;
}

.subscriptions.diaadia .pricing-table .pricing-plan .plan-price-amount-currency {
  color: #763289;
}

.subscriptions.diaadia .pricing-table .pricing-plan .plan-item:before {
  color: #763289;
}

.subscriptions.diaadia .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #763289;
}

.subscriptions.diaadia .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #763289;
}

.subscriptions.diaadia .pricing-table .pricing-plan.bundle_mensual {
  height: 100%;
  border-bottom: solid 4px #f18315;
}

.subscriptions.diaadia .pricing-table .pricing-plan.bundle_mensual .box-top {
  color: white;
  background-color: #f18315;
  font-size: 1.5rem;
}

.subscriptions.diaadia .pricing-table .pricing-plan.bundle_mensual .plan-switch .button {
  background: #f18315;
  border-color: #f18315;
  color: white;
}

.subscriptions.diaadia .pricing-table .pricing-plan.bundle_mensual .plan-price-amount-currency {
  color: #f18315;
}

.subscriptions.diaadia .pricing-table .pricing-plan.bundle_mensual .plan-item:before {
  color: #f18315;
}

.subscriptions.diaadia .pricing-table .pricing-plan.bundle_anual {
  height: 100%;
  border-bottom: solid 4px #eba720;
}

.subscriptions.diaadia .pricing-table .pricing-plan.bundle_anual .box-top {
  color: white;
  background: #eba720;
  font-size: 1.5rem;
}

.subscriptions.diaadia .pricing-table .pricing-plan.bundle_anual .plan-switch .button {
  background: #eba720;
  border-color: #eba720;
  color: white;
}

.subscriptions.diaadia .pricing-table .pricing-plan.bundle_anual .plan-price-amount-currency {
  color: #eba720;
}

.subscriptions.diaadia .pricing-table .pricing-plan.bundle_anual .plan-item:before {
  color: #eba720;
}

.subscriptions.diaadia .lviFormTitle .title {
  color: #763289;
}

.subscriptions.diaadia .my-subscription .navbar {
  background-color: #3e5270;
}

.subscriptions.diaadia .my-subscription .navbar .arrow img {
  top: -1.4px;
}

.subscriptions.diaadia .my-subscription .navbar .logo-nav {
  width: initial;
  height: 37px;
  max-width: initial;
  bottom: 4px;
  left: 0.65rem;
}

.subscriptions.diaadia .my-subscription .fondo-color .color {
  background-color: #763289;
}

.subscriptions.diaadia .my-subscription .fondo-color .botones a.current {
  background-color: #3e5270;
}

.subscriptions.diaadia .my-subscription .card-content .title {
  color: #763289;
}

.subscriptions.diaadia .success-message .title {
  color: #763289;
}

.subscriptions.diaadia footer .logo {
  width: 110px;
}

.subscriptions.beta .hero-body .bar-top .card .card-content .suscribite span {
  color: #00507C;
}

.subscriptions.beta .hero-body .bar-top .card .card-content h2 {
  color: #00507C !important;
}

.subscriptions.beta .hero-body .bar-top .card .card-content p strong {
  color: #00507C;
}

.subscriptions.beta .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #00507C !important;
}

.subscriptions.beta .button.is-primary {
  background-color: #00507C;
  border-color: #00507C;
}

.subscriptions.beta .button.is-outlined {
  border-color: #00507C;
}

.subscriptions.beta .button.is-outlined.is-primary {
  background-color: #00507C;
  color: white;
}

.subscriptions.beta .button.is-outlined.is-primary:hover {
  background-color: #00507C !important;
}

.subscriptions.beta .hero.hero-subscription::before {
  background-image: url("/img/tenants/losandes/headerdesktop.jpg");
}

@media screen and (max-width: 768px) {
  .subscriptions.beta .hero.hero-subscription::before {
    background-position: right 0;
    background-image: url("/img/tenants/losandes/headermobile.jpg");
  }
}

.subscriptions.beta .pricing-table .pricing-plan {
  border-bottom: solid 2px #00507C;
}

.subscriptions.beta .pricing-table .pricing-plan .plan-switch .button {
  background: #00507C;
}

.subscriptions.beta .pricing-table .pricing-plan .plan-price-amount-currency {
  color: #00507C;
}

.subscriptions.beta .pricing-table .pricing-plan .plan-item:before {
  color: #00507C;
}

.subscriptions.beta .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #00507C;
}

.subscriptions.beta .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #00507C;
}

.subscriptions.beta .lviFormTitle .title {
  color: #00507C;
}

.subscriptions.beta .my-subscription .navbar {
  background-color: #00507c;
}

.subscriptions.beta .my-subscription .navbar .arrow img {
  top: -1.4px;
}

.subscriptions.beta .my-subscription .navbar .logo-nav {
  width: 214.5px;
  height: 35.5px;
  max-width: initial;
  bottom: 4px;
  left: 0.65rem;
}

.subscriptions.beta .my-subscription .fondo-color .color {
  background-color: #00507c;
}

.subscriptions.beta .my-subscription .fondo-color .botones a.current {
  background-color: #00507c;
}

.subscriptions.beta .my-subscription .card-content .title {
  color: #00507C;
}

.subscriptions.beta .success-message .title {
  color: #00507C;
}

.subscriptions.beta .dla-details {
  padding: 2rem;
}

.subscriptions.beta .dla-details h4 {
  color: #00507C;
}

.subscriptions.beta .dla-details p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .subscriptions.beta .dla-details p {
    font-size: 14px;
  }
}

.subscriptions.beta .dla-details .img-circle {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background-color: #eeeeee;
  text-align: center;
  margin: 0 auto;
  padding: 5rem 0;
}

.subscriptions.beta .dla-details .img-circle img {
  width: 260px;
}

.subscriptions.yucatan .my-subscription .navbar {
  background-color: black;
}

.subscriptions.yucatan .my-subscription .navbar .arrow img {
  top: -1.4px;
}

.subscriptions.yucatan .my-subscription .navbar .logo-nav {
  height: 60px;
  max-width: initial;
  bottom: 4px;
  left: 0.65rem;
  max-height: 2.50rem;
}

.subscriptions.yucatan .my-subscription .fondo-color .color {
  background-color: #000000;
}

.subscriptions.yucatan .my-subscription .fondo-color .botones a.current {
  background-color: #000000;
}

.subscriptions.yucatan .my-subscription .fondo-color .botones a .arrow-red {
  height: 30px;
  width: 13px;
}

.subscriptions.yucatan .my-subscription .card-content .title {
  color: #000000;
}

.subscriptions.yucatan .hero-head {
  background-color: black;
  color: white;
}

.subscriptions.yucatan .hero-body {
  text-align: center;
  padding-bottom: 14rem !important;
  padding-top: 1rem !important;
}

@media screen and (max-width: 768px) {
  .subscriptions.yucatan .hero-body {
    padding-top: 2rem !important;
    padding-bottom: 4rem !important;
  }
}

.subscriptions.yucatan .dropdown-trigger .is-margin-l {
  color: white;
}

.subscriptions.yucatan .hero-head .navbar-brand .navbar-item img {
  max-height: 2.50rem;
}

.subscriptions.yucatan .hero-head.hero-head-subscription .icon-left-open,
.subscriptions.yucatan .hero-head.hero-head-subscription .navbar-item {
  color: white;
}

.subscriptions.eleconomista .my-subscription .navbar {
  background-color: #212529;
}

.subscriptions.eleconomista .my-subscription .navbar .arrow img {
  top: -1.4px;
}

.subscriptions.eleconomista .my-subscription .navbar .logo-nav {
  height: 22px;
  max-width: 250px;
  /* bottom: 4px; */
  /* left: 0.65rem; */
  /* max-height: 2.50rem; */
}

.subscriptions.eleconomista .my-subscription .fondo-color .color {
  background-color: #00B1EB;
}

.subscriptions.eleconomista .my-subscription .fondo-color .botones a.current {
  background-color: #00B1EB;
}

.subscriptions.eleconomista .my-subscription .fondo-color .botones a .arrow-red {
  height: 30px;
  width: 13px;
}

.subscriptions.eleconomista .my-subscription .card-content .title {
  color: #00B1EB;
}

.subscriptions.eleconomista .hero-head {
  background-color: #212529;
  color: white;
}

.subscriptions.eleconomista .hero-body {
  text-align: center;
  padding-bottom: 14rem !important;
  padding-top: 1rem !important;
}

@media screen and (max-width: 768px) {
  .subscriptions.eleconomista .hero-body {
    padding-top: 2rem !important;
    padding-bottom: 4rem !important;
  }
}

.subscriptions.eleconomista .dropdown-trigger .is-margin-l {
  color: white;
}

.subscriptions.eleconomista .hero-head .navbar-brand .navbar-item img {
  max-height: 2.50rem;
}

.subscriptions.eleconomista .hero-head.hero-head-subscription .icon-left-open,
.subscriptions.eleconomista .hero-head.hero-head-subscription .navbar-item {
  color: white;
}

.subscriptions.eleconomista footer .logo {
  width: auto;
}

.subscriptions.eluniverso .my-subscription .navbar {
  background-color: black;
}

.subscriptions.eluniverso .my-subscription .navbar .arrow img {
  top: -1.4px;
}

.subscriptions.eluniverso .my-subscription .navbar .logo-nav {
  height: 60px;
  max-width: initial;
  bottom: 4px;
  left: 0.65rem;
  max-height: 2.50rem;
}

.subscriptions.eluniverso .my-subscription .fondo-color .color {
  background-color: #000000;
}

.subscriptions.eluniverso .my-subscription .fondo-color .botones a.current {
  background-color: #000000;
}

.subscriptions.eluniverso .my-subscription .fondo-color .botones a .arrow-red {
  height: 30px;
  width: 13px;
}

.subscriptions.eluniverso .my-subscription .card-content .title {
  color: #000000;
}

.subscriptions.eluniverso .hero-head {
  background-color: black;
  color: white;
}

.subscriptions.eluniverso .hero-body {
  text-align: center;
  padding-bottom: 14rem !important;
  padding-top: 1rem !important;
}

@media screen and (max-width: 768px) {
  .subscriptions.eluniverso .hero-body {
    padding-top: 2rem !important;
    padding-bottom: 4rem !important;
  }
}

.subscriptions.eluniverso .dropdown-trigger .is-margin-l {
  color: white;
}

.subscriptions.eluniverso .hero-head .navbar-brand .navbar-item img {
  max-height: 2.50rem;
}

.subscriptions.eluniverso .hero-head.hero-head-subscription .icon-left-open,
.subscriptions.eluniverso .hero-head.hero-head-subscription .navbar-item {
  color: white;
}

.subscriptions.vistazo .field.has-addons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: .5rem;
  padding: 2px;
}

.subscriptions.vistazo .hero-head {
  background-color: black;
  color: white;
}

.subscriptions.vistazo .hero-head .navbar-brand .navbar-item {
  cursor: initial;
  color: white;
}

.subscriptions.vistazo .hero-head .navbar-item {
  color: white;
}

.subscriptions.vistazo .hero-body button {
  width: 100%;
  border: none;
  font-weight: 600;
  font-family: Guardian Sans Narrow;
  color: #000;
}

.subscriptions.vistazo .hero-body .button.selected {
  background-color: #e72027;
  color: #fff;
}

.subscriptions.vistazo .hero-body .bar-top .card .card-content .suscribite span {
  color: white;
}

.subscriptions.vistazo .hero-body .bar-top .card .card-content h2 {
  color: #e72027 !important;
}

.subscriptions.vistazo .hero-body .bar-top .card .card-content p strong {
  color: #00507C;
}

.subscriptions.vistazo .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #00507C !important;
}

.subscriptions.vistazo .button.is-primary {
  background-color: #e72027;
  border-color: #e72027;
}

.subscriptions.vistazo .button.is-outlined {
  border-color: #e72027;
}

.subscriptions.vistazo .button.is-outlined.is-primary {
  background-color: #e72027;
  color: white;
}

.subscriptions.vistazo .button.is-outlined.is-primary:hover {
  background-color: #e72027 !important;
}

.subscriptions.vistazo .hero.hero-subscription::before {
  background-image: url("/img/tenants/losandes/headerdesktop.jpg");
}

@media screen and (max-width: 768px) {
  .subscriptions.vistazo .hero.hero-subscription::before {
    background-position: right 0;
    background-image: url("/img/tenants/losandes/headermobile.jpg");
  }
}

.subscriptions.vistazo .pricing-table .pricing-plan {
  border-bottom: solid 2px #e72027;
}

.subscriptions.vistazo .pricing-table .pricing-plan .plan-switch .button {
  background: #e72027;
}

.subscriptions.vistazo .pricing-table .pricing-plan .plan-price-amount-currency {
  color: black;
}

.subscriptions.vistazo .pricing-table .pricing-plan .plan-item:before {
  color: #e72027;
}

.subscriptions.vistazo .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #e72027;
}

.subscriptions.vistazo .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #e72027;
}

.subscriptions.vistazo .lviFormTitle .title {
  color: #e72027;
}

.subscriptions.vistazo .my-subscription .navbar {
  background-color: #e72027;
}

.subscriptions.vistazo .my-subscription .navbar .arrow img {
  top: -1.4px;
}

.subscriptions.vistazo .my-subscription .navbar .logo-nav {
  width: 149.5px;
  height: 33.5px;
  max-width: initial;
  bottom: 4px;
  left: 0.65rem;
}

.subscriptions.vistazo .my-subscription .fondo-color .color {
  background-color: #e72027;
}

.subscriptions.vistazo .my-subscription .fondo-color .botones a.current {
  background-color: #e72027;
}

.subscriptions.vistazo .my-subscription .fondo-color .botones a .arrow-red {
  height: 30px;
  width: 13px;
}

.subscriptions.vistazo .my-subscription .card-content .title {
  color: #e72027;
}

.subscriptions.vistazo .success-message .title {
  color: #e72027;
}

.subscriptions.vistazo .dla-details {
  padding: 2rem;
}

.subscriptions.vistazo .dla-details h4 {
  color: #e72027;
}

.subscriptions.vistazo .dla-details p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .subscriptions.vistazo .dla-details p {
    font-size: 14px;
  }
}

.subscriptions.vistazo .dla-details .img-circle {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background-color: #eeeeee;
  text-align: center;
  margin: 0 auto;
  padding: 5rem 0;
}

.subscriptions.vistazo .dla-details .img-circle img {
  width: 260px;
}

.subscriptions.lacapital .field.has-addons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: .5rem;
  padding: 2px;
}

.subscriptions.lacapital .hero-head {
  background-color: #000A2F;
  color: white;
}

.subscriptions.lacapital .hero-head .navbar-brand .navbar-item {
  cursor: initial;
  color: white;
}

.subscriptions.lacapital .hero-head .navbar-item {
  color: white;
}

.subscriptions.lacapital .hero-body button {
  width: 100%;
  border: none;
  font-weight: 600;
  font-family: Guardian Sans Narrow;
  color: #000;
}

.subscriptions.lacapital .hero-body .button.selected {
  background-color: #000A2F;
  color: #fff;
}

.subscriptions.lacapital .hero-body .bar-top .card .card-content .suscribite span {
  color: #000A2F;
}

.subscriptions.lacapital .hero-body .bar-top .card .card-content h2 {
  color: #000A2F !important;
}

.subscriptions.lacapital .hero-body .bar-top .card .card-content p strong {
  color: #000A2F;
}

.subscriptions.lacapital .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #000A2F !important;
}

.subscriptions.lacapital input::-webkit-input-placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: #474747;
}

.subscriptions.lacapital input::-moz-placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: #474747;
}

.subscriptions.lacapital input::-ms-input-placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: #474747;
}

.subscriptions.lacapital input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: #474747;
}

.subscriptions.lacapital .card-benefit {
  padding: 1rem;
  background-color: white;
  border-radius: 25px;
}

.subscriptions.lacapital .text-card-benefit {
  color: #000000;
}

.subscriptions.lacapital .form-card-benefit {
  padding: 0.5rem;
}

.subscriptions.lacapital .button.is-primary {
  background-color: #000A2F;
  border-color: #000A2F;
}

.subscriptions.lacapital .button.is-primary-benefit-card {
  background-color: #FFFFFF;
  border-color: #000A2F;
  color: #000A2F;
  font-size: 1.2rem;
}

.subscriptions.lacapital .button.is-primary-benefit-card:hover {
  background-color: #000A2F;
  color: #FFFFFF;
}

.subscriptions.lacapital .button.is-outlined {
  border-color: #000A2F;
}

.subscriptions.lacapital .button.is-outlined.is-primary {
  background-color: #000A2F;
  color: white;
}

.subscriptions.lacapital .button.is-outlined.is-primary:hover {
  background-color: #000A2F !important;
}

.subscriptions.lacapital .hero.hero-subscription::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("/img/tenants/lacapital/bg-desktop.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/tenants/lacapital/bg-desktop.jpg");
}

@media screen and (max-width: 768px) {
  .subscriptions.lacapital .hero.hero-subscription::before {
    background-position: right 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("/img/tenants/lacapital/bg-mobile.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/tenants/lacapital/bg-mobile.jpg");
  }
}

.subscriptions.lacapital .pricing-table .pricing-plan {
  border-bottom: solid 2px #000A2F;
}

.subscriptions.lacapital .pricing-table .pricing-plan .plan-switch .button {
  background: #000A2F;
}

.subscriptions.lacapital .pricing-table .pricing-plan .plan-price-amount-currency {
  color: black;
}

.subscriptions.lacapital .pricing-table .pricing-plan .plan-item:before {
  color: #000A2F;
}

.subscriptions.lacapital .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #000A2F;
}

.subscriptions.lacapital .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #000A2F;
}

.subscriptions.lacapital .lviFormTitle .title {
  color: #000A2F;
}

.subscriptions.lacapital .my-subscription .navbar {
  background-color: #000A2F;
}

.subscriptions.lacapital .my-subscription .navbar .arrow img {
  top: -1.4px;
}

.subscriptions.lacapital .my-subscription .navbar .logo-nav {
  /*  width: 149.5px; */
  /*    height: 33.5px; */
  max-width: initial;
  bottom: 4px;
  left: 0.65rem;
}

.subscriptions.lacapital .my-subscription .fondo-color .color {
  background-color: #000A2F;
}

.subscriptions.lacapital .my-subscription .fondo-color .botones a.current {
  background-color: #000A2F;
}

.subscriptions.lacapital .my-subscription .fondo-color .botones a .arrow-red {
  height: 30px;
  width: 13px;
}

.subscriptions.lacapital .my-subscription .card-content .title {
  color: #000A2F;
}

.subscriptions.lacapital .success-message .title {
  color: #000A2F;
}

.subscriptions.lacapital .dla-details {
  padding: 2rem;
}

.subscriptions.lacapital .dla-details h4 {
  color: #000A2F;
}

.subscriptions.lacapital .dla-details p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .subscriptions.lacapital .dla-details p {
    font-size: 14px;
  }
}

.subscriptions.lacapital .dla-details .img-circle {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background-color: #eeeeee;
  text-align: center;
  margin: 0 auto;
  padding: 5rem 0;
}

.subscriptions.lacapital .dla-details .img-circle img {
  width: 260px;
}

.subscriptions.uentrerios .field.has-addons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: .5rem;
  padding: 2px;
}

.subscriptions.uentrerios .hero-head {
  background-color: #469ED6;
  color: white;
}

.subscriptions.uentrerios .hero-head .navbar-brand .navbar-item {
  cursor: initial;
  color: white;
}

.subscriptions.uentrerios .hero-head .navbar-item {
  color: white;
}

.subscriptions.uentrerios .hero-body button {
  width: 100%;
  border: none;
  font-weight: 600;
  font-family: Guardian Sans Narrow;
  color: #000;
}

.subscriptions.uentrerios .hero-body .button.selected {
  background-color: #469ED6;
  color: #fff;
}

.subscriptions.uentrerios .hero-body .bar-top .card .card-content .suscribite span {
  color: #469ED6;
}

.subscriptions.uentrerios .hero-body .bar-top .card .card-content h2 {
  color: #469ED6 !important;
}

.subscriptions.uentrerios .hero-body .bar-top .card .card-content p strong {
  color: #469ED6;
}

.subscriptions.uentrerios .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #469ED6 !important;
}

.subscriptions.uentrerios .button.is-primary {
  background-color: #469ED6;
  border-color: #469ED6;
}

.subscriptions.uentrerios .button.is-outlined {
  border-color: #469ED6;
}

.subscriptions.uentrerios .button.is-outlined.is-primary {
  background-color: #469ED6;
  color: white;
}

.subscriptions.uentrerios .button.is-outlined.is-primary:hover {
  background-color: #469ED6 !important;
}

.subscriptions.uentrerios .hero.hero-subscription::before {
  background-image: url("/img/tenants/losandes/headerdesktop.jpg");
}

@media screen and (max-width: 768px) {
  .subscriptions.uentrerios .hero.hero-subscription::before {
    background-position: right 0;
    background-image: url("/img/tenants/losandes/headermobile.jpg");
  }
}

.subscriptions.uentrerios .pricing-table .pricing-plan {
  border-bottom: solid 2px #469ED6;
}

.subscriptions.uentrerios .pricing-table .pricing-plan .plan-switch .button {
  background: #469ED6;
}

.subscriptions.uentrerios .pricing-table .pricing-plan .plan-price-amount-currency {
  color: black;
}

.subscriptions.uentrerios .pricing-table .pricing-plan .plan-item:before {
  color: #469ED6;
}

.subscriptions.uentrerios .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #469ED6;
}

.subscriptions.uentrerios .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #469ED6;
}

.subscriptions.uentrerios .lviFormTitle .title {
  color: #469ED6;
}

.subscriptions.uentrerios .my-subscription .navbar {
  background-color: #469ED6;
}

.subscriptions.uentrerios .my-subscription .navbar .arrow img {
  top: -1.4px;
}

.subscriptions.uentrerios .my-subscription .navbar .logo-nav {
  /* width: 149.5px; */
  /*  height: 33.5px; */
  max-width: initial;
  bottom: 4px;
  left: 0.65rem;
}

.subscriptions.uentrerios .my-subscription .fondo-color .color {
  background-color: #469ED6;
}

.subscriptions.uentrerios .my-subscription .fondo-color .botones a.current {
  background-color: #469ED6;
}

.subscriptions.uentrerios .my-subscription .fondo-color .botones a .arrow-red {
  height: 30px;
  width: 13px;
}

.subscriptions.uentrerios .my-subscription .card-content .title {
  color: #469ED6;
}

.subscriptions.uentrerios .success-message .title {
  color: #469ED6;
}

.subscriptions.uentrerios .dla-details {
  padding: 2rem;
}

.subscriptions.uentrerios .dla-details h4 {
  color: #469ED6;
}

.subscriptions.uentrerios .dla-details p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .subscriptions.uentrerios .dla-details p {
    font-size: 14px;
  }
}

.subscriptions.uentrerios .dla-details .img-circle {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background-color: #eeeeee;
  text-align: center;
  margin: 0 auto;
  padding: 5rem 0;
}

.subscriptions.uentrerios .dla-details .img-circle img {
  width: 260px;
}

.subscriptions.ustafe .field.has-addons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: .5rem;
  padding: 2px;
}

.subscriptions.ustafe .hero-head {
  background-color: #469ED6;
  color: white;
}

.subscriptions.ustafe .hero-head .navbar-brand .navbar-item {
  cursor: initial;
  color: white;
}

.subscriptions.ustafe .hero-head .navbar-item {
  color: white;
}

.subscriptions.ustafe .hero-body button {
  width: 100%;
  border: none;
  font-weight: 600;
  font-family: Guardian Sans Narrow;
  color: #000;
}

.subscriptions.ustafe .hero-body .button.selected {
  background-color: #469ED6;
  color: #fff;
}

.subscriptions.ustafe .hero-body .bar-top .card .card-content .suscribite span {
  color: #469ED6;
}

.subscriptions.ustafe .hero-body .bar-top .card .card-content h2 {
  color: #469ED6 !important;
}

.subscriptions.ustafe .hero-body .bar-top .card .card-content p strong {
  color: #469ED6;
}

.subscriptions.ustafe .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #469ED6 !important;
}

.subscriptions.ustafe .button.is-primary {
  background-color: #469ED6;
  border-color: #469ED6;
}

.subscriptions.ustafe .button.is-outlined {
  border-color: #469ED6;
}

.subscriptions.ustafe .button.is-outlined.is-primary {
  background-color: #469ED6;
  color: white;
}

.subscriptions.ustafe .button.is-outlined.is-primary:hover {
  background-color: #469ED6 !important;
}

.subscriptions.ustafe .hero.hero-subscription::before {
  background-image: url("/img/tenants/losandes/headerdesktop.jpg");
}

@media screen and (max-width: 768px) {
  .subscriptions.ustafe .hero.hero-subscription::before {
    background-position: right 0;
    background-image: url("/img/tenants/losandes/headermobile.jpg");
  }
}

.subscriptions.ustafe .pricing-table .pricing-plan {
  border-bottom: solid 2px #469ED6;
}

.subscriptions.ustafe .pricing-table .pricing-plan .plan-switch .button {
  background: #469ED6;
}

.subscriptions.ustafe .pricing-table .pricing-plan .plan-price-amount-currency {
  color: black;
}

.subscriptions.ustafe .pricing-table .pricing-plan .plan-item:before {
  color: #469ED6;
}

.subscriptions.ustafe .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #469ED6;
}

.subscriptions.ustafe .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #469ED6;
}

.subscriptions.ustafe .lviFormTitle .title {
  color: #469ED6;
}

.subscriptions.ustafe .my-subscription .navbar {
  background-color: #469ED6;
}

.subscriptions.ustafe .my-subscription .navbar .arrow img {
  top: -1.4px;
}

.subscriptions.ustafe .my-subscription .navbar .logo-nav {
  /*   width: 149.5px; */
  /* height: 33.5px; */
  max-width: initial;
  bottom: 4px;
  left: 0.65rem;
}

.subscriptions.ustafe .my-subscription .fondo-color .color {
  background-color: #469ED6;
}

.subscriptions.ustafe .my-subscription .fondo-color .botones a.current {
  background-color: #469ED6;
}

.subscriptions.ustafe .my-subscription .fondo-color .botones a .arrow-red {
  height: 30px;
  width: 13px;
}

.subscriptions.ustafe .my-subscription .card-content .title {
  color: #469ED6;
}

.subscriptions.ustafe .success-message .title {
  color: #469ED6;
}

.subscriptions.ustafe .dla-details {
  padding: 2rem;
}

.subscriptions.ustafe .dla-details h4 {
  color: #469ED6;
}

.subscriptions.ustafe .dla-details p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .subscriptions.ustafe .dla-details p {
    font-size: 14px;
  }
}

.subscriptions.ustafe .dla-details .img-circle {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background-color: #eeeeee;
  text-align: center;
  margin: 0 auto;
  padding: 5rem 0;
}

.subscriptions.ustafe .dla-details .img-circle img {
  width: 260px;
}

.subscriptions.lavoz {
  font-family: "PT Serif", serif;
}

.subscriptions.lavoz:after {
  display: none;
}

.subscriptions.lavoz .navbar-brand i {
  color: #000;
}

.subscriptions.lavoz .title {
  font-family: "Guardian Sans Narrow";
}

.subscriptions.lavoz .lvi-control-input label {
  background-color: #EFEFEF;
}

.subscriptions.lavoz .lvi-control-input input:required + label {
  color: #000000;
  top: 0.375rem;
  left: 10px;
  font-size: 0.9rem;
  background-color: #ffffff;
  padding: 0 4px;
  white-space: nowrap;
}

.subscriptions.lavoz .lvi-control-input label {
  color: #000000;
  top: 0.375rem;
  left: 10px;
  font-size: 0.9rem;
  background-color: #ffffff;
  padding: 0 4px;
  white-space: nowrap;
}

.subscriptions.lavoz .lvi-control-input input:focus + label {
  color: #0061ae;
  top: 0.375rem;
  left: 10px;
  font-size: 0.9rem;
  background-color: #ffffff;
  padding: 0 4px;
  white-space: nowrap;
}

.subscriptions.lavoz .benefits-container .pricing-plan {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent;
  border: none !important;
}

.subscriptions.lavoz .benefits-container .pricing-plan .plan-item {
  color: #fff;
  padding: .75em 0;
}

.subscriptions.lavoz .benefits-container .pricing-plan .plan-item:before {
  color: #fff !important;
}

.subscriptions.lavoz .section .combo-container {
  padding-bottom: 1rem;
}

.subscriptions.lavoz .section.subscription-form {
  background-color: #ffffff;
  /* EFEFEF */
}

.subscriptions.lavoz .section.subscription-form .title {
  color: black;
  font-weight: 600;
  font-family: "Guardian Sans Narrow";
}

.subscriptions.lavoz .section.subscription-form .title.serif {
  font-family: PT Serif,serif;
  font-weight: 700;
  color: #363636;
}

.subscriptions.lavoz .section.subscription-form .questions a {
  font-family: "Guardian Sans Narrow";
  color: #000;
}

.subscriptions.lavoz .section.subscription-form .secure {
  color: black;
  font-size: 13px;
  font-family: "Guardian Sans Narrow";
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  padding: 1rem;
  padding-top: 0.5rem;
  margin-bottom: 5rem;
}

.subscriptions.lavoz .section.subscription-form .secure img {
  position: relative;
  top: 7px;
  margin-right: 0.5rem;
}

.subscriptions.lavoz .section.subscription-form .secure.mobile {
  padding: 0.5rem;
  margin-bottom: 1rem;
  padding-top: 0.15rem;
}

.subscriptions.lavoz .section.subscription-form .button {
  background-color: black;
  color: #FFE600;
  font-family: "Guardian Sans Narrow";
  font-size: 16px;
  font-weight: 600;
  border-color: black;
  padding: 1.25rem;
}

.subscriptions.lavoz .section.subscription-form .button:focus {
  background-color: black !important;
}

.subscriptions.lavoz .section.subscription-form .button.white {
  background-color: white;
  color: black;
}

.subscriptions.lavoz .section.subscription-form .button.white:focus {
  background-color: white !important;
}

.subscriptions.lavoz .section.subscription-form .pricing-table .pricing-plan .plan-header {
  font-size: 19px;
}

.subscriptions.lavoz .section.subscription-form .pricing-table .pricing-plan .plan-item {
  padding: 0 2em 0;
}

.subscriptions.lavoz .section.subscription-form .pricing-table .pricing-plan .plan-footer {
  font-size: 12px;
  font-family: "Guardian Sans Narrow";
  color: black;
}

.subscriptions.lavoz .section.subscription-form .pricing-table .pricing-plan .plan-footer .price {
  color: black;
  font-size: 30px;
  font-weight: 700;
  font-family: "PT Serif", serif;
}

.subscriptions.lavoz .section.subscription-form .pricing-table .pricing-plan .plan-footer:before {
  width: 100%;
  border: 1px solid #D5D5D5;
  margin: 0 auto;
}

.subscriptions.lavoz .section.subscription-form .pricing-table .pricing-plan .plan-items .plan-item.not-included:before {
  padding-right: 22px;
}

@media screen and (max-width: 768px) {
  .subscriptions.lavoz .section.subscription-form .pricing-table .pricing-plan {
    margin-right: 0;
    margin-left: 0;
  }
}

.subscriptions.lavoz .section.subscription-form.corporative label {
  background-color: #ffffff;
  /* efefef */
}

.subscriptions.lavoz .section.success {
  background-color: #EFEFEF;
}

.subscriptions.lavoz .section.success h1 {
  font-weight: 700;
  font-size: 56px;
  color: black;
}

.subscriptions.lavoz .section.success p {
  font-size: 20px;
  color: black;
}

.subscriptions.lavoz .section.success img {
  margin-top: 2rem;
}

.subscriptions.lavoz .section.success .button {
  color: #FFE600;
  font-family: "Guardian Sans Narrow";
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.28px;
  background-color: #000000;
  border-radius: 0;
  padding: 25px;
}

.subscriptions.lavoz .section.success .button:focus {
  background-color: black !important;
}

.subscriptions.lavoz .section.benefits {
  background-color: #EFEFEF;
}

.subscriptions.lavoz .section.benefits .title {
  color: black;
  font-family: "Guardian Sans Narrow";
}

.subscriptions.lavoz .section.benefits .button {
  background-color: black;
  color: #FFE600;
  font-family: "Guardian Sans Narrow";
  font-size: 16px;
  font-weight: 600;
  border-color: black;
  padding: 1.25rem;
}

.subscriptions.lavoz .section.benefits .button:focus {
  background-color: black !important;
}

.subscriptions.lavoz .hero-body {
  /*  background-color: #EFEFEF; */
  padding-bottom: 15rem !important;
  padding-top: 2rem !important;
}

@media screen and (max-width: 768px) {
  .subscriptions.lavoz .hero-body {
    padding-bottom: 2rem !important;
  }
}

.subscriptions.lavoz .hero-body p {
  color: black;
}

.subscriptions.lavoz .hero-body p.small {
  font-size: 20px;
}

.subscriptions.lavoz .hero-body p.elegi {
  margin-top: 2rem;
}

.subscriptions.lavoz .hero-body .has-addons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: .5rem;
  padding: 2px;
  background-color: white;
  border: 1px solid #D5D5D5;
}

.subscriptions.lavoz .hero-body .has-addons p {
  width: 100%;
}

.subscriptions.lavoz .hero-body .has-addons button {
  width: 100%;
  border: none;
  font-weight: 600;
  font-family: "Guardian Sans Narrow";
  color: black;
}

.subscriptions.lavoz .hero-body .has-addons button.selected {
  background-color: black;
  color: white;
}

.subscriptions.lavoz .hero-body .has-addons button.selected:focus {
  background-color: black !important;
  color: white;
}

.subscriptions.lavoz .hero-body .has-addons button:focus {
  background-color: white !important;
  color: black;
}

.subscriptions.lavoz .hero-body .period-select {
  margin-top: 2rem;
  font-family: "Guardian Sans Narrow";
  font-size: 12px;
  letter-spacing: 0.96px;
  color: black;
  font-weight: 600;
}

.subscriptions.lavoz .hero-body .bar-top .card .card-content .suscribite span {
  color: #0061ae;
}

.subscriptions.lavoz .hero-body .bar-top .card .card-content h2 {
  color: #0061ae !important;
}

.subscriptions.lavoz .hero-body .bar-top .card .card-content p strong {
  color: #0061ae;
}

.subscriptions.lavoz .hero-body .bar-top .card .card-content .not-login .button-ingresar .button {
  background-color: #0061ae !important;
}

.subscriptions.lavoz .button.is-primary {
  background-color: #0061ae;
  border-color: #0061ae;
}

.subscriptions.lavoz .button.is-outlined {
  border-color: #0061ae;
}

.subscriptions.lavoz .button.is-outlined.is-primary {
  background-color: #0061ae;
  color: white;
}

.subscriptions.lavoz .button.is-outlined.is-primary:hover {
  background-color: #0061ae !important;
}

.subscriptions.lavoz .button:focus {
  background-color: #0061ae !important;
  border-color: #0061ae;
}

.subscriptions.lavoz .hero-head {
  background-color: white;
  padding: 1em;
}

.subscriptions.lavoz .hero-head.hero-head-subscription {
  background-color: #0061ae;
}

.subscriptions.lavoz .hero-head.hero-head-subscription .icon-left-open {
  color: white;
}

.subscriptions.lavoz .hero-head.hero-head-subscription .navbar-item {
  color: white;
}

.subscriptions.lavoz .hero-head .navbar {
  position: relative;
}

.subscriptions.lavoz .hero-head .navbar .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscriptions.lavoz .hero-head .navbar .navbar-logo {
  position: absolute;
  left: 50%;
  margin-left: -90px !important;
  display: block;
}

.subscriptions.lavoz .hero-head .navbar .navbar-logo .navbar-item:hover {
  background-color: transparent;
}

.subscriptions.lavoz .hero-head .navbar .navbar-logo img {
  width: 170px;
  max-height: none;
}

@media screen and (max-width: 450px) {
  .subscriptions.lavoz .hero-head .navbar .navbar-logo {
    margin-left: -80px !important;
  }

  .subscriptions.lavoz .hero-head .navbar .navbar-logo img {
    width: 130px;
  }
}

@media screen and (min-width: 770px) {
  .subscriptions.lavoz .hero-head .navbar .navbar-end {
    margin-left: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.subscriptions.lavoz .hero-head .navbar .navbar-end .navbar-item {
  color: black !important;
  font-weight: 600;
  font-family: "Guardian Sans Narrow";
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .subscriptions.lavoz .hero-head .navbar .navbar-end .navbar-item img {
    width: 35px;
    height: 35px;
    max-height: none;
  }
}

.subscriptions.lavoz .combo-columns {
  margin-top: -230px;
}

.subscriptions.lavoz .pricing-table .highlight-resource {
  margin-top: -260px;
}

.subscriptions.lavoz .pricing-table .highlight-resource .pricing-plan .plan-footer p span {
  color: white;
}

.subscriptions.lavoz .pricing-table .pricing-plan {
  -webkit-box-shadow: 0 6px 12px #00000029;
          box-shadow: 0 6px 12px #00000029;
  border-bottom: solid 4px black;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-header {
  color: black;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-switch {
  padding: 0 1.5em;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-switch .button {
  font-family: "Guardian Sans Narrow";
  background: #FFE600;
  color: black;
  font-weight: 700;
  border-color: #FFE600;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-switch .button:hover {
  border-color: #FFE600;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-switch .button:focus {
  background: #FFE600 !important;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-price img {
  width: 230px;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-price-amount-currency {
  color: black;
  font-weight: 700;
  font-family: "PT Serif", serif !important;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-price-amount-currency sup {
  font-size: 2rem;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-item {
  font-family: "Guardian Sans Narrow";
  font-size: 13px;
  padding: .75em 2em 0;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-item:before {
  color: black;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-item.not-included {
  color: #555555;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-item.not-included:before {
  content: "\E80B";
  color: #5D5D5D;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-price.no-image {
  height: 105px;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-price .plan-price-amount {
  color: #0061ae;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  color: #0061ae;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-footer p {
  font-family: "Guardian Sans Narrow";
  color: #5D5D5D;
  font-size: 12px;
}

.subscriptions.lavoz .pricing-table .pricing-plan .plan-footer p span {
  color: black;
}

.subscriptions.lavoz .pricing-table .pricing-plan.mini h4 {
  color: black;
}

.subscriptions.lavoz .pricing-table .pricing-plan.mini .button:hover {
  background-color: #FFE600 !important;
}

.subscriptions.lavoz .pricing-table .club {
  font-family: "Guardian Sans Narrow";
}

@media screen and (min-width: 769px) {
  .subscriptions.lavoz .pricing-table .club {
    margin-top: 8%;
  }
}

.subscriptions.lavoz .pricing-table .club .columns {
  margin: 0;
}

.subscriptions.lavoz .pricing-table .club .pricing-plan {
  background-color: black;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 1.5rem;
  position: relative;
}

.subscriptions.lavoz .pricing-table .club .pricing-plan:before {
  content: '';
  background-image: url("/img/tenants/lavoz/tarjeta.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  background-size: 315px;
  width: 95%;
  height: 300px;
}

.subscriptions.lavoz .pricing-table .club .pricing-plan img {
  margin-top: -47px;
}

@media screen and (max-width: 768px) {
  .subscriptions.lavoz .pricing-table .club .pricing-plan img {
    margin: 0;
  }
}

.subscriptions.lavoz .pricing-table .club .pricing-plan h2,
.subscriptions.lavoz .pricing-table .club .pricing-plan h3 {
  font-size: 21px;
  font-weight: 700;
}

.subscriptions.lavoz .pricing-table .club .pricing-plan h2 {
  color: #FFE600;
}

.subscriptions.lavoz .pricing-table .club .pricing-plan .button {
  color: #FFE600;
  border: solid 1px #FFE600;
  font-weight: 700;
  font-size: 12px;
  padding: 20px 25px;
}

.subscriptions.lavoz .pricing-table .club .pricing-plan .button:hover {
  color: black;
  border: none;
}

.subscriptions.lavoz .pricing-table .club .pricing-plan .button:focus {
  background-color: white !important;
  color: black;
  border: none;
}

.subscriptions.lavoz .pricing-table .club .pricing-plan p {
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
}

.subscriptions.lavoz .pricing-table .club .pricing-plan p strong {
  color: white;
}

.subscriptions.lavoz .pricing-table .otras-propuestas {
  margin-top: 2.5rem;
}

.subscriptions.lavoz .pricing-table .otras-propuestas h4 {
  color: black;
  font-family: "Guardian Sans Narrow";
  font-weight: 700;
  font-size: 20px;
}

.subscriptions.lavoz .pricing-table .otras-propuestas h5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: black;
  font-size: 29px;
}

.subscriptions.lavoz .pricing-table .otras-propuestas h5 a {
  text-decoration: underline;
  color: black;
}

@media screen and (max-width: 769px) {
  .subscriptions.lavoz .pricing-table .otras-propuestas h5 {
    font-size: 20px;
  }
}

.subscriptions.lavoz .pricing-table .otras-propuestas span {
  color: black;
  font-family: "Guardian Sans Narrow";
  font-size: 13px;
}

.subscriptions.lavoz .pricing-table .otras-propuestas span a {
  color: inherit;
}

.subscriptions.lavoz .pricing-table .otras-propuestas hr {
  height: 4px;
  background-color: #E6E6E6;
  margin: 0.5rem 0;
}

.subscriptions.lavoz .pricing-table .otras-propuestas hr:before {
  content: '';
  width: 10%;
  background-color: black;
  display: block;
  height: 4px;
}

.subscriptions.lavoz .pricing-table .otras-propuestas input {
  width: 100%;
  border: 1px solid #000000;
  line-height: 1.5;
  padding: 10px 25px;
  background-image: url("/img/tenants/lavoz/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 15px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

.subscriptions.lavoz .pricing-table .otras-propuestas input::-webkit-input-placeholder {
  color: #000000;
  font-family: "Guardian Sans Narrow";
  font-weight: 700;
}

.subscriptions.lavoz .pricing-table .otras-propuestas input::-moz-placeholder {
  color: #000000;
  font-family: "Guardian Sans Narrow";
  font-weight: 700;
}

.subscriptions.lavoz .pricing-table .otras-propuestas input::-ms-input-placeholder {
  color: #000000;
  font-family: "Guardian Sans Narrow";
  font-weight: 700;
}

.subscriptions.lavoz .pricing-table .otras-propuestas input::placeholder {
  color: #000000;
  font-family: "Guardian Sans Narrow";
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .subscriptions.lavoz .pricing-table .otras-propuestas .corporativas .control,
  .subscriptions.lavoz .pricing-table .otras-propuestas .corporativas .input {
    height: 100%;
  }
}

.subscriptions.lavoz .highlight-resource .pricing-plan {
  background-color: black;
}

.subscriptions.lavoz .highlight-resource .pricing-plan .plan-price {
  background-color: black;
}

.subscriptions.lavoz .highlight-resource .pricing-plan .plan-header {
  background-color: black;
  color: white;
}

.subscriptions.lavoz .highlight-resource .pricing-plan .plan-price-amount-currency {
  color: white !important;
}

.subscriptions.lavoz .highlight-resource .pricing-plan .period {
  color: white;
}

.subscriptions.lavoz .highlight-resource .pricing-plan .plan-item {
  color: white;
}

.subscriptions.lavoz .highlight-resource .pricing-plan .plan-item:before {
  color: #FFE600;
}

.subscriptions.lavoz .highlight-resource .pricing-plan .plan-item.not-included {
  color: #B1B1B1;
}

.subscriptions.lavoz .highlight-resource .pricing-plan .plan-item.not-included:before {
  color: #D5D5D5;
}

.subscriptions.lavoz .highlight-resource .box-top {
  font-family: "Guardian Sans Narrow";
  background-color: #FFE600;
  font-size: 11px;
  letter-spacing: 0.88px;
  font-weight: 600;
  color: black;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 2px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  bottom: -8px;
}

.subscriptions.lavoz .lviFormTitle .title {
  color: #0061ae;
}

.subscriptions.lavoz .success-message .title {
  color: #0061ae;
}

.subscriptions.lavoz .my-subscription {
  font-family: "Roboto", BlinkMacSystemFont, -apple-system, sans-serif;
}

.subscriptions.lavoz .my-subscription .navbar {
  background-color: #0061ae;
}

.subscriptions.lavoz .my-subscription .navbar .arrow img {
  top: -1.4px;
}

.subscriptions.lavoz .my-subscription .navbar .logo-nav {
  max-width: initial;
  bottom: 4px;
  left: 0.65rem;
}

.subscriptions.lavoz .my-subscription .fondo-color .color {
  background-color: #0061ae;
}

.subscriptions.lavoz .my-subscription .fondo-color .botones a.current {
  background-color: #0061ae;
}

@media screen and (max-width: 768px) {
  .subscriptions.lavoz .my-subscription .subscription.profile {
    padding: 0.75rem;
  }
}

.subscriptions.lavoz .my-subscription .title {
  color: black;
  font-weight: 300;
}

.subscriptions.lavoz .my-subscription .button:not(.ctaButton) {
  background-color: #000;
  color: #ffe600;
  border-color: #000;
  font-family: "Guardian Sans Narrow";
  font-weight: 600;
  text-transform: uppercase;
}

.subscriptions.lavoz .my-subscription .button:not(.ctaButton):hover,
.subscriptions.lavoz .my-subscription .button:not(.ctaButton):focus {
  background-color: #000 !important;
  color: #ffe600;
}

.subscriptions.lavoz .my-subscription .button:not(.ctaButton).white {
  background-color: white;
  color: black;
}

.subscriptions.lavoz .my-subscription .button:not(.ctaButton).white:focus,
.subscriptions.lavoz .my-subscription .button:not(.ctaButton).white:hover {
  background-color: white !important;
}

.subscriptions.lavoz .offer {
  background-color: #006FBC;
}

.subscriptions.lavoz .offer h4 {
  font-weight: bold;
  font-size: 25px;
}

.subscriptions.lavoz .offer p {
  font-weight: bold;
  font-size: 22px;
}

.subscriptions.lavoz .offer span {
  display: block;
  font-size: 15px;
}

.subscriptions.lavoz .offer .button {
  background-color: white;
  color: #006FBC;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
}

.subscriptions.lavoz .offer .button:hover {
  color: #006FBC;
}

.subscriptions.lavoz .offer .button:focus {
  background-color: white !important;
}

.subscriptions.lavoz footer {
  position: initial;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: "Guardian Sans Narrow";
}

.subscriptions.lavoz footer p {
  color: white;
  font-size: 13px;
}

.subscriptions.lavoz footer p a {
  color: inherit;
}

.subscriptions.lavoz footer .logo {
  width: 174px;
}

.subscriptions.lavoz footer .social-logos {
  margin-top: 3rem;
}

.subscriptions.lavoz footer .button {
  color: white;
  background-color: transparent;
  border: solid 1px white;
  padding: 10px 20px;
}

.subscriptions.lavoz footer .button:focus {
  background-color: transparent !important;
  border: solid 1px white;
}

.subscriptions.lavoz footer hr {
  background-color: #292929;
  height: 1px;
}

.subscriptions.lavoz footer .after-line p {
  font-size: 12px;
  color: #a8a8a8;
}

@media screen and (max-width: 1024px) {
  .subscriptions.lavoz footer .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .subscriptions.lavoz footer .button {
    border: none;
  }

  .subscriptions.lavoz footer .button:focus {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .subscriptions.lavoz .pricing-table .club .pricing-plan {
    padding: 0.5rem;
  }

  .subscriptions.lavoz .pricing-table .club .pricing-plan h2,
  .subscriptions.lavoz .pricing-table .club .pricing-plan h3 {
    font-size: 16px;
  }

  .subscriptions.lavoz .pricing-table .club .pricing-plan .button {
    font-size: 10px;
  }

  .subscriptions.lavoz .pricing-table .club .pricing-plan p {
    font-size: 14px;
  }

  .subscriptions.lavoz .pricing-table .club .pricing-plan:before {
    content: '';
    background-image: url("/img/tenants/lavoz/tarjeta-mobile.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 160px;
    width: 160px;
    top: 1.5rem;
    right: 0;
  }

  .subscriptions.lavoz .combo-container {
    padding: 1rem;
  }
}

.subscriptions.lavoz #cancel {
  background-color: #EFEFEF;
  margin-top: 0;
  padding-top: 1rem;
}

.subscriptions.lavoz #cancel .button {
  background-color: black;
  color: #FFE600;
  font-family: "Guardian Sans Narrow";
  font-size: 16px;
  font-weight: 600;
  border-color: black;
  padding: 1.25rem;
}

.subscriptions.lavoz #cancel .button:focus {
  background-color: black !important;
}

.subscriptions.lavoz #cancel .button.white {
  background-color: white;
  color: black;
}

.subscriptions.lavoz #cancel .button.white:focus {
  background-color: white !important;
}

.subscriptions.lavoz #cancel .offer {
  background-color: white;
  border-bottom: solid 4px black;
  color: black;
  padding-bottom: 2rem;
}

.subscriptions.lavoz #cancel .offer img {
  margin: auto;
  margin-bottom: 1rem;
}

.subscriptions.lavoz #cancel .offer h4 {
  font-weight: bold;
  font-size: 25px;
}

.subscriptions.lavoz #cancel .offer p {
  font-weight: bold;
  font-size: 22px;
}

.subscriptions.lavoz #cancel .offer p.guardian {
  font-weight: 500;
  font-family: "Guardian Sans Narrow";
}

.subscriptions.lavoz #cancel .offer span {
  display: block;
  font-size: 15px;
}

.subscriptions.lavoz #cancel .offer .button {
  background-color: white;
  color: black;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
}

.subscriptions.lavoz #cancel .offer .button:hover {
  color: white !important;
  background-color: black !important;
}

.subscriptions.lavoz #cancel .offer .button:focus {
  background-color: white !important;
}

.alert-error-inc {
  margin-top: 31px !important;
}

.tenant-yucatan .not-login .button-ingresar .button {
  color: #707070 !important;
  /* sobreescribe .has-text-white */
}

