@font-face {
  font-family: "Clear Sans";
  src: url("https://e00.uecdn.es/fonts/clearWeb/ClearSans-Regular-webfont.eot?") format("eot"), url("https://e00.uecdn.es/fonts/clearWeb/ClearSans-Regular-webfont.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/clearWeb/ClearSans-Regular-webfont.woff") format("woff"), url("https://e00.uecdn.es/fonts/clearWeb/ClearSans-Regular-webfont.ttf") format("truetype"), url("https://e00.uecdn.es/fonts/clearWeb/ClearSans-Regular-webfont.svg#Regular") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-weight: normal;
  src: url("https://e00.uecdn.es/fonts/roboto/Roboto-Regular.eot?") format("eot"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Regular.woff") format("woff"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Regular.svg#Regular") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url("https://e00.uecdn.es/fonts/roboto/Roboto-Black.eot?") format("eot"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Black.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Black.woff") format("woff"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Black.ttf") format("truetype"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Black.svg#Medium") format("svg");
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: normal;
  src: url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.eot?") format("eot"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff") format("woff"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.ttf") format("truetype"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.svg#Roboto") format("svg");
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: bold;
  src: url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.eot?") format("eot"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff") format("woff"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.ttf") format("truetype"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.svg#Roboto") format("svg");
}

/* line 3, scss/_header-lite.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 7, scss/_header-lite.scss */
.hidden-content {
  display: none;
}

/* line 10, scss/_header-lite.scss */
.ue-c-header-lite {
  background-color: #216087;
  height: 2.75rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 46.25em) {
  /* line 10, scss/_header-lite.scss */
  .ue-c-header-lite {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 2.75rem;
    padding: 0 0 0 1rem;
  }
}

/* line 25, scss/_header-lite.scss */
.ue-c-header-lite__logo svg {
  width: 9.375rem;
}

@media (min-width: 46.25em) {
  /* line 25, scss/_header-lite.scss */
  .ue-c-header-lite__logo svg {
    width: 10.9375rem;
  }
}

/* line 8, scss/ue-c-premium-account.scss */
.no-design {
  border: 3px dotted olivedrab;
}

/* line 11, scss/ue-c-premium-account.scss */
.ue-c-premium-account {
  max-width: 360px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 14px;
  margin: 0 auto;
  font-family: "Roboto Condensed";
  font-size: 16px;
}

/* line 2, scss/_mixins.scss */
.ue-c-premium-account a,
.ue-c-premium-account a:hover {
  text-decoration: none;
}

/* line 6, scss/_mixins.scss */
.ue-c-premium-account p {
  line-height: 1.3em;
}

/* line 9, scss/_mixins.scss */
.ue-c-premium-account input {
  border: 1px solid #e2e2e2;
}

/* line 12, scss/_mixins.scss */
.ue-c-premium-account input[type="radio"],
.ue-c-premium-account input[type="radio"] + label,
.ue-c-premium-account input[type="checkbox"],
.ue-c-premium-account input[type="checkbox"] + label {
  cursor: pointer;
}

/* line 18, scss/_mixins.scss */
.ue-c-premium-account input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  height: 1.5em;
  width: 1.5em;
  margin: 0;
}

/* line 24, scss/_mixins.scss */
.ue-c-premium-account input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin: 0;
  border-radius: 0;
}

/* line 21, scss/ue-c-premium-account.scss */
.ue-c-premium-account a {
  color: #2a7aac;
  text-decoration: none;
}

/* line 45, scss/_mixins.scss */
.ue-c-premium-account a:hover {
  text-decoration: underline;
}

/* line 24, scss/ue-c-premium-account.scss */
.ue-c-premium-account .is-centered {
  text-align: center;
  display: block;
}

/* line 28, scss/ue-c-premium-account.scss */
.ue-c-premium-account .is-bold {
  font-weight: bolder;
}

/* line 31, scss/ue-c-premium-account.scss */
.ue-c-premium-account .is-active {
  opacity: 1;
}

/* line 34, scss/ue-c-premium-account.scss */
.ue-c-premium-account .is-hidden {
  display: none;
}

/* line 37, scss/ue-c-premium-account.scss */
.ue-c-premium-account__header {
  background-color: white;
  height: 44px;
  padding: 0 1rem;
  border-bottom: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 480px) {
  /* line 37, scss/ue-c-premium-account.scss */
  .ue-c-premium-account__header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 0;
  }
}

/* line 54, scss/ue-c-premium-account.scss */
.ue-c-premium-account__header-logo svg {
  width: 150px;
}

