@import url(https://fonts.googleapis.com/css?family=Nunito);@font-face {
  font-family: "itc-avant-garde-gothic-lt-book";
  src: url(/fonts/itc-avant-garde-gothic-lt-book.otf?c7fe96fe7c68f4c3a1a198c8d02b0782) format("opentype");
}

@font-face {
  font-family: "HelveticaNeueCondensedBold";
  src: url(/fonts/HelveticaNeueCondensedBold.ttf?ca6345e644cdb78446146737600c9ed0) format("truetype");
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.nav-header {
  width: 100%;
  height: 100px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.nav-header .logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  margin-left: 0px;
}

.nav-header .logo img {
  width: 125px;
  height: auto;
}

.nav-header .menu {
  display: -webkit-box;
  display: flex;
  padding: 15px;
  position: absolute;
  right: 50px;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.nav-header .links {
  margin-right: 50px;
}

.header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: auto;
}

.header.text {
  height: 65px;
}

.header .texts {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.header .texts span {
  margin-top: 5px;
}

.header .texts .title {
  font-size: 18px;
  color: #28d6ee;
  font-family: itc-avant-garde-gothic-lt-book, Merriweather;
}

.header .texts .desc {
  color: #fff;
  font-size: 22px;
  font-family: Merriweather;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.header .texts .text {
  color: #fff;
  font-size: 25px;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
}

.header {
  width: 100%;
  height: 120px;
  position: relative;
  max-height: 400px;
  color: #fff;
  background: #000;
}

.header .header-content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #00111c;
}

.header .header-content .nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  height: 50px;
  opacity: 0.5;
  display: flex;
}

.header .header-content .nav .nav-title {
  display: none;
}

.header .header-content .nav .nav-title h4 {
  margin: 0px 20px;
}

.header .header-content .nav .nav-content {
  display: -webkit-box;
  display: flex;
}

.header .header-content .nav .nav-content:not(:focus-within):not(:hover) li {
  background: transparent;
  color: white;
}

.header .header-content .nav .nav-content li {
  list-style: none;
  padding: 10px 15px;
}

.header .header-content .nav .nav-content li a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.header .header-content .header-call {
  /*height: 100%;*/
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
  padding: 15px;
}

.header .header-content .header-call .logo {
  width: 100px;
  height: 100px;
  margin: 0px;
}

.header .header-content .header-call .logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.header .header-content .header-call .title {
  margin-top: 15px;
}

.header .header-content .header-call .title h4 {
  font-size: 40px;
}

.header .header-content .header-call .call-to-action {
  position: absolute;
  bottom: 50px;
}

.header .header-content .header-call .call-to-action .btn-action {
  border: none;
  padding: 15px 20px;
  margin: 10px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  background: #1d2d4f;
  color: white;
  border-radius: 50px;
  font-family: "Arial";
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.header .header-content .header-call .call-to-action .btn-action:hover {
  background: #1d2d4fd0;
}

.header .back {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}

.header .back img {
  width: 100%;
  height: 100%;
}

.prices {
  width: 100%;
  height: 100%;
}

.prices .txt-p {
  padding: 50px;
  text-align: center;
  font-size: 22px;
  font-family: Verdana;
  color: rgba(0, 0, 0, 0.8);
}

.prices .prices-content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.prices .prices-content .plan-card {
  width: 300px;
  height: 100%;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
  margin: 25px 25px;
  border-radius: 15px;
  overflow: hidden;
}

.prices .prices-content .plan-card .card-header {
  width: 100%;
  height: 300px;
  background: #f2f2f2;
  padding: 20px 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  opacity: 0.95;
  color: rgba(0, 0, 0, 0.7);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}

.prices .prices-content .plan-card .card-header .title {
  font-family: itc-avant-garde-gothic-lt-book, Merriweather;
  font-weight: 0;
  font-size: 24px;
}

.prices .prices-content .plan-card .card-header .price {
  font-size: 30px;
  font-weight: bold;
  margin: 15px;
}

.prices .prices-content .plan-card .card-header .m {
  font-size: 14px;
}

.prices .prices-content .plan-card .benefits {
  height: 395px;
  min-height: 350px;
  padding: 25px 15px;
  background: #00111c;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.prices .prices-content .plan-card .benefits div {
  margin: 10px 0px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}

.prices .prices-content .plan-card .benefits div i {
  color: white;
  margin-right: 5px;
}

.prices .prices-content .plan-card .benefits div span {
  font-size: 14px;
  font-family: Merriweather;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

.prices .prices-content .plan-card .benefits .action {
  padding: 10px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 20px 10px 0px 10px;
}

.prices .prices-content .plan-card .benefits .action a {
  background: #f75246;
}

.prices .prices-content .plan-card .benefits .action button {
  outline: none;
  border: none;
  padding: 15px 20px;
  width: 90%;
  height: 50px;
  border-radius: 50px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  color: black;
  border-radius: 50px;
}

.txt-p-d {
  margin: 100px 0px;
  text-align: center;
  font-family: itc-avant-garde-gothic-lt-book, Merriweather;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #00111c;
}

.txt-p-d .txt-tl {
  font-size: 20px;
}

.txt-p-d .txt-sus {
  margin-top: 50px;
}

.txt-p-d .txt-email {
  font-weight: bold;
  font-family: itc-avant-garde-gothic-lt-book, Merriweather;
  font-style: medium;
}

@media (max-width: 600px) {
  .nav-header {
    width: 100%;
    height: 100px;
    background: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }

  .nav-header .logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    width: 125px;
    height: auto;
    margin-left: 30px;
  }

  .nav-header .logo img {
    width: 100%;
    height: auto;
  }

  .nav-header .menu {
    display: -webkit-box;
    display: flex;
    padding: 15px;
    position: relative;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .nav-header .links {
    font-size: 18px;
    margin-right: 50px;
  }

  .header .texts .text {
    font-size: 20px;
  }
}

.login-container {
  background: #fff;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.login-container form {
  margin: 50px 0px;
  width: 600px;
  height: 450px !important;
  background: #fff;
}

.login-container form input {
  outline: none;
}

.login-container form button {
  background: #00111c;
  color: #fff;
}

.sub-start {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.sub-start .change-plan {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 10px;
}

.sub-start .change-plan h4 {
  font-family: itc-avant-garde-gothic-lt-book;
}

.sub-start .change-plan a {
  font-size: 12px;
}

.sub-start .plan-selected {
  width: 100%;
  padding: 10px 25px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 5px;
  background: #f2f2f2;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.sub-start .plan-selected .name {
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  font-family: itc-avant-garde-gothic-lt-book;
}

.sub-start .plan-selected .price {
  font-family: "HelveticaNeueCondensedBold";
  color: #00111c;
  font-size: 40px;
}

.sub-start .plan-selected h4 {
  font-weight: bold;
}

.sub-start .plan-data-user {
  width: 100%;
  margin: 20px 0px;
}

@media (max-width: 768px) {
  .sub-start .change-plan {
    width: 100%;
  }

  .sub-start .plan-selected {
    width: 100%;
  }

  .sub-start .plan-data-user {
    width: 100%;
  }
}

/*Methodo de PAGO*/

.paymentMethod {
  width: 100%;
  background-color: #fff;
  display: block;
  margin: 25px 0;
  position: relative;
}

.paymentMethod label {
  padding: 12px 30px;
  width: 100%;
  height: 120px;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
}

.paymentMethod label img {
  max-width: 100%;
  height: 50%;
  width: auto;
}

.paymentMethod label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: rgba(10, 13, 54, 0.9);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.paymentMethod label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50px;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.paymentMethod input:checked ~ label {
  color: #fff;
}

.paymentMethod input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(100, 100, 1);
          transform: translate(-50%, -50%) scale3d(100, 100, 1);
  opacity: 1;
}

.paymentMethod input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}

.paymentMethod input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.dataDisplay div {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.dataDisplay div span:nth-child(1n) {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 10px;
}

.dataDisplay div span:nth-child(2n) {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 10px;
}

@media (max-width: 500px) {
  .dataDisplay div {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .dataDisplay span:nth-child(1n) {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
    width: 100%;
    padding: 10px;
  }

  .dataDisplay span:nth-child(2n) {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
    width: 100%;
    padding: 10px;
  }

  .paymentMethod label {
    padding: 0px;
  }

  .paymentMethod label img {
    width: 100%;
    height: 50%;
  }

  .paymentMethod label:after {
    position: absolute;
    right: 10px !important;
    top: 20% !important;
  }
}

.sub-container {
  margin-top: 50px;
}

.sub-container .subscription {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.sub-container .subscription .count {
  padding: 10px;
  font-size: 14px;
}

.sub-container .subscription .sub-title {
  background: #00111c;
  padding: 30px;
}

.sub-container .subscription .sub-title.mensual {
  background: #eaaf81;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#f1c07e), color-stop(31%), color-stop(75%, #eaaf81));
  background-image: linear-gradient(to bottom right, #f1c07e 0%, 31%, #eaaf81 75%);
}

.sub-container .subscription .sub-title span {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}

.sub-container .subscription .sub-info {
  display: -webkit-box;
  display: flex;
  padding: 30px;
}

.sub-container .subscription .sub-info .ben {
  width: 100%;
}

.sub-container .subscription .sub-info .ben div {
  margin-bottom: 15px;
}

.sub-container .subscription .sub-info .ben div span.title {
  font-weight: 500;
  font-size: 22px;
}

.sub-container .subscription .sub-info .ben div.list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: rgba(66, 66, 66, 0.9);
  font-weight: 500;
}

.sub-container .subscription .sub-info .ben div.list span {
  padding: 5px 0px;
  display: block;
}

.sub-container .subscription .sub-info .ben div.list span i {
  margin-right: 5px;
  font-size: 14px;
  color: #2cb5e8;
}

.sub-container .subscription .sub-info .pay {
  width: 100%;
  color: rgba(66, 66, 66, 0.9);
  font-weight: 500;
}

.sub-container .subscription .sub-info .pay div {
  margin-bottom: 15px;
}

.sub-container .subscription .sub-info .pay div span.title {
  font-weight: 500;
  font-size: 22px;
  color: #000;
}

.sub-container .subscription .sub-info .pay p b {
  color: #000;
}

.sub-container .subscription .sub-info .pay .payf div img {
  padding: 10px 15px;
  width: 150px;
}

.profile-container .profile-page {
  width: 70%;
  height: 100%;
}

.profile-container .profile-basic-info {
  padding: 25px;
}

.profile-container .profile-basic-info .info-basic {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0px;
}

.paymentMethods {
  width: 100%;
  height: 100%;
  margin-top: 150px;
  padding: 25px;
}

.paymentMethods .title {
  font-size: 22px;
  font-weight: 500;
}

.paymentMethods .paymentMethodsList {
  margin-top: 50px;
}

.paymentMethods .paymentMethodsList .element {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 25px 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.paymentMethods .paymentMethodsList .element .info {
  display: -webkit-box;
  display: flex;
}

.paymentMethods .paymentMethodsList .element .info .logo {
  height: 100%;
  width: 150px;
}

.paymentMethods .paymentMethodsList .element .info .logo img {
  width: 100%;
  height: 100%;
}

.paymentMethods .paymentMethodsList .element .info .details {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
}

.paymentMethods .paymentMethodsList .element .info .details .source {
  display: block;
  font-weight: bold;
  color: #263238;
}

.paymentMethods .paymentMethodsList .element .info .details .brand {
  font-size: 16px;
  color: #455a64;
  font-weight: 800;
}

.paymentMethods .paymentMethodsList .element .actions a {
  color: #78909C;
  font-weight: bold;
}

