﻿@charset "utf8";
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-y: scroll;
  background-color: #e5e5e5;
}
nav.approx-nav {
  height: 4.5em;
  display: block;
  width: 100%;
  background: -webkit-linear-gradient(left, #7eb8de, #85bfd5, #91cac4, #98cfbc, #a3cfb6, #bdcda8, #dbc99b, #eec693, #eebf89);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #7eb8de, #85bfd5, #91cac4, #98cfbc, #a3cfb6, #bdcda8, #dbc99b, #eec693, #eebf89);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #7eb8de, #85bfd5, #91cac4, #98cfbc, #a3cfb6, #bdcda8, #dbc99b, #eec693, #eebf89);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #7eb8de, #85bfd5, #91cac4, #98cfbc, #a3cfb6, #bdcda8, #dbc99b, #eec693, #eebf89);
  /* Standard syntax */
  position: static;
  border-radius: 0;
}
nav.approx-nav ul li {
  display: inline-block;
  line-height: 3.4em;
  font-weight: bold;
  text-transform: uppercase;
}
h1.home-title {
  text-align: center;
  color: #33A8FC;
  font-size: 20pt;
}
h2.home-subtitle {
  color: #316383;
  font-size: 11pt;
  text-align: center;
  font-weight: light;
  margin-top: 0;
  margin-bottom: 0;
}
h2.section-title {
  color: #316383;
  font-weight: bold;
}
h2.section-title-active {
  color: #F9F9FA;
  font-size: 11pt;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
h2.modified {
  color: #33A8FC;
  font-size: 11pt;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
img.logo {
  display: block;
  margin: 3em auto 3em auto;
}
img.icon {
  margin: 0 0.5em 0 1em;
}
img.edit {
  text-align: right;
  display: inline-block;
}
img.approx-account-photo {
  max-width: 200px;
  float: left;
  display: inline-block;
}
p.approx-text {
  color: #316383;
  font-size: 11pt;
  text-align: center;
}
input[type="text"].approx-input,
input[type="email"].approx-input,
input[type="password"].approx-input {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #33A8FC;
  border-radius: 0;
  background-color: #e5e5e5;
  line-height: 11pt;
  height: 3em;
}
input[type="text"].approx-input:hover,
input[type="email"].approx-input:hover,
input[type="password"].approx-input:hover {
  border-radius: 0;
}
input[type="file"].approx-photo-update {
  color: #F9F9FA;
  font-size: 7pt;
  padding: 0.4em;
  border: none;
  background-color: #33A8FC;
}
.approx-search input[type="text"],
.approx-search input[type="text"]:hover .approx-search input[type="text"]:active {
  width: 100%;
  margin: 1em 0 1em 0;
  height: 3em;
  line-height: 3em;
  color: #316383;
  border: 2px solid #33A8FC;
  padding: 0.5em 0 0.5em 1em;
  float: right;
}
button.button-login {
  background-color: #7eb8de;
  border: none;
  font-size: 15pt;
  margin: 30px 5px 30px 0px;
  height: 30pt;
  color: #F9F9FA;
  border-radius: 0;
}
button.button-send {
  background-color: #798997;
  border: none;
  max-width: 100px;
  font-size: 12pt;
  margin: 15px 5px 30px 0px;
  height: 30pt;
  color: #F9F9FA;
  border-radius: 0;
}
button.button-confirm {
  background-color: #798997;
  border: none;
  max-width: 125px;
  font-size: 12pt;
  margin: 15px 5px 30px 0px;
  height: 30pt;
  color: #F9F9FA;
  border-radius: 0;
}
button.button-accept {
  background-color: #33A8FC;
  border: none;
  font-size: 15pt;
  margin: 30px 5px 30px 0px;
  line-height: 15pt;
  color: #F9F9FA;
  padding: 0.75em;
  border-radius: 0;
}
button.button-accept-small {
  background-color: #33A8FC;
  margin-bottom: 1em;
  border: none;
  font-size: 15pt;
  line-height: 15pt;
  color: #F9F9FA;
  padding: 0.75em;
  border-radius: 0;
}
button.button-cancel {
  background-color: white;
  font-size: 15pt;
  margin: 24px 0 24px 5px;
  padding: 0.5em;
  color: #33A8FC;
  border-radius: 0;
  border: 1px solid #33A8FC;
}
button.btn-search {
  float: left;
  height: 3em;
  line-height: 3em;
  color: #316383;
  border: 2px solid #33A8FC;
  margin: 1em 0 1em 0;
  border-radius: 0;
  background-color: #33A8FC;
}
.search-component-feedback {
  margin: 1em 0 1em 0;
}
.search-component-actions {
  padding: 0 0 0 0;
}
.search-component-actions img {
  margin: 0 0 1em 0;
}
.clickable {
  cursor: pointer;
}
a.approx-link-remember {
  color: #316383;
  font-size: 11pt;
}
.error-message {
  color: #c22d2d;
}
.section + .section {
  margin-top: 10px;
}
.section header {
  width: 100%;
  height: 45px;
  line-height: 40px;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
}
.approx-section-active {
  background-color: #33A8FC;
}
.footer-section {
  height: 14px;
  line-height: 14px;
  margin: 2em 0 2em 0;
}
.footer-section a {
  float: right;
}
.account {
  height: auto;
  -moz-transition: .5s linear all;
  -webkit-transition: .5s linear all;
  transition: .5s linear all;
  overflow: hidden;
}
.account .first-name {
  text-transform: uppercase;
  color: #316383;
  font-size: 20pt;
  line-height: 1em;
  margin: 1em 0 0 0;
}
.account .surname {
  text-transform: uppercase;
  color: #316383;
  font-size: 13pt;
  margin: 0 0 0 0;
}
.account .card {
  text-transform: uppercase;
  color: #316383;
  font-size: 11pt;
  margin: 1em 0 0 0;
}
.account .card-info {
  text-transform: uppercase;
  color: #316383;
  font-size: 11pt;
  margin: 0 auto;
}
button.approx-invisible-button-mini {
  color: #316383;
  font-size: 7pt;
  padding: 0.4em;
  border: none;
  margin: 0 0 0 1em;
  background-color: transparent;
}
button.approx-invisible-button-medium {
  color: #316383;
  border: none;
  margin: 0 0 0 1em;
  background-color: transparent;
}
button.approx-light-button-mini {
  color: #F9F9FA;
  font-size: 7pt;
  padding: 0.4em;
  margin: 0 0 0 1em;
  border: none;
  background-color: #52C6BA;
}
button.see-more-button {
  color: #F9F9FA;
  margin: 0 0 0 0;
  height: 3em;
  line-height: 2em;
  background-color: #52C6BA;
  padding: 0 1em 0 1em;
}
button.section {
  background-color: #F9F9FA;
  text-align: left;
  height: 3.5em;
  line-height: 3.5em;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
}
button.section h2 {
  font-size: 10pt;
  margin: 0 0 0 0;
}
button.open {
  background-color: #33A8FC;
  text-align: left;
  height: 3.5em;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
}
button.open h2 {
  color: #F9F9FA;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.form-fields h2 {
  text-transform: uppercase;
  color: #4D5861;
  font-size: 15pt;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 1em;
}
.form-fields h3 {
  color: #4D5861;
  font-size: 12pt;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 1em;
}
.form-fields input {
  margin-bottom: 0.5em;
  box-shadow: none !important;
}
.form-fields input[type="text"],
.form-fields input[type="email"],
.form-fields input[type="password"] {
  border-bottom: 2px solid #798997;
  color: #4D5861;
  padding: 0 !important;
}
.form-fields label {
  margin: 0 0 1em 2em;
  padding-right: 1em;
  font-weight: normal;
}
.form-fields .input-box-lined {
  border-bottom: 1px solid #33A8FC;
  color: #316383;
  margin: 10px 0 10px 0;
}
.form-fields input[type="radio"] {
  -webkit-appearance: checkbox;
  /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;
  /* Firefox */
  -ms-appearance: checkbox;
  /* not currently supported */
  border: 1px solid #33A8FC;
}
.form-fields .radio-button {
  padding-right: 1em;
}
.form-fields .error-message {
  color: darkred;
  font-weight: bold;
}
.form-fields ::-webkit-input-placeholder {
  color: #316383;
}
.form-fields :-moz-placeholder {
  color: #316383;
}
.form-fields ::-moz-placeholder {
  color: #316383;
}
.form-fields :-ms-input-placeholder {
  color: #316383;
}
.points-level {
  margin: 2em 0 2em 0;
}
.points-level h1 {
  font-size: 17pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #33A8FC;
  margin-bottom: 0;
}
.points-level h1.score {
  font-size: 30pt;
  text-align: left;
  margin: 0 0 0 0;
}
.points-level h2 {
  margin: 0 auto;
  color: #316383;
  text-transform: uppercase;
  font-size: 11pt;
  text-align: center;
  font-weight: bold;
}
.points-level h2.score {
  text-align: left;
}
.points-level h3 {
  margin: 0 auto;
  color: #316383;
  text-transform: uppercase;
  font-size: 11pt;
  text-align: center;
  font-weight: bold;
}
.points-level .points-detail {
  text-align: left;
}
.points-level .points-intro {
  margin: 0 0 2em 0;
}
.points-level table {
  overflow: hidden;
  border: 1px solid #C6C6C6;
  border-collapse: separate;
  border-radius: 5px 5px 5px 5px;
  max-height: 247px;
  width: 100%;
  line-height: 34px;
}
.points-level table td {
  font-size: 8pt;
}
.points-level table td .text {
  color: #316383;
}
.points-level table td .points {
  color: #33A8FC;
}
.points-level table td:first-child {
  padding-left: 1em;
}
.points-level table td:last-child {
  text-align: right;
  padding-right: 1em;
}
.points-level table tr:first-child {
  max-height: 34px;
  background-color: #33A8FC;
  text-transform: uppercase;
  color: #F9F9FA;
  border-bottom: none;
  border-top: none;
}
.points-level table tr {
  max-height: 34px;
  border-collapse: separate;
  color: #316383;
  border-bottom: 1px solid #C6C6C6;
}
.points-level .tab-content {
  min-height: 247px;
}
.points-level .table-container {
  height: 247px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  padding: 0.4em;
  content: 'Examinar...';
  text-transform: uppercase;
  color: #F9F9FA;
  font-size: 0.8em;
  border: none;
  background-color: #52C6BA;
  line-height: 1em;
}
.approx-grid {
  margin: 1em 0 2em 0;
}
.approx-grid h1 {
  font-size: 17pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #33A8FC;
  margin-bottom: 0;
}
.approx-grid h2 {
  margin: 0 0 2em 0;
  color: #316383;
  text-transform: uppercase;
  font-size: 11pt;
  text-align: center;
  font-weight: bold;
}
.approx-grid .nav-tabs li.promos {
  border: none;
}
.approx-grid .nav-tabs li.promos a {
  text-transform: uppercase;
  color: #C6C6C6;
  border-radius: 0;
  border: 1px solid #C6C6C6;
  text-align: center;
  margin: 0 auto;
}
.approx-grid .nav-tabs li.promos.active a {
  text-transform: uppercase;
  color: #33A8FC;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  border-left: none;
  text-align: center;
}
.approx-grid .nav-tabs li.events-partners,
.approx-grid .nav-tabs li.events-partners > a {
  text-transform: uppercase;
  border-radius: 0;
  color: #C6C6C6;
}
.approx-grid .nav-tabs li.events-partners.active,
.approx-grid .nav-tabs li.events-partners.active > a {
  text-transform: uppercase;
  color: #33A8FC;
}
.approx-grid .nav-tabs li.events-partners:first-child,
.approx-grid .nav-tabs li.events-partners:first-child > a {
  border-left: none;
}
.approx-grid .nav-tabs li.events-partners:last-child,
.approx-grid .nav-tabs li.events-partners:last-child > a {
  border-right: none;
}
.approx-grid .approxTab {
  padding-left: 0;
  padding-right: 0;
}
.approx-grid .discountsHeading {
  height: 30px;
  line-height: 30px;
  background-color: #33A8FC;
  color: #F9F9FA;
  text-align: left;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  margin: 2em 0 2em 0;
}
.approx-grid .discountsHeading h3 {
  margin: 0 0 0 0;
  font-size: 11pt;
  padding-top: 0.5em;
}
.approx-grid .discountsHeading img {
  padding-top: 0.5em;
  padding-right: 0.5em;
  clear: left;
  float: left;
}
.approx-grid .tab-content {
  margin: 1em 0 1em 0;
}
.approx-grid .tab-content .thumbnail {
  transition: none;
  width: 33%;
  min-height: 12em;
  max-height: 12em;
  overflow: hidden;
}
.approx-grid .tab-content .thumbnail img {
  height: 8em;
  width: 90%;
}
.approx-grid .tab-content .thumbnail .caption h3 {
  font-size: 7pt;
  text-transform: uppercase;
  color: #33A8FC;
}
.approx-grid .tab-content .thumbnail .caption h5 {
  font-size: 8pt;
  color: #33A8FC;
}
.approx-grid .tab-content .thumbnail .caption p {
  font-size: 6pt;
  text-transform: capitalize;
  margin: 0 0 0 1.4em;
}
.approx-grid .tab-content .thumbnail .caption button {
  margin: 0 0 0 0;
}
.approx-grid .tab-content .thumbnail img.goingEvent {
  width: 28px;
  height: auto;
  margin: 0 1em 0 0;
}
.approx-grid .tab-content .thumbnail h3,
.approx-grid .tab-content .thumbnail p {
  margin: 0 0 0 1em;
  text-align: left;
}
.approx-grid .promotion-tab {
  width: 50%;
  margin: 0;
  padding: 0;
}
.discounts {
  min-height: 441px;
  background-color: #F9F9FA;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
}
.discounts .discountsDetail {
  width: 50%;
  cursor: default;
  display: block;
  border: none;
}
.discounts .discountsDetail img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  max-height: 20em;
  float: left;
  background-color: white;
}
.discounts .discountsDetail img.joined {
  width: 2em;
  height: auto;
}
.discounts .discountsDetail .discountDetailsText {
  background-color: #33A8FC;
  width: 100%;
  color: #F9F9FA;
}
.discounts .discountsDetail .discountDetailsText h3 {
  margin: 1em 0 0.5em 0;
  display: inline-block;
  width: 100%;
  font-size: 13pt;
}
.discounts .discountsDetail .discountDetailsText h4 {
  width: 100%;
  margin: 1em 0 0.5em 0;
  display: inline-block;
  font-size: 11pt;
}
.discounts .discountDetailHeading {
  display: inline-block;
  text-align: right;
  float: right;
  width: 100%;
  height: 2em;
  background: transparent;
}
.discounts .discountDetailHeading img {
  margin: 0.5em 0 0.5em 0;
  cursor: pointer;
  float: right;
}
.discounts .discountsText {
  display: block;
  text-align: left;
}
.discounts .discountsText p {
  margin: 1em 0em 1em 0.5em;
}
.discounts button {
  text-transform: uppercase;
  font-size: 11pt;
}
.cargando-img {
  text-align: center;
}
.imagen-footer {
  margin: 1em 0 0 0;
}
.log-out-image {
  margin: 0 1em 0 0;
  display: block;
  float: right;
}
.account.ng-hide {
  height: 0;
}
.animate-body-personal {
  height: auto;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.animate-body-personal.ng-hide-add,
.animate-body-personal.ng-hide-remove {
  display: block !important;
  height: 0;
}
.animate-body-personal.ng-hide-remove.ng-hide-remove-active {
  height: 240px;
  overflow: hidden;
}
.animate-body-personal.ng-hide-add {
  height: 240px;
}
.animate-body-personal.ng-hide-add.ng-hide-add-active {
  height: 0;
  overflow: hidden;
}
.animate-show.ng-hide-remove {
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  display: block !important;
  position: relative;
}
.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove {
  opacity: 0;
}
.animate-show.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}
.animate-body-points {
  height: 400px;
  -webkit-transition: 0.37s linear all;
  transition: 0.37s linear all;
}
.animate-body-points.ng-hide-add,
.animate-body-points.ng-hide-remove {
  display: block !important;
  height: 0;
  opacity: 0;
}
.animate-body-points.ng-hide-remove.ng-hide-remove-active {
  height: 400px;
  opacity: 1;
}
.animate-body-points.ng-hide-add {
  height: 400px;
  opacity: 1;
}
.animate-body-points.ng-hide-add.ng-hide-add-active {
  height: 0;
  opacity: 0;
}
.animate-body-promotions {
  height: auto;
  max-height: 13000px;
  min-height: 540px;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.animate-body-promotions.ng-hide-add,
.animate-body-promotions.ng-hide-remove {
  display: block !important;
  min-height: 0px;
  max-height: 0px;
  opacity: 0;
}
.animate-body-promotions.ng-hide-remove.ng-hide-remove-active {
  max-height: 13000px;
  min-height: 540px;
  opacity: 1;
}
.animate-body-promotions.ng-hide-add {
  max-height: 13000px;
  min-height: 540px;
  opacity: 1;
}
.animate-body-promotions.ng-hide-add.ng-hide-add-active {
  max-height: 0px;
  min-height: 0px;
  opacity: 0;
}
.animate-body-events {
  height: auto;
  max-height: 13000px;
  min-height: 540px;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.animate-body-events.ng-hide-add,
.animate-body-events.ng-hide-remove {
  display: block !important;
  min-height: 0px;
  max-height: 0px;
  opacity: 0;
}
.animate-body-events.ng-hide-remove.ng-hide-remove-active {
  max-height: 13000px;
  min-height: 540px;
  opacity: 1;
}
.animate-body-events.ng-hide-add {
  max-height: 13000px;
  min-height: 540px;
  opacity: 1;
}
.animate-body-events.ng-hide-add.ng-hide-add-active {
  max-height: 0px;
  min-height: 0px;
  opacity: 0;
}
.animate-body-partners {
  height: auto;
  max-height: 13000px;
  min-height: 540px;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.animate-body-partners.ng-hide-add,
.animate-body-partners.ng-hide-remove {
  display: block !important;
  min-height: 0px;
  max-height: 0px;
  opacity: 0;
}
.animate-body-partners.ng-hide-remove.ng-hide-remove-active {
  max-height: 13000px;
  min-height: 540px;
  opacity: 1;
}
.animate-body-partners.ng-hide-add {
  max-height: 13000px;
  min-height: 540px;
  opacity: 1;
}
.animate-body-partners.ng-hide-add.ng-hide-add-active {
  max-height: 0px;
  min-height: 0px;
  opacity: 0;
}
.loader {
  height: 30px;
  width: 30px;
  display: inline-block;
  background-image: url("/Content/img/loader.svg");
  background-repeat: no-repeat;
  background-position: center;
  -moz-animation: spin 0.75s infinite linear;
  -o-animation: spin 0.75s infinite linear;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
}
.discount-loader {
  text-align: center;
  margin-top: 2em;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.social-container .social-section {
  text-align: center !important;
}
.social-container .social-section h2 {
  text-align: center;
  padding-top: 10px;
}
.social-container .social-section .social-icon {
  height: 80px;
  text-align: center;
}
.social-container .social-section .connected-social {
  color: #52c6ba;
  margin-top: 10px;
  margin-bottom: 0px;
}
.social-container .social-section .desconnected-social {
  color: red;
  margin-top: 10px;
  margin-bottom: 0px;
}
.social-container .social-section .disconnect-social {
  color: #316383;
  font-size: 11px;
}
.social-container .social-section .underline {
  text-decoration: underline;
}
#decision-modal {
  background-color: #52c6ba;
  color: #f9f9fa;
  padding: 10px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin-top: 50px;
}
#decision-modal .header-description {
  width: 100%;
}
#decision-modal button {
  background-color: #316383;
  margin-left: 20px;
}
#decision-modal .content-delete-modal {
  margin: 0px 10px;
}
#decision-modal button:focus {
  color: #f9f9fa;
}
#decision-modal button:hover {
  color: #f9f9fa;
}
.modal-content {
  border: 0px;
}
.modal-header {
  border: 0px;
  padding-top: 5px;
}
.logo-brand {
  width: 142px;
}
.app-logo {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.margin-mail {
  padding-left: 0 !important;
}
.div-mail {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  max-height: 15px;
}
.label-mail {
  margin: 0 !important;
  color: #798997;
  font-size: 8pt;
}
.center-content {
  padding-left: 160px;
}
.center-content-request {
  padding-left: 100px;
}
.top-margin-request {
  margin-top: 75px;
}