@media all and (min-width: 480px) {
  /* line 54, scss/ue-c-premium-account.scss */
  .ue-c-premium-account__header-logo svg {
    width: 294px;
  }
}

/* line 61, scss/ue-c-premium-account.scss */
.ue-c-premium-account__input {
  position: relative;
}

/* line 64, scss/ue-c-premium-account.scss */
.ue-c-premium-account__input-password, .ue-c-premium-account__input-mail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  font-size: 16px;
  color: #4e4e4e;
  margin-bottom: 20px;
}

@media all and (min-width: 800px) {
  /* line 64, scss/ue-c-premium-account.scss */
  .ue-c-premium-account__input-password, .ue-c-premium-account__input-mail {
    font-size: 14px;
  }
}

/* line 77, scss/ue-c-premium-account.scss */
.ue-c-premium-account__input-password {
  margin-bottom: 0;
}

/* line 83, scss/ue-c-premium-account.scss */
.ue-c-premium-account input[autocomplete="off"]::-webkit-contacts-auto-fill-button,
.ue-c-premium-account input[autocomplete="off"]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}

/* line 94, scss/ue-c-premium-account.scss */
.ue-c-premium-account__step {
  font-size: 17px;
  margin-bottom: 16px;
}

/* line 97, scss/ue-c-premium-account.scss */
.ue-c-premium-account__password-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.3;
  width: 20px;
  height: 13px;
}

/* line 107, scss/ue-c-premium-account.scss */
.ue-c-premium-account__suscription {
  border: transparent;
  padding: 0;
  margin: 20px 0;
}

/* line 111, scss/ue-c-premium-account.scss */
.ue-c-premium-account__suscription label:first-of-type {
  margin-right: 20px;
}

/* line 115, scss/ue-c-premium-account.scss */
.ue-c-premium-account__plan {
  font-family: "Roboto Condensed";
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  margin: -8px;
  background-color: #f3f3f3;
  margin-bottom: 1rem;
  font-size: 14px;
}

/* line 126, scss/ue-c-premium-account.scss */
.ue-c-premium-account__plan-text {
  margin: 0;
}

/* line 129, scss/ue-c-premium-account.scss */
.ue-c-premium-account__plan-list {
  list-style: none;
  font-weight: bolder;
  margin: 0;
  padding: 0;
}

/* line 135, scss/ue-c-premium-account.scss */
.ue-c-premium-account__plan-button {
  font-size: 16px;
  font-family: "Roboto Condensed";
  padding: 0;
  line-height: 1em;
  color: #216087;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
  min-height: 37px;
  min-width: 107px;
  margin: .5em;
}

/* line 148, scss/ue-c-premium-account.scss */
.ue-c-premium-account__plan-button:hover {
  text-decoration: underline;
  background-color: #fff;
}

/* line 154, scss/ue-c-premium-account.scss */
.ue-c-premium-account__icon {
  width: 20px;
  height: 20px;
}

/* line 158, scss/ue-c-premium-account.scss */
.ue-c-premium-account__accept {
  margin: 20px 0;
}

/* line 161, scss/ue-c-premium-account.scss */
.ue-c-premium-account__rrss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}

/* line 166, scss/ue-c-premium-account.scss */
.ue-c-premium-account__rrss-element {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  width: 48%;
  max-width: 160px;
}

/* line 174, scss/ue-c-premium-account.scss */
.ue-c-premium-account__rrss-element:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* line 179, scss/ue-c-premium-account.scss */
.ue-c-premium-account__button {
  width: 100%;
  background-color: #216087;
  color: white;
  border: none;
  border-radius: 3px;
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 15px;
}

/* line 188, scss/ue-c-premium-account.scss */
.ue-c-premium-account__button:hover {
  background-color: #1a4d6c;
  text-decoration: underline;
  cursor: pointer;
}

/* line 194, scss/ue-c-premium-account.scss */
.ue-c-premium-account__bookmark {
  text-align: center;
  width: 100%;
  position: relative;
  margin: 10px auto;
}

/* line 199, scss/ue-c-premium-account.scss */
.ue-c-premium-account__bookmark::after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-color: #e2e2e2;
  top: 10px;
  position: absolute;
  z-index: -1;
}

/* line 209, scss/ue-c-premium-account.scss */
.ue-c-premium-account__bookmark p {
  font-size: 18px;
  line-height: 18px;
  background-color: white;
  width: 40px;
  height: 22px;
  border-radius: 120px;
  margin: 0 auto;
  z-index: 1;
}

/* line 220, scss/ue-c-premium-account.scss */
.ue-c-premium-account__smalltext {
  color: #5d6d7e;
  padding: 10px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin: 0;
}

/* line 226, scss/ue-c-premium-account.scss */
.ue-c-premium-account__smalltext p {
  font-size: 0.5rem;
  line-height: 1.3rem;
}

/* line 231, scss/ue-c-premium-account.scss */
.ue-c-premium-account__paypal {
  font-family: "Roboto";
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #cecece;
  border-radius: 2px;
  height: 40px;
  padding: 0 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0 20px 0;
  cursor: pointer;
}

/* line 243, scss/ue-c-premium-account.scss */
.ue-c-premium-account__paypal:hover {
  background-color: #e2e2e2;
}

/* line 247, scss/ue-c-premium-account.scss */
.ue-c-premium-account__paypal-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 250, scss/ue-c-premium-account.scss */
.ue-c-premium-account__paypal-text span {
  margin-right: 8px;
  font-family: "Roboto";
  font-size: 17px;
  color: #000;
}

/* line 257, scss/ue-c-premium-account.scss */
.ue-c-premium-account__card {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 16px;
}

/* line 262, scss/ue-c-premium-account.scss */
.ue-c-premium-account__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 269, scss/ue-c-premium-account.scss */
.ue-c-premium-account__accept {
  font-family: "Roboto";
  font-size: 15px;
}

/* line 274, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message {
  text-align: center;
}

/* line 276, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message-maintitle {
  font-size: 20px;
  line-height: 1em;
  font-family: "Roboto Condensed";
  text-align: center;
  color: black;
}

/* line 280, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message-title {
  font-size: 17px;
  margin: 0 0 .5em 0;
}

/* line 284, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message-text {
  font-size: 14px;
  font-family: "Roboto";
}

/* line 287, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message-text a, .ue-c-premium-account__message-text span {
  font-weight: bolder;
}

/* line 291, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message-correct {
  padding: 1em .5em;
  color: #0b7542;
  background-color: #d9ead7;
  margin-bottom: 2em;
  border: 1px solid #bcd7b8;
}

/* line 298, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message-error {
  padding: 1em .5em;
  color: #c62514;
  background-color: #f6eced;
  border: 1px solid #f0d5d5;
  margin-bottom: 2em;
}

/* line 305, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message-download {
  margin-bottom: 1em;
  display: block;
  color: red;
}

/* line 310, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 315, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message-block {
  background-color: #c3d5e5;
  border-radius: 4px;
  width: 45%;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 17px;
  padding-top: 10px;
}

/* line 323, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message-block p {
  margin: 0;
}

/* line 327, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message-price {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 1em;
}

/* line 332, scss/ue-c-premium-account.scss */
.ue-c-premium-account__message button {
  width: 85%;
  margin: 10px;
}

/* line 337, scss/ue-c-premium-account.scss */
.ue-c-premium-account__container {
  position: relative;
}

/* new styles */
.ue-c-premium-account__container--border {
  border: 1px solid #cecece;
  border-radius: 3px;
  padding: 16px;
}

.ue-c-premium-account__container--border iframe {
  width: calc(100% + 32px) !important;
  height: 365px !important;
  margin: 0 -16px;
}

.ue-c-premium-account__container--border .ue-c-premium-account__card-text {
  justify-content: start;
}

.ue-c-premium-account__container--border .ue-c-premium-account__card {
  margin-bottom: 0;
}

.ue-c-premium-account__card-logos {
  display: flex;
  align-items: center;
}

.ue-c-premium-account__card-logos svg {
  margin-left: 5px;
  max-width: 60px;
  max-height: 32px;
  width: auto;
}
/* new styles end */

/* line 340, scss/ue-c-premium-account.scss */
.ue-c-premium-account__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

/* line 344, scss/ue-c-premium-account.scss */
.ue-c-premium-account__confirm-input {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

/* line 349, scss/ue-c-premium-account.scss */
.ue-c-premium-account__confirm-label {
  margin: 0 0 0 5px;
}

/* line 352, scss/ue-c-premium-account.scss */
.ue-c-premium-account__help {
  text-align: center;
  background-color: #edeef0;
  padding: 10px 0;
  font-family: "Roboto Condensed";
}

/* line 357, scss/ue-c-premium-account.scss */
.ue-c-premium-account__help-text {
  font-weight: bold;
  margin: 0;
  line-height: 1.5rem;
}

/* line 362, scss/ue-c-premium-account.scss */
.ue-c-premium-account__help-link {
  color: #2a7aac;
  text-decoration: none;
}

/* line 45, scss/_mixins.scss */
.ue-c-premium-account__help-link:hover {
  text-decoration: underline;
}

/* line 365, scss/ue-c-premium-account.scss */
.ue-c-premium-account__help span a {
  color: black;
  text-decoration: none;
}

/* line 369, scss/ue-c-premium-account.scss */
.ue-c-premium-account__help a {
  margin-bottom: 0;
}

/* line 374, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional-maintitle {
  font-size: 20px;
  line-height: 1em;
  font-family: "Roboto Condensed";
  text-align: center;
  color: black;
}

/* line 377, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional-maintext {
  margin-bottom: 1em;
}

/* line 379, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional-maintext p {
  font-family: "Roboto Condensed";
  margin: 0;
}

/* line 383, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional-maintext span {
  font-weight: bold;
}

/* line 387, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional-oldprice {
  position: relative;
}

/* line 389, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional-oldprice::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: black;
  position: absolute;
  top: 50%;
}

/* line 398, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional-newprice {
  color: #0b7542;
}

/* line 401, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional-textlink {
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-size: 17px;
  color: #2e6d9d;
}

/* line 406, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional-textlink a {
  font-weight: bold;
  color: #2a7aac;
  text-decoration: none;
}

/* line 45, scss/_mixins.scss */
.ue-c-premium-account__promotional-textlink a:hover {
  text-decoration: underline;
}

/* line 411, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional-form {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #edeef0;
}

/* line 415, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional-form label {
  font-family: "Roboto";
  font-size: 14px;
}

/* line 420, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional__error, .ue-c-premium-account__promotional__correct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 3px 0 0px 0px;
}

/* line 425, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional__error p, .ue-c-premium-account__promotional__correct p {
  color: #c62514;
  font-size: 14px;
  margin: 0 0 5px 5px;
}

/* line 430, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional__error svg, .ue-c-premium-account__promotional__correct svg {
  fill: #c62514;
  height: 20px;
  width: 20px;
}

/* line 437, scss/ue-c-premium-account.scss */
.ue-c-premium-account__promotional__correct p,
.ue-c-premium-account__promotional__correct svg {
  fill: black;
  color: black;
}

/* line 444, scss/ue-c-premium-account.scss */
.ue-c-premium-account__list {
  margin: 1.5em 0;
  padding: 0;
  list-style: none;
}

/* line 448, scss/ue-c-premium-account.scss */
.ue-c-premium-account__list-element {
  font-family: "Roboto";
  position: relative;
  padding-left: 12px;
  margin: 0;
  margin-bottom: 0.6em;
  font-size: 14px;
}

/* line 455, scss/ue-c-premium-account.scss */
.ue-c-premium-account__list-element::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #216087;
  border-radius: 120px;
}

/* line 466, scss/ue-c-premium-account.scss */
.ue-c-premium-account__list-link {
  color: #2a7aac;
  text-decoration: none;
}

/* line 45, scss/_mixins.scss */
.ue-c-premium-account__list-link:hover {
  text-decoration: underline;
}

/* line 471, scss/ue-c-premium-account.scss */
.ue-c-premium-account__spinner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 476, scss/ue-c-premium-account.scss */
.ue-c-premium-account__spinner-title {
  font-family: "Roboto Condensed";
  font-size: 20px;
}

/* line 480, scss/ue-c-premium-account.scss */
.ue-c-premium-account__spinner-text {
  color: #597897;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 17px;
  text-align: left;
}

/* line 3, scss/_footer-lite.scss */
.ue-c-footer-lite {
  font-family: "Clear Sans", Arial, sans-serif, helvetica;
}

/* line 5, scss/_footer-lite.scss */
.ue-c-footer-lite ul {
  list-style: none;
}

/* line 8, scss/_footer-lite.scss */
.ue-c-footer-lite__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
}

@media all and (min-width: 480px) {
  /* line 8, scss/_footer-lite.scss */
  .ue-c-footer-lite__list {
    margin-bottom: 0;
  }
}

/* line 17, scss/_footer-lite.scss */
.ue-c-footer-lite .is-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 25, scss/_footer-lite.scss */
.ue-c-footer-lite__copyright {
  text-align: center;
  font-size: 12px;
}

/* line 28, scss/_footer-lite.scss */
.ue-c-footer-lite__copyright address {
  font-style: normal;
}

@media all and (min-width: 480px) {
  /* line 25, scss/_footer-lite.scss */
  .ue-c-footer-lite__copyright {
    margin: 0 4em;
  }
}

/* line 36, scss/_footer-lite.scss */
.ue-c-footer-lite__icon-elmundo {
  width: 146px;
  height: 26px;
  display: block;
  margin: 0 auto;
}

/* line 43, scss/_footer-lite.scss */
.ue-c-footer-lite__social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (min-width: 480px) {
  /* line 43, scss/_footer-lite.scss */
  .ue-c-footer-lite__social-networks {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/* line 50, scss/_footer-lite.scss */
.ue-c-footer-lite__icon {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0 10px;
}

/* line 58, scss/_footer-lite.scss */
.ue-c-footer-lite__icon-twitter:hover #twitter-fondo {
  fill: #326e9b;
}

/* line 61, scss/_footer-lite.scss */
.ue-c-footer-lite__icon-twitter:hover #twitter-icon {
  fill: #fff;
}

/* line 68, scss/_footer-lite.scss */
.ue-c-footer-lite__icon-facebook:hover #facebook-fondo {
  fill: #326e9b;
}

/* line 71, scss/_footer-lite.scss */
.ue-c-footer-lite__icon-facebook:hover #facebook-icon {
  fill: #fff;
}

/* line 78, scss/_footer-lite.scss */
.ue-c-footer-lite__icon-rss:hover #rss-fondo {
  fill: #326e9b;
}

/* line 81, scss/_footer-lite.scss */
.ue-c-footer-lite__icon-rss:hover #rss-icon {
  fill: #fff;
}

/* line 87, scss/_footer-lite.scss */
.ue-c-footer-lite__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (min-width: 480px) {
  /* line 87, scss/_footer-lite.scss */
  .ue-c-footer-lite__partners {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* line 94, scss/_footer-lite.scss */
.ue-c-footer-lite__partner {
  padding: 0 5px;
  display: block;
}

/* line 98, scss/_footer-lite.scss */
.ue-c-footer-lite__partners-reverso {
  height: 34px;
  width: 34px;
}

/* line 102, scss/_footer-lite.scss */
.ue-c-footer-lite__partners-ntt {
  width: 100px;
  height: 34px;
}

/* line 106, scss/_footer-lite.scss */
.ue-c-footer-lite__list-copyright {
  margin-bottom: 1.5em;
  padding: 0.75em;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

@media all and (min-width: 480px) {
  /* line 106, scss/_footer-lite.scss */
  .ue-c-footer-lite__list-copyright {
    border: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    padding: 0;
  }
}

/* line 118, scss/_footer-lite.scss */
.ue-c-footer-lite__list-corporative {
  padding: 0.75em 0;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
}

/* line 123, scss/_footer-lite.scss */
.ue-c-footer-lite__list-corporative li {
  display: inline-block;
}

/* line 125, scss/_footer-lite.scss */
.ue-c-footer-lite__list-corporative li:after {
  content: "|";
  margin: 0 10px;
}

/* line 130, scss/_footer-lite.scss */
.ue-c-footer-lite__list-corporative li:last-of-type:after {
  content: "";
  margin: 0;
}

/* line 135, scss/_footer-lite.scss */
.ue-c-footer-lite__list-corporative li a {
  font-size: 13px;
  color: #4a4a4a;
  text-decoration: none;
}

/* line 139, scss/_footer-lite.scss */
.ue-c-footer-lite__list-corporative li a:hover {
  color: #49a3db;
}

@media all and (min-width: 480px) {
  /* line 145, scss/_footer-lite.scss */
  .ue-c-footer-lite__container-first {
    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;
    padding: 1em 0;
    border-top: 1px solid #f3f3f3;
  }
}

.ue-c-premium-account_arial{
  font: 400 17px Arial; 
}

.buy-form{
  margin-top: 20px; 
  padding-right: 50px; 
  padding-left: 50px; 
  border: 1px solid #CECECE;
  padding: 10px; 
  box-shadow: 0 2px 2px 2px #DFDFDF; 
  border-top: solid 3px #216087; 
  padding: 30px; 
}

.plan_text_header{
  margin-bottom: 10px; 
  white-space: nowrap;
}


.buy-form_margin{
  margin: 20px 0 0 0;
}

.buy-form_button{
  background-color: #216087; 
  color: white;
}

.buy-form_drop_down{
    display: block;
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    color: #216087;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #CECECE;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin-bottom: 30px;
    margin-top: 10px;
}

/* Hover style */
.buy-form_drop_down:hover {
    border-color: #888;
}
/* Focus style */
.buy-form_drop_down:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 1px #216087;
    box-shadow: 0 0 0 1px -moz-mac-focusring;
    color: #216087; 
    outline: none;
}

.buy-form_blue_title{
  color: #216087;
}

.buy-form_drop_down_small{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    margin-bottom: 5px;
    margin-top: 5px;

}


.buy-form_button:hover{
  background-color: #1d5273; 
  color: white;
  text-decoration: none;
}


.buy-form_button:disabled,
.buy-form_button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}