/*Font-size root*/
/*Font-family root*/
/*Titles and subtitles*/
/*Colors list*/
ul, ol {
  margin: 0px;
  padding: 0px; }

h1, h2, h3 {
  margin: 0; }

textarea:focus, input:focus, select:focus {
  outline: none; }

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
* {
  outline: none;
  border: none; }

html {
  font-size: 62.5%;
  color: #333; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  overflow-x: hidden; }

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  margin: 5px 0 30px 0; }

h1 {
  font-size: 2rem;
  position: relative; }

.name {
  font-weight: 500;
  color: #cd9700; }

.name .corp {
  color: #ee162c; }

h1:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  left: 0;
  bottom: -5px;
  background-color: #cd9700; }

h2 {
  font-size: 2rem; }

p {
  font-size: 1.6rem;
  margin: 0 0 10px 0; }

a,
a:hover {
  color: #2d2926; }

.pager {
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap; }
  .pager .icon {
    width: 20px; }
  .pager .first, .pager .previous {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.legalTerms ul,
.legalTerms ol {
  margin: 15px 15px 15px 30px; }

.img-fluid {
  width: 100%; }

.padd0 {
  padding: 0 !important; }

.symbols {
  display: none; }

#cookiesdirective {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px; }
  #cookiesdirective a {
    color: #2d2926;
    font-weight: 700;
    text-decoration: underline; }
  #cookiesdirective input[type="submit"] {
    border-radius: 5px;
    border: none;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    width: auto;
    margin: 0 15px;
    border-radius: 25px; }
  #cookiesdirective input[type="submit"].accept {
    background-color: #cd9700; }
  #cookiesdirective input[type="submit"].reject {
    background-color: #2d2926; }
  #cookiesdirective input[type="submit"].accept:hover,
  #cookiesdirective input[type="submit"].reject:hover {
    background-color: #939598; }

.page-title {
  font-family: "Montserrat", sans-serif;
  color: #212529;
  font-weight: normal;
  margin-bottom: 5px; }

.section-title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2d2926; }

.section-subtitle {
  display: block;
  color: #2d2926;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px; }

main {
  max-width: 1200px;
  min-height: calc(100vh - 60px);
  margin: 0 auto;
  padding: 110px 15px 15px 15px; }

.welcome {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }
  .welcome .somos {
    display: block;
    width: 160px;
    height: 160px;
    position: fixed;
    left: 0;
    bottom: 15vh;
    background-image: url(../../images/logo_somos.png);
    background-position: center center;
    background-size: cover; }

.welcome h1 {
  font-size: 2.6rem;
  text-align: center;
  margin: 15px auto; }

.welcome h1:after {
  display: none; }

.welcome .intro {
  padding: 0 15px 0 15px;
  max-width: 850px;
  text-align: center;
  margin: 24px 0; }

.welcome .banner {
  padding: 0 15px;
  margin: 0 auto; }

.recommendations {
  margin-top: 32px; }

.recommendations .recommendationForm {
  margin: 0 auto; }

.recommendations .recommendationForm .controlsGroup {
  margin: 0 auto; }

.modal-body .instructions {
  padding: 15px;
  background-color: #ffffff; }

.modal-body .instructions .item {
  padding: 5px; }

.modal-body .instructions .number {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  background-color: #2d2926; }

.modal-body .instructions .text {
  font-size: 1.4rem;
  line-height: 30px; }

.recommendations .divRRSS {
  max-width: 230px;
  border-radius: 20px;
  min-height: 40px;
  border: 1px solid #cd9700;
  display: none;
  position: relative;
  top: 15px;
  padding: 5px 30px; }

.recommendations .divRRSS a {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px; }

.texLegal {
  padding: 15px; }

/*Banner*/
/* Common style */
.aniBanner {
  margin-bottom: 30px; }

.aniBanner figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
  text-align: center;
  cursor: pointer; }

.aniBanner figure img {
  position: relative;
  display: block;
  min-width: calc(100% + 15px);
  max-width: 450px;
  width: calc(100% + 15px);
  height: auto;
  opacity: 1; }

.aniBanner figure figcaption {
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none; }

.aniBanner figure figcaption h2,
.aniBanner figure figcaption p {
  color: #fff;
  text-shadow: 1px 1px 10px #666;
  margin: 0 0 5px 0; }

.aniBanner figure figcaption::before,
.aniBanner figure figcaption::after {
  pointer-events: none; }

.aniBanner figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.aniBanner figure > .cta {
  position: absolute;
  min-width: 150px;
  opacity: 1;
  bottom: 10px;
  right: 10px; }

/*---------------*/
/***** edp *****/
/*---------------*/
figure.effect-1 {
  background: #cd9700; }

figure.effect-1 img {
  width: 100%;
  -webkit-transition: opacity 0.35s;
  -webkit-transform: 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-1:hover img {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0); }

figure.effect-2 {
  background: #cd9700; }

figure.effect-2 img {
  width: 100%;
  -webkit-transition: opacity 0.35s;
  -webkit-transform: 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-2:hover img {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0); }

.modal-backdrop {
  background-color: #fff !important;
  opacity: 0.8 !important; }

.modal-content .content-body > * {
  padding: 5px;
  font-size: 1.4rem;
  cursor: pointer;
  border: 1px solid #ffffff; }

.modal-content .content-body .ico {
  width: 32px;
  margin: 0 10px 0 0; }

.modal-content .content-body .line a {
  display: block; }

.modal-content .content-body .line:hover a {
  font-weight: bold; }

.modal-content .close {
  font-size: 3rem;
  font-weight: 300;
  border: none; }

.modal-content h2 {
  font-size: 1.8rem;
  color: #2d2926;
  text-transform: uppercase; }

.modal-content .form-check {
  margin: 15px 0; }

.modal-content .form-check label {
  font-size: 1.4rem; }

.modal-content .controlsGroup {
  padding: 5px 5px 0 5px;
  border-radius: 5px; }

.modal-content .form-group {
  padding: 5px; }

.modal-content .uiBtnToolBar {
  padding: 5px; }

.productslist-empty .message {
  max-width: 500px;
  margin: 0 auto;
  background-image: url(../images/icons/cloudyDay.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 130px;
  padding: 150px 15px 15px 15px; }

.productslist-empty .message.sad {
  background-image: url(../images/icons/sad.png); }

.productslist-empty .message.sadBubble {
  background-image: url(../images/icons/sadBubble.png); }

.productslist-empty .message.emptyCart {
  background-image: url(../images/icons/empty-cart.png); }

.productslist-empty .message {
  max-width: 500px;
  margin: 0 auto;
  background-image: url(../images/icons/cloudyDay.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 130px;
  padding: 150px 15px 15px 15px; }

.productslist-empty .message.sad {
  background-image: url(../images/icons/sad.png); }

.carousel-item.mainhighlights-item .uiBtn {
  position: absolute;
  font-size: 1.2rem;
  bottom: 5px;
  right: 5px;
  max-width: 100px;
  min-height: 20px;
  line-height: 20px;
  padding: 0 10px !important; }

.visorPDF {
  padding: 15px; }

@media (min-width: 768px) {
  h1 {
    font-size: 3.4rem; }

  main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 160px 0 60px 0; }

  .welcome h1 {
    font-size: 4rem;
    text-align: left;
    margin: 15px auto;
    padding: 0 15px; }

  .welcome .intro {
    padding: 0 15px 0 15px;
    margin: 24px auto; }

  .welcome .intro p {
    font-size: 1.8rem;
    font-weight: 400; }

  .section-title {
    font-size: 2rem;
    line-height: 3rem; }

  .content-main {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 1024px) {
  .recommendationForm::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 6px;
    background-color: #ffffff;
    border-radius: 25px; }

  .recommendationForm::-webkit-scrollbar {
    width: 7px;
    background-color: #ffffff;
    border-radius: 25px; }

  .recommendationForm::-webkit-scrollbar-thumb {
    /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    border-radius: 6px;
    background-color: #939598;
    border-radius: 25px; } }
@media (min-width: 1280px) {
  .carousel-item.mainhighlights-item .uiBtn {
    display: block;
    width: 100%;
    max-width: 200px !important;
    min-height: 40px !important;
    font-size: 1.4rem !important;
    line-height: 40px !important;
    padding: 0 15px !important;
    bottom: 10% !important;
    right: 1.5% !important; } }
@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
  .modal-content .content-body .line.WhatsApp {
    display: block; } }
.cookies-policy h2 {
  margin-left: 20px; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 1.4rem;
  opacity: 1; }

.border {
  fill: #858585; }

@media (min-width: 768px) {
  .detailContent::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 6px;
    background-color: #ffffff;
    border-radius: 25px; }

  .detailContent::-webkit-scrollbar {
    width: 7px;
    background-color: #ffffff;
    border-radius: 25px; }

  .detailContent::-webkit-scrollbar-thumb {
    /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    border-radius: 6px;
    background-color: #939598;
    border-radius: 25px; } }
.uiBtn {
  display: block;
  width: 100%;
  max-width: 250px;
  border-radius: 25px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  background-color: transparent;
  -webkit-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  -moz-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  -o-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  cursor: pointer !important; }

.uiBtn.small {
  padding: 0 15px;
  font-size: 1.2rem;
  width: auto;
  max-width: 150px;
  height: 26px;
  line-height: 26px; }

.uiBtn.vabottom {
  margin-top: 30px; }

.uiBtn:hover {
  text-decoration: none; }

.uiBtn.primary {
  background-color: #cd9700;
  color: #ffffff; }

.uiBtn.secondary {
  background-color: #2d2926;
  color: #ffffff; }

.uiBtn.primary:hover, .uiBtn.secondary:hover {
  background-color: #939598;
  color: #ffffff; }

.uiBtn.white {
  background-color: #fff;
  border: 1px solid #cd9700;
  color: #cd9700 !important;
  font-size: 1.6rem !important;
  text-align: center !important;
  font-weight: 400 !important;
  line-height: 36px !important; }

.uiBtn.default {
  background-color: #fff;
  border: 1px solid #fff;
  color: #cd9700 !important;
  font-size: 1.6rem !important;
  text-align: center !important;
  font-weight: 400 !important;
  line-height: 36px !important; }

.uiBtn.medium {
  width: auto;
  max-width: auto;
  font-weight: 400;
  padding: 0 20px; }

.edit {
  cursor: pointer; }

.edit img {
  width: 25px; }

.backTo {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #2d2926 !important;
  background-image: url(../images/icons/backTo_hover.svg) !important;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 5px 2px !important;
  padding: 0 0 0 20px;
  margin: 0 0 15px 0; }

.login-backlogin {
  background-image: url(../images/icons/arrow_left.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 15% center;
  padding: 0 0 0 15px; }

.shareThis {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 36px;
  color: #cd9700;
  background-image: url(../images/icons/shareThis.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 85% center !important;
  padding: 0 0 0 20px;
  margin: 0 0 15px 0; }

.shareThis:hover {
  background-image: url(../images/icons/shareThis_on.svg); }

.uiBtn.RSS {
  background-image: url(../images/icons/share_white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 20px center;
  display: inline-block;
  text-decoration: none; }

.uiBtn.RSS:hover {
  background-image: url(../images/icons/share_white_hover.svg);
  text-decoration: none; }

.uiBtn.getLink {
  background-image: url(../images/icons/link_white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 20px center;
  display: inline-block;
  text-decoration: none; }

.uiBtn.getLink:hover {
  background-image: url(../images/icons/link_white_hover.svg);
  text-decoration: none; }

.uiBtn.download {
  max-width: 64px; }

.uiBtn.download-template {
  background-image: url(../images/icons/download-excel.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 24px;
  padding-left: 45px; }

.uiBtn.download .icon {
  width: 26px;
  height: 26px;
  fill: #fff; }

.uiBtn.download:hover .icon {
  fill: #2d2926; }

.backTo:hover,
.backTo:focus {
  color: #cd9700; }

.uiBtnToolBar {
  margin: 0 auto;
  padding: 15px 0; }

.uiBtnToolBar.center {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .uiBtnToolBar.center .uiBtn {
    display: block;
    margin: 0 auto; }

.uiBtnToolBar.end {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  align-content: center; }
  .uiBtnToolBar.end .uiBtn {
    display: block;
    margin: 0 auto; }

.topBar {
  width: 100%;
  padding: 15px;
  position: relative; }

.topBar.end {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.topBar.between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.uiBtnToolBar > * {
  padding: 10px; }

.uiBtnBuy {
  background-color: #cd9700;
  background-image: url(../images/icons/cart_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-radius: 100%; }

.uiBtnDelete {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 100%;
  background-color: #ffffff;
  background-image: url(../images/icons/delete-red.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  -webkit-box-shadow: 1px 1px 10px 0 #ccc;
  box-shadow: 1px 1px 10px 0 #ccc; }

.uiBtnDelete:hover {
  background-color: #9c0015;
  background-image: url(../images/icons/delete.svg); }

/*ORIGINAL CSS*/
.btn {
  border-radius: 20px;
  box-sizing: border-box;
  border: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 30px;
  padding: 0 30px;
  margin: 0 5px;
  -webkit-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  -moz-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  -o-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96); }

.btn.primary {
  background-color: #2d2926;
  border: 1px solid #2d2926;
  color: #fff; }

.btn.primary:hover {
  background-color: #fff;
  border: 1px solid #2d2926;
  color: #2d2926; }

.btn.secondary {
  background-color: #cd9700;
  border: 1px solid #cd9700;
  color: #fff; }

.btn.secondary:hover {
  background-color: #fff;
  border: 1px solid;
  color: #cd9700; }

.btn:focus {
  box-shadow: none; }

.btn-white {
  background-color: #fff;
  border: 1px solid #1f494c; }

.btn-transparent {
  background-color: transparent;
  border: 1px solid #1f494c; }

.btn-grey-small {
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #2d2926;
  color: #2d2926;
  font-size: 1.1rem;
  line-height: 20px;
  height: 20px;
  font-weight: 300;
  padding: 0 10px; }

.btn-grey-small:hover {
  background-color: #2d2926;
  border: 1px solid #2d2926;
  color: #fff; }

.btn-back {
  display: inline-block;
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 40px;
  text-decoration: none; }

.btn-round {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(232, 246, 247, 0.89);
  background-color: #ffffff;
  text-align: center; }

.btn-buy {
  /*   position: absolute; left: calc(100% - 10px); top:calc(100% - 35px);*/
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  border-radius: 25px;
  background-color: #2d2926;
  text-align: center; }
  .btn-buy img,
  .btn-buy svg {
    width: 20px;
    height: 25px; }

.btn-filter {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 5px;
  background-color: #cd9700;
  text-align: center;
  margin-bottom: 10px; }
  .btn-filter img {
    width: 20px; }

.editData {
  margin: 0 auto;
  border-radius: 5px;
  padding: 0 15px; }

.user-profile-points {
  padding: 15px; }

.table thead th {
  vertical-align: middle !important;
  white-space: nowrap;
  padding: 5px 10px; }

.user-avatar {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #2d2926;
  background-color: transparent;
  text-align: center;
  overflow: hidden; }
  .user-avatar img {
    width: 35px;
    margin-top: 5px; }

.user-profile-namecontainer {
  margin-bottom: 10px;
  margin-top: 5px; }

.user-profile-name {
  display: block;
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1rem;
  text-align: center;
  text-decoration: none; }

.user-profile-name:hover {
  text-decoration: none; }

.user-profile-mainpanel {
  margin-top: 5px; }

.user-profile-options {
  margin-top: 30px;
  list-style: none; }
  .user-profile-options li {
    margin-bottom: 15px; }
  .user-profile-options a {
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.1rem;
    text-decoration: none; }
  .user-profile-options a.active,
  .user-profile-options a:hover {
    text-decoration: none;
    color: #2d2926; }
    .user-profile-options a.active svg .border,
    .user-profile-options a:hover svg .border {
      fill: #2d2926; }
  .user-profile-options img {
    margin-right: 20px; }

.points {
  text-align: center; }

.points-value {
  display: block;
  color: #78c4d2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem; }

.points-label {
  color: #cd9700;
  font-size: 1.2rem;
  font-weight: 300;
  border-radius: 30px;
  border: 1px solid #cd9700;
  padding: 3px 10px; }

.user-profile-table {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  border-spacing: 0 5px;
  border-collapse: separate;
  display: table; }
  .user-profile-table th {
    height: 40px;
    padding: 5px 10px;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    border-top: transparent;
    border-bottom: 3px solid #cd9700 !important;
    color: #2d2926; }
  .user-profile-table tbody tr {
    background-color: #fff; }
  .user-profile-table tbody tr:nth-child(even) {
    background-color: #fafafa; }
  .user-profile-table tbody tr td {
    height: 40px;
    padding: 5px 10px;
    border-bottom: 1px dashed #cd9700;
    border-top: none;
    vertical-align: middle;
    white-space: nowrap; }
  .user-profile-table .svg-image {
    width: 24px; }

.user-profile-table.orders tr th.concept,
.user-profile-table.orders tr td.concept {
  display: none; }

.user-profile-table.orders tr td .thumb {
  width: 60px; }

.user-profile-table th:last-child,
.user-profile-table td:last-child {
  text-align: center; }

.user-profile-subtitle {
  color: #2d2926;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px !important; }

.user-profile-menu {
  margin-top: 20px;
  margin-bottom: 20px; }
  .user-profile-menu ul {
    list-style: none; }
  .user-profile-menu li {
    position: relative;
    min-width: 15%;
    padding: 0 5px;
    font-size: 0px;
    text-align: center; }
    .user-profile-menu li a {
      display: block;
      font-size: 1.2rem;
      color: #333; }
      .user-profile-menu li a .svg-image {
        width: 25px;
        margin: 10px 0;
        display: block;
        margin: 0 auto; }
      .user-profile-menu li a .itemName {
        display: none;
        padding: 5px 0; }
    .user-profile-menu li a.active,
    .user-profile-menu li a:hover {
      text-decoration: none;
      color: #2d2926; }
      .user-profile-menu li a.active svg .border,
      .user-profile-menu li a:hover svg .border {
        fill: #2d2926; }

.user-profile-orders .user-profile-table tbody tr {
  cursor: pointer; }
.user-profile-orders tr.open .svg-image {
  transform: rotateX(180deg); }
.user-profile-orders .orderdetail {
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  padding: 15px; }
  .user-profile-orders .orderdetail strong {
    font-weight: 700; }
  .user-profile-orders .orderdetail .orderdetail-img {
    width: 40%; }
.user-profile-orders .orderdetail-label {
  display: block;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 4px; }
.user-profile-orders .orderdetail-quantity {
  display: block;
  color: #898b8d;
  font-size: 1.2rem;
  line-height: 18px; }
.user-profile-orders .orderdetail-footer {
  margin-top: 30px; }
.user-profile-orders .formRegister {
  padding: 0 30px; }

.user-personaldata {
  padding: 15px 0;
  border-radius: 5px;
  padding: 15px;
  border-bottom: 3px solid #cd9700; }
  .user-personaldata .contentData {
    background-color: #ffffff;
    padding: 15px; }
  .user-personaldata .personaldata-label {
    display: block;
    font-weight: 500; }
  .user-personaldata .personaldata-value {
    display: block;
    color: #333;
    font-weight: 300;
    margin-bottom: 15px; }
  .user-personaldata .actionbuttons-container {
    margin-bottom: 10px; }
    .user-personaldata .actionbuttons-container .btn {
      width: 80%; }

.user-personaldata:last-child {
  border-bottom: none; }

.user-profile-chart .chart-wrapper {
  max-width: 750px;
  margin: 15px auto; }
.user-profile-chart .chart-legend {
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem; }
.user-profile-chart .chart-legend-box {
  display: inline-block;
  width: 27px;
  height: 4px;
  border-radius: 2px;
  background-color: #7277a7;
  margin-bottom: 2px;
  margin-right: 5px; }
.user-profile-chart .chart-legend-box.pointsout {
  background-color: #90b1b2; }

@media (min-width: 768px) {
  .user-profile {
    display: block;
    overflow-x: unset;
    overflow-y: unset;
    max-height: 100%; }

  .user-profile-header {
    display: block; }

  .user-avatar {
    width: 95px;
    height: 95px; }
    .user-avatar img {
      margin-top: 12px;
      width: auto; }

  .user-profile-namecontainer {
    margin-bottom: 25px;
    margin-top: 10px; }

  .points-value {
    font-size: 2.4rem;
    line-height: 3.4rem; }

  .user-profile-subtitle {
    font-size: 1.6rem;
    margin: 15px 0; }

  .user-profile-chart {
    margin-top: 30px; }
    .user-profile-chart .chart-wrapper {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px; }

  .user-profile-options {
    margin-top: 90px; }
    .user-profile-options a {
      font-size: 1.6rem; }

  .user-profile-menu {
    margin-top: 40px;
    margin-bottom: 40px; }
    .user-profile-menu li a {
      font-size: 1.4rem; }

  .user-profile-table.orders tr th.concept,
  .user-profile-table.orders tr td.concept {
    display: table-cell; } }
@media (min-width: 1024px) {
  .user-profile-menu li a .itemName {
    display: block; } }
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px 0 #ffffff;
  box-shadow: 1px 1px 10px 0 #ffffff;
  padding: 10px;
  /*.show [data-toggle="dropdown"]:after {
      content: "\f106";
  }*/ }
  .header .contentHeader {
    max-width: 100%;
    margin: 0 auto;
    position: relative; }
  .header .contentHeader a {
    display: block;
    border: 0; }
  .header .navbar-close {
    text-align: right; }
  .header .mainLogoCorp {
    position: relative;
    top: 8px;
    width: 80px;
    height: 46px;
    background-image: url(../images/logo.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 0 40px; }
  .header .navbar {
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff; }
  .header .navbar-collapse {
    position: relative;
    top: 50px; }
  .header .nav-item {
    position: relative; }
  .header .nav-link,
  .header .dropdown-menu {
    color: #333;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    font-variant: small-caps; }
  .header .nav-link:hover,
  .header .nav-item.active .nav-link {
    color: #cd9700;
    font-weight: 500; }
  .header .navbar .dropdown-menu {
    border: none; }
  .header .navbar .nav-item:hover .dropdown-menu {
    display: block; }
  .header .navbar .dropdown-item {
    list-style: none; }
    .header .navbar .dropdown-item li:first-child {
      margin-top: 0px; }
    .header .navbar .dropdown-item li {
      display: block;
      text-align: left;
      margin-top: 20px; }
    .header .navbar .dropdown-item .navbar {
      width: 100%;
      padding: 0;
      position: absolute;
      left: 0;
      top: 0; }
    .header .navbar .dropdown-item .nav-item {
      position: relative; }
    .header .navbar .dropdown-item .nav-link a {
      font-size: 1.4rem;
      font-weight: 500;
      color: #333;
      text-decoration: none;
      font-variant: small-caps; }
    .header .navbar .dropdown-item .nav-link a:hover {
      color: #cd9700;
      font-weight: 600; }
  .header .navbar-toggler {
    position: absolute;
    top: 13px;
    left: 0;
    padding: 0; }
  .header .navbar-toggler-icon {
    background-image: url(../images/icons/menu_mobile.png);
    display: block; }
  .header .footer {
    display: block; }
  .header [data-toggle="dropdown"]:after {
    font-family: "FontAwesome";
    font-weight: 800;
    font-size: 1.9rem;
    content: "\f106";
    vertical-align: 0px; }
  .header [data-toggle="dropdown"]:hover:after {
    transform: rotate(0deg); }
  .header .dropdown-toggle:after {
    border: none; }

.header-right {
  padding-top: 22px;
  display: none; }

@media (min-width: 768px) {
  .header {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 3px solid #939598; }
    .header .navbar-collapse {
      position: static;
      top: 0; }
    .header .topHeader {
      padding: 0 0 15px 0;
      position: relative;
      background-color: #fff; }
    .header .navbar {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0;
      position: relative;
      right: auto;
      left: 0;
      top: 5px;
      padding: 5px 30px 15px 30px;
      background-color: transparent; }
    .header .nav-item {
      margin-right: 30px; }
    .header .nav-link {
      font-size: 1.8rem;
      font-weight: 400;
      position: relative;
      font-variant: small-caps; }
    .header .nav-link.active,
    .header .navv-link:hover {
      color: #cd9700; }
    .header .navbar-toggler {
      position: absolute;
      top: -35px;
      left: -20px;
      width: 113px;
      height: unset; }
    .header .navbar .dropdown-menu {
      background-color: transparent;
      border: none;
      bottom: 0;
      margin-left: 24px; }
    .header .navbar .dropdown-item {
      background-color: #ffffff;
      width: 110%;
      margin: 0 0 0 -5%;
      list-style: none; }
      .header .navbar .dropdown-item li {
        display: block;
        padding: 10px 0;
        margin: 0;
        text-align: left; }
        .header .navbar .dropdown-item li a {
          font-size: 1.6rem;
          font-weight: 300;
          color: #2d2926;
          text-decoration: none;
          font-variant: small-caps; }
        .header .navbar .dropdown-item li a:hover {
          color: #cd9700;
          font-weight: 300;
          text-decoration: underline; }
    .header .navbar-close {
      display: none !important; }
    .header .footer {
      display: none; }
    .header [data-toggle="dropdown"]:after {
      font-family: "FontAwesome";
      font-weight: 800;
      font-size: 1.9rem;
      content: "\f106";
      vertical-align: 0px;
      transform: rotate(-180deg);
      transition: transform 500ms ease; }
    .header .show [data-toggle="dropdown"]:after {
      content: "\f107"; }
    .header .dropdown-toggle:after {
      border: none; }
    .header .header-right {
      display: block; }
    .header .mainLogoCorp {
      width: 123px;
      height: 70px;
      top: 10px;
      margin-left: 71px; } }
@media (min-width: 1024px) {
  .header .mainLogoCorp {
    margin-left: 35px;
    width: 123px;
    height: 70px;
    top: 10px; } }
.footer {
  display: block;
  background-color: #b9bcc0;
  height: auto;
  padding: 15px;
  z-index: 100;
  position: relative; }
  .footer .logo {
    width: 60px;
    margin: 0 auto; }
  .footer .logout {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4rem;
    text-decoration: none; }
    .footer .logout .logout .svg-image {
      margin: 0 10px 0 0; }
  .footer .footer-menu {
    list-style: none;
    text-align: center; }
    .footer .footer-menu span {
      display: block;
      margin-bottom: 5px; }
    .footer .footer-menu li {
      display: block;
      font-size: 1.4rem;
      font-weight: 500;
      font-size: 1.4rem;
      color: #2d2926;
      margin-bottom: 10px; }
      .footer .footer-menu li a {
        color: #2d2926; }
  .footer .footer-menu-social {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: 0 0 4px #ffffff;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    margin: 10px 0 0 0; }
  .footer .footer-menu-social .svg-image {
    width: 18px; }

/*.wrapper.lmsContent .footer {
    display: none;
}*/
.wrapper.lmsContent .header .footer {
  display: block; }

@media (min-width: 768px) {
  .footer {
    width: 100%;
    height: 60px;
    /*        position: fixed;
            z-index: 1001;
            left: 0;
            bottom: 0;*/ }
    .footer .footer-menu {
      margin-top: 0; }
      .footer .footer-menu span {
        display: inline-block;
        margin-bottom: 0px; }
      .footer .footer-menu li:first-child:before {
        content: ""; }
      .footer .footer-menu li:before {
        content: "|";
        margin-left: 5px;
        margin-right: 5px; }
      .footer .footer-menu li {
        display: inline-block; }
        .footer .footer-menu li .footer-menu-social {
          margin: 0; }

  .wrapper.lmsContent .footer {
    display: block; }

  .wrapper.lmsContent .header .footer {
    display: none; } }
@media (min-width: 768px) {
  .footer .logo {
    margin: 0 15px 0 auto; } }
.productlist {
  margin: 0 auto;
  padding: 15px; }
  .productlist .productlist-inner > * {
    margin: 0 0 30px 0; }

.productlistitem {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px 0 #ccc;
  box-shadow: 1px 1px 5px 0 #ccc;
  height: 100%; }
  .productlistitem img {
    display: block;
    margin: 0 auto; }

.productlistitem-image-inner {
  position: relative;
  display: inline-block;
  padding: 15px;
  /*.helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;    
    }*/ }
  .productlistitem-image-inner a {
    display: block;
    vertical-align: middle; }
  .productlistitem-image-inner img {
    max-width: 90%;
    display: block; }

.productlistitem-favorite {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  background-color: #ffffff; }
  .productlistitem-favorite img,
  .productlistitem-favorite svg {
    width: 24px; }
  .productlistitem-favorite svg:hover {
    fill: #858585; }

.productlistitem-favorite.active,
.productlistitem-favorite.active > svg > path {
  fill: #858585; }
  .productlistitem-favorite.active .inner,
  .productlistitem-favorite.active > svg > path .inner {
    fill: #858585;
    fill-opacity: 1; }

.productlistitem-favorite.active .replaced-svg {
  fill: #2d2926 !important; }

.productlistitem-info {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 160px; }

.productlistitem-title {
  display: block;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  text-overflow: ellipsis; }

.productlistitem-title:hover {
  color: #333;
  text-decoration: none; }

.productlistitem-details {
  display: block;
  color: #2d2926;
  font-size: 1.4rem;
  margin: 5px auto 15px auto; }

.productlistitem-points {
  color: #78c4d2;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.4rem; }
  .productlistitem-points p {
    color: #cd9700;
    font-size: 1.2rem;
    font-weight: 300;
    display: inline; }

.productlisteitem-buy {
  position: absolute;
  transform: translate(180px, 7%);
  width: 50px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: #cd9700; }
  .productlisteitem-buy img,
  .productlisteitem-buy svg {
    width: 20px;
    height: 25px; }

@media (min-width: 768px) {
  .productlistitem-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.1rem; }

  .productlistitem-info {
    border-radius: 8px; }

  .productlistitem-details:hover {
    color: #78c4d2; }

  .productlistitem-points {
    font-size: 3rem; }
    .productlistitem-points sub {
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.8rem; } }
.producthighlights-title {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8rem; }

.producthighlights-subtitle {
  display: block;
  color: #333;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6rem;
  margin-bottom: 12px; }

@media (min-width: 768px) {
  .producthighlights-title {
    font-size: 2.4rem;
    line-height: 3.4rem; } }
.badge {
  color: #8fb5b8;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.3rem;
  border-radius: 8px;
  border: 1px solid #8fb5b8;
  padding: 0 8px;
  transition: none; }

.badge-empty {
  display: block;
  border: 1px solid #fff;
  height: 15px; }

.badge-lightblue {
  border: 1px solid #09cfe0;
  color: #09cfe0; }

.badge-darkblue {
  border: 1px solid #cd9700;
  color: #78c4d2; }

.badge-purple {
  border: 1px solid #b91082;
  color: #b91082; }

.pointswithoutpromo {
  color: #b91082;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
  text-decoration: line-through; }

.slick-dots {
  list-style: none;
  text-align: center; }

.slick-dots li:first-child {
  margin-left: 0px; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin-left: 6px; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  width: 9px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0px;
  margin: 0px; }

.slick-dots li.slick-active button {
  background-color: #2d2926; }

.form-group {
  margin-bottom: 10px;
  padding: 5px;
  position: relative; }
  .form-group input {
    z-index: 1; }

.form-group label {
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0 0 5px 15px;
  font-weight: bold; }

.showPassWrapp {
  position: relative; }
  .showPassWrapp input {
    position: relative; }

.showPass {
  position: absolute;
  z-index: 5;
  background-color: transparent;
  right: 2px;
  top: 0;
  min-width: auto;
  width: 40px;
  height: 34px;
  display: block;
  padding: 0 !important;
  border: none !important;
  border-radius: 25px;
  background-image: url(../../images/icons/show_password.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  color: #fff;
  outline: none !important; }

.showPass.on {
  background-image: url(../images/icons/hide_password.svg); }

.validatePass {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 10px; }
  .validatePass .infoPass {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0; }
    .validatePass .infoPass .info {
      fill: #2d2926; }
    .validatePass .infoPass .instructions {
      position: absolute;
      display: none;
      min-width: 250px;
      height: auto;
      padding: 15px 15px 15px 30px;
      left: -9vw;
      bottom: 30px;
      width: 100%;
      background-color: rgba(205, 151, 0, 0.9);
      -webkit-box-shadow: 1px 0 5px 0 #ccc;
      box-shadow: 1px 0 5px 0 #ccc;
      border-radius: 5px;
      color: #fff; }
      .validatePass .infoPass .instructions ul {
        margin: 0 15px 0 15px; }
    .validatePass .infoPass .instructions:before {
      content: " ";
      position: absolute;
      width: 0;
      height: 0;
      left: calc(9vw + 3px);
      bottom: -12px;
      border-top: 12px solid rgba(205, 151, 0, 0.9);
      border-left: 12px solid transparent;
      border-right: 12px solid transparent; }

.validatePass:hover .instructions {
  display: block; }

.instructions ul,
.instructions ol {
  font-size: 1.2rem; }
.instructions ol {
  list-style: decimal; }

.validatePass.details {
  top: -2px; }

.validatePass.changePass {
  right: 5px;
  top: 10px; }

.form-group.invalid input[type="text"],
.form-group.invalid input[type="password"],
.form-group.invalid select {
  border: 3px solid #9c0015;
  background-image: url(../images/icons/input_invalid.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  padding: 10px; }

.form-group input[type="text"],
input[type="password"],
input[type="mail"],
.input,
.select {
  width: 100%;
  height: 36px;
  border-radius: 25px;
  border: 3px solid #939598;
  background-color: transparent;
  padding: 10px;
  color: #939598;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px; }
  .form-group input[type="text"] input::placeholder,
  input[type="password"] input::placeholder,
  input[type="mail"] input::placeholder,
  .input input::placeholder,
  .select input::placeholder {
    font-size: 1.4rem;
    font-weight: 500;
    color: #939598;
    opacity: 1; }

.select {
  max-width: 100%;
  padding: 0 25px 0 13px;
  margin: 0px;
  background-image: url(../images/icons/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-transform: capitalize; }

.select.dark {
  background-color: transparent;
  font-size: 1.4rem;
  background-position: right 1.5em top 50%, 0 0;
  background-image: url(../images/icons/arrow_down_dark.svg);
  color: #333; }

.select::-ms-expand {
  display: none; }

.form-check {
  position: relative;
  padding-left: 38px;
  padding-right: 0;
  cursor: pointer; }

.form-check label {
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  color: #212529; }

.form-check label a {
  color: #2d2926;
  text-decoration: underline; }

.form-check.small {
  margin: 0; }
  .form-check.small label {
    font-size: 1.2rem;
    font-weight: 500; }

.form-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 0; }

.form-check label::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 1px 2px #2d2926;
  border-radius: 3px;
  background-color: #fff; }

.form-check label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 16px; }

.form-check input:checked ~ label::after {
  width: 8px;
  height: 16px;
  border: solid #cd9700;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form-check.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 0; }

.form-check.radio label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  box-shadow: inset 0 1px 2px #939598;
  border-radius: 3px;
  background-color: #fff;
  border-radius: 50%; }

.form-check.radio label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px; }

.form-check.radio input:checked ~ label::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: solid #333; }

.input-readonly {
  color: #898b8d; }

.invalid .input,
.input.invalid {
  border: 1px solid #9c0015;
  background-image: url(../images/icons/input_invalid.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  padding: 15px; }

.errorlabel {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 600;
  background-color: #9c0015;
  border-radius: 8px;
  background-image: url(../images/icons/error.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 24px;
  padding: 4px 0px 1px 0px;
  display: flex;
  align-content: center;
  margin-bottom: 15px; }

.errorlabel.registration {
  padding: 16px; }
  .errorlabel.registration .errorlabel-text span {
    margin: 6px 16px 6px 16px; }

.errorlabel-text span {
  display: block;
  margin: 6px 16px auto 30px;
  font-size: 1.4rem;
  text-align: left; }

.input-date {
  background-image: url(../images/icons/calendar.svg);
  background-repeat: no-repeat;
  background-position: 94%;
  padding-right: 20px; }

.invalid-feedback {
  display: block;
  font-size: 1.2rem;
  width: 100%;
  margin-left: 12px; }

.checkLegal .invalid-feedback {
  margin-left: 0; }

.customMSG {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: calc(100% - 5px);
  left: 0;
  border-radius: 5px;
  padding: 5px; }
  .customMSG .itMSG {
    line-height: 1.2rem;
    padding: 2px 0; }
    .customMSG .itMSG .invalid-feedback {
      position: relative;
      bottom: 0; }

.userDetails .form-group {
  margin-bottom: 20px; }

.userDetails .customMSG {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 100%;
  left: 0; }
  .userDetails .customMSG .itMSG {
    line-height: 1.2rem;
    padding: 2px 0; }
    .userDetails .customMSG .itMSG .invalid-feedback {
      position: relative;
      bottom: 0; }

.user-personaldata .select.dark {
  height: 30px;
  font-size: 1.2rem;
  line-height: 30px; }

.user-personaldata .form-group span {
  padding: 5px 0; }

@media (min-width: 768px) {
  .form-group {
    padding: 5px 15px; }

  .userDetails .form-group {
    margin-bottom: 20px; }

  .login-container .form-group {
    padding: 5px 0; }

  .recoverpassword-container .form-group {
    padding: 5px 0; }

  .validatePass {
    top: 0;
    right: 20px; }

  .instructions {
    position: absolute;
    display: none;
    min-width: 250px;
    height: auto;
    padding: 15px 15px 15px 30px;
    right: -10px;
    left: auto;
    bottom: 42px;
    width: 100%;
    background-color: rgba(205, 151, 0, 0.9);
    -webkit-box-shadow: 1px 0 5px 0 #ccc;
    box-shadow: 1px 0 5px 0 #ccc;
    border-radius: 5px;
    color: #fff; }

  .instructions:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 9px;
    bottom: -12px;
    border-top: 12px solid rgba(205, 151, 0, 0.9);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent; } }
@media (min-width: 1024px) {
  .instructions {
    position: absolute;
    display: none;
    min-width: 250px;
    height: auto;
    padding: 10px 15px 10px 30px;
    right: -10px;
    bottom: 42px;
    width: 100%;
    background-color: rgba(205, 151, 0, 0.9);
    -webkit-box-shadow: 1px 0 5px 0 #ccc;
    box-shadow: 1px 0 5px 0 #ccc;
    border-radius: 5px;
    color: #fff; }

  .instructions:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 9px;
    bottom: -12px;
    border-top: 12px solid rgba(205, 151, 0, 0.9);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent; } }
.noUi-target {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  height: 1px;
  background-color: #ececec;
  margin-right: 15px;
  margin-bottom: 40px; }

.noUi-connect {
  background-color: #cd9700; }

.noUi-handle {
  border: 3px solid #cd9700;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 0 2px #e8f6f7;
  background-color: #fff;
  outline: 0;
  cursor: pointer; }

.noUi-handle:after, .noUi-handle:before {
  display: none; }

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  right: -10px; }

.noUi-tooltip {
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
  border: none;
  border-radius: 0px;
  padding: 0px;
  background-color: transparent;
  display: none; }

.noUi-horizontal .noUi-tooltip {
  bottom: -25px; }

.user-wishlist {
  margin-top: 40px; }

.user-wishlist-products {
  max-width: 915px;
  margin: 0 auto; }
  .user-wishlist-products .product {
    border-radius: 10px;
    position: relative;
    padding: 15px;
    text-align: center;
    margin: 30px 0;
    -webkit-box-shadow: 1px 1px 5px 0 #ccc;
    box-shadow: 1px 1px 5px 0 #ccc; }
    .user-wishlist-products .product img {
      width: 70% !important;
      max-width: 70% !important; }
  .user-wishlist-products .btn-buy {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -25px; }
  .user-wishlist-products .checkbox {
    position: absolute;
    top: 10px;
    left: 10px; }

.alertsbox {
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 62px;
  right: 0px;
  width: 250px;
  margin-left: -20px;
  text-align: left;
  box-shadow: 0 3px 13px #ffffff;
  background-color: #fff;
  padding: 30px 15px;
  z-index: 100; }
  .alertsbox ul {
    list-style: none; }
  .alertsbox .alertitem:first-child {
    margin-top: 0px; }
  .alertsbox .alertitem {
    color: #cd9700;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6rem;
    margin-top: 15px; }
    .alertsbox .alertitem strong {
      color: #cd9700;
      font-weight: 800; }
  .alertsbox .alertitem-image {
    padding-right: 0px; }
  .alertsbox .alertitem-text a {
    color: #cd9700;
    text-decoration: underline; }
  .alertsbox .alertitem-time {
    display: block;
    font-size: 1.2rem; }

@media (min-width: 768px) {
  .alertsbox {
    top: 44px;
    bottom: auto;
    left: calc(50% - 105px);
    right: auto;
    background-color: rgba(45, 41, 38, 0.9);
    box-shadow: 0 3px 5px rgba(45, 41, 38, 0.9);
    border-radius: 10px; }
    .alertsbox .alertitem {
      color: #fff; }
      .alertsbox .alertitem strong {
        color: #fff;
        font-weight: 800; }
    .alertsbox .alertitem-text a {
      color: #fff;
      text-decoration: underline; }

  .contentAlerts {
    position: relative; }

  .contentAlerts:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 12px);
    top: -40px;
    border-bottom: 12px solid rgba(45, 41, 38, 0.9);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent; } }
@media (min-width: 768px) {
  .main-wrapper {
    position: relative;
    height: 82vh;
    height: calc(100vh - 158px);
    overflow-y: hidden;
    overflow-x: hidden; }

  .main-wrapper::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 6px;
    background-color: #ffffff;
    border-radius: 25px; }

  .main-wrapper::-webkit-scrollbar {
    width: 7px;
    background-color: #ffffff;
    border-radius: 25px; }

  .main-wrapper::-webkit-scrollbar-thumb {
    /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    border-radius: 6px;
    background-color: #939598;
    border-radius: 25px; } }
.column-right {
  width: 100%;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 45px 15px 90px 15px;
  padding-bottom: 0;
  border-top-left-radius: 29px;
  border-top-right-radius: 29px;
  background-color: #fff;
  min-height: 80vh;
  height: auto;
  max-height: 90vh;
  z-index: 100; }
  .column-right .section-subtitle {
    font-family: "Montserrat", sans-serif;
    font-style: 16px;
    font-weight: 600; }

.icons-header .header-options {
  background-color: #fff;
  list-style: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: flex;
  border-top: 1px solid #939598; }
  .icons-header .header-options > li:first-child {
    margin-left: 0px;
    border-left: none; }
  .icons-header .header-options > li {
    position: relative;
    width: 50%;
    text-align: center;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    border-left: 1px solid #939598; }
  .icons-header .header-options .lnkLogoutSimulation {
    line-height: 15px;
    margin-top: 12px; }
  .icons-header .header-options a {
    display: block;
    position: relative;
    word-break: break-word; }
    .icons-header .header-options a .bubble-number {
      position: absolute;
      z-index: 2;
      top: 10px;
      transform: translateX(10px);
      width: 18px;
      height: 18px;
      border-radius: 100%;
      background-color: #cd9700;
      border: 1px solid #fff;
      font-size: 1rem;
      line-height: 18px;
      font-weight: 500;
      color: #fff; }
  .icons-header .header-options a:hover .border {
    fill: #cd9700; }
  .icons-header .header-options a.active .border {
    fill: #858585; }
.icons-header .dataUser {
  background-color: #ffffff;
  border-radius: 30px;
  justify-content: center;
  padding: 5px 5px 5px 15px; }
  .icons-header .dataUser .col-auto {
    padding: 0 5px 0 15px; }
  .icons-header .dataUser .user-avatar {
    width: 39px;
    height: 39px; }
    .icons-header .dataUser .user-avatar img {
      margin-top: 3px;
      width: 26px; }
  .icons-header .dataUser .logOut {
    width: 33px;
    height: 34px;
    display: block;
    background-image: url(../images/icons/log_out.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    background-color: #2d2926;
    border-radius: 100%; }
  .icons-header .dataUser .getOut {
    width: 33px;
    height: 34px;
    display: block;
    background-image: url(../images/icons/log_out.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    background-color: #2d2926;
    border-radius: 100%; }
.icons-header .dataUser {
  background: #ececec;
  border-radius: 106px;
  padding: 6px 6px 6px 15px; }
.icons-header .userinfo-name {
  display: block;
  color: #939598;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase; }
.icons-header .userinfo-name:hover {
  text-decoration: none; }
.icons-header .userinfo-points {
  color: #cd9700;
  font-size: 1.8rem;
  font-weight: 600; }
.icons-header #divPuntos p {
  display: inline;
  font-size: 1.4rem;
  font-weight: 600;
  color: #939598; }

.columnright-close {
  display: block;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px; }

@media (min-width: 768px) {
  .column-right {
    position: relative;
    /*    margin-right: -15px;
        padding: 30px 40px;
        padding-right: 10px;
        padding-bottom: 0px;*/
    height: calc(100vh - 30px);
    max-height: 100vh;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 0px;
    box-shadow: none;
    overflow: hidden;
    /*  overflow-x: hidden;*/ }

  .column-right.login {
    height: calc(100vh - 250px); }

  .dataUser {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 5px 5px 5px 15px;
    position: static;
    right: 5px;
    top: 10px; }

  .icons-header {
    position: absolute;
    right: 15px;
    top: 15px; }
    .icons-header .header-options {
      display: flex;
      height: 100%;
      align-items: center;
      position: relative;
      left: auto;
      right: auto;
      bottom: auto;
      border: none; }
      .icons-header .header-options > li {
        width: auto;
        height: auto;
        padding: 10px;
        line-height: 1;
        border: none; }
        .icons-header .header-options > li a {
          display: block;
          position: relative; }
          .icons-header .header-options > li a .bubble-number {
            top: -5px;
            transform: translateX(17px); }

  .columnright-content {
    position: relative;
    height: 82vh;
    height: calc(100vh - 158px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 30px 0 30px; }

  .columnright-content::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 6px;
    background-color: #ffffff;
    border-radius: 25px; }

  .columnright-content::-webkit-scrollbar {
    width: 7px;
    background-color: #ffffff;
    border-radius: 25px; }

  .columnright-content::-webkit-scrollbar-thumb {
    /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    border-radius: 6px;
    background-color: #939598;
    border-radius: 25px; } }
.user-cart {
  margin-bottom: 75px; }
  .user-cart .total {
    margin: 0 0 15px 0; }
  .user-cart .user-cart-numproducts {
    color: #2d2926;
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0 0 0 5px; }
  .user-cart .timeline {
    position: relative;
    list-style: none;
    width: 300px;
    margin: 16px 0 32px 0;
    font-size: 0; }
    .user-cart .timeline li:first-child {
      margin-left: 0px; }
    .user-cart .timeline li:last-child {
      margin-right: 0px; }
    .user-cart .timeline li {
      position: relative;
      display: inline-block;
      text-align: center;
      margin-left: 50px;
      margin-right: 50px; }
    .user-cart .timeline li:first-child:before {
      display: none; }
    .user-cart .timeline li:last-child:after {
      display: none; }
    .user-cart .timeline li:after,
    .user-cart .timeline li:before {
      content: "";
      position: absolute;
      height: 3px;
      background-color: #939598;
      top: 16px;
      width: 50px; }
    .user-cart .timeline li::before {
      left: -50px; }
    .user-cart .timeline li:after {
      right: -50px; }
    .user-cart .timeline li.active .timeline-number {
      color: #ffffff;
      background-color: #cd9700;
      border: 3px solid #cd9700; }
    .user-cart .timeline li.active .timeline-label {
      color: #cd9700;
      font-weight: 600; }
    .user-cart .timeline li.active:after {
      background-color: #cd9700; }
    .user-cart .timeline li.active:before {
      background-color: #cd9700; }
    .user-cart .timeline .timeline-number {
      position: relative;
      display: inline-block;
      width: 32px;
      height: 32px;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 2.5rem;
      color: #939598;
      text-align: center;
      border-radius: 100%;
      border: 3px solid #939598;
      background-color: #fff; }
    .user-cart .timeline .timeline-label {
      position: absolute;
      display: block;
      color: #939598;
      font-size: 1.4rem;
      font-weight: 300;
      margin-top: 5px;
      left: 50%;
      transform: translateX(-50%); }
  .user-cart .productslist {
    margin-top: 32px; }
  .user-cart .productslist-item {
    margin: 30px 0;
    background-color: #ffffff;
    padding: 15px 0;
    box-shadow: 1px 1px 5px 0 #b9bcc0; }
  .user-cart .productslist-item-name {
    display: block;
    color: #cd9700;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6rem;
    margin-bottom: 10px;
    word-break: break-word; }
  .user-cart .productslist-item-points {
    color: #cd9700;
    font-size: 2.4rem;
    font-weight: 500; }
    .user-cart .productslist-item-points span {
      margin-left: 5px;
      color: #2d2926;
      font-size: 1.2rem;
      font-weight: 300; }
  .user-cart .productslist-total {
    font-size: 2.4rem;
    font-weight: 600; }
  .user-cart .productslist-points {
    color: #78c4d2;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem; }
    .user-cart .productslist-points span {
      margin-left: 5px;
      color: #2d2926;
      font-size: 1.2rem;
      font-weight: 300; }
  .user-cart .productslist-nextbtn,
  .user-cart .personaldata-nextbtn,
  .user-cart .finalize-nextbtn {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
  .user-cart .productslist-continue {
    text-align: center; }
  .user-cart .personaldata-value {
    display: block;
    color: #333;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6rem;
    margin-bottom: 15px; }
  .user-cart .personaldata .actionbuttons-container .btn {
    width: 80%; }
  .user-cart .productslistread {
    color: #333;
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 20px; }
  .user-cart .productslistread-item {
    margin-bottom: 5px; }
    .user-cart .productslistread-item div {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .user-cart .productslistread-total {
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.1rem;
    margin-top: 10px; }
  .user-cart .ordersuccess-icon,
  .user-cart .ordererror-icon,
  .user-cart .ordersuccess-icon > svg > path,
  .user-cart .ordererror-icon > svg > path {
    text-align: center;
    margin-bottom: 18px;
    fill: #2d2926; }
  .user-cart .ordersuccess-text,
  .user-cart .ordererror-text {
    text-align: center;
    color: #333;
    font-size: 1.6rem;
    font-weight: 300; }
    .user-cart .ordersuccess-text strong,
    .user-cart .ordererror-text strong {
      display: block;
      font-weight: 600;
      margin-bottom: 30px; }
  .user-cart .ordersuccess-contacts,
  .user-cart .ordererror-contacts {
    margin-top: 15px;
    color: #898b8d;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem; }

@media (min-width: 768px) {
  .user-cart {
    margin-top: 40px;
    overflow-y: unset;
    max-height: 100%; }
    .user-cart .user-cart-numproducts {
      font-size: 1.6rem;
      font-weight: 400; }
    .user-cart .timeline li {
      margin-left: 47px;
      margin-right: 47px; }
    .user-cart .timeline li:before {
      width: 47px; }
    .user-cart .timeline li::before {
      left: -47px; }
    .user-cart .timeline li:after {
      right: -47px; }
    .user-cart .timeline-label {
      font-size: 1.2rem; }
    .user-cart .productslist-item-name {
      font-size: 1.4rem; }
    .user-cart .productslist-nextbtn,
    .user-cart .personaldata-nextbtn,
    .user-cart .finalize-nextbtn,
    .user-cart .personaldata-continue {
      text-align: right; }
    .user-cart .productslist-continue {
      text-align: right; } }
.productquantity-btnAddRemove {
  width: 28px;
  height: 28px;
  box-shadow: 0 2px 4px #999;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700; }

.productquantity-quantity {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700; }

@media (min-width: 768px) {
  .productquantity-btnAddRemove {
    width: 34px;
    height: 34px; }

  .productquantity-quantity {
    margin-left: 18px;
    margin-right: 18px; } }
.wrapper {
  position: relative;
  width: 100%;
  height: auto; }

.register-mainwrapper {
  position: relative;
  height: auto; }

.legal-mainwrapper {
  position: relative;
  height: 100vh;
  padding: 15px 0; }

.contentLegal {
  position: relative;
  height: 40vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  margin: 15px auto; }
  .contentLegal ul,
  .contentLegal ol {
    margin: 15px 30px; }

.contentLegal::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #ffffff;
  border-radius: 25px; }

.contentLegal::-webkit-scrollbar {
  width: 7px;
  background-color: #ffffff;
  border-radius: 25px; }

.contentLegal::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #939598;
  border-radius: 25px; }

.nologin .nologin-mainwrapper {
  position: relative;
  height: 100vh; }
.nologin .content-main {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../../../images/login/bgLogin_mobile.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  height: 100%;
  width: 100%;
  z-index: 100; }
  .nologin .content-main .caption {
    display: none; }
.nologin .column-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 15px;
  width: 100%;
  margin: 0px;
  z-index: 200;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden; }
.nologin .column-right-logo {
  position: relative;
  display: block;
  width: 300px;
  top: 0;
  left: 0;
  margin: 15px auto; }
.nologin .mainLogoCorp {
  position: relative;
  width: 200px;
  height: 100px;
  background-image: url(../images/logo.png);
  background-position: center center;
  background-size: 98%;
  background-repeat: no-repeat;
  margin: 10px auto; }
.nologin .nologin-title {
  font-family: "Montserrat", sans-serif;
  color: #858585;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 15px 0; }
.nologin .nologin-title:after {
  display: none; }
.nologin .naming {
  font-size: 3rem;
  font-weight: 300;
  color: #232323; }
  .nologin .naming .hightlight {
    color: #78c4d2; }
.nologin .nologin-subtitle {
  display: block;
  color: #939598;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px; }
.nologin .nologin-regards {
  color: #2d2926;
  font-size: 2.6rem;
  font-style: italic;
  margin-bottom: 8px; }
  .nologin .nologin-regards span {
    font-weight: 600; }
.nologin .legal-container {
  padding: 15px;
  position: relative; }
.nologin .legal-container h1 {
  margin: 0 0 10px 0; }

@media (min-width: 768px) {
  .nologin .content-main {
    background-image: url(../../../images/login/bgLogin_tablet.jpg); }
    .nologin .content-main .caption {
      position: absolute;
      bottom: 0;
      display: block;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.8); }
    .nologin .content-main .caption h2 {
      padding: 15px;
      margin: 0 auto;
      font-size: 2.2rem;
      font-style: italic; }
      .nologin .content-main .caption h2 strong {
        display: block; } }
@media (min-width: 1024px) {
  .nologin .content-main {
    background-image: url(../../../images/login/bgLogin.jpg);
    background-position: center top; }
  .nologin .column-right-inner {
    padding: 0;
    max-width: 450px; }
  .nologin .nologin-mainwrapper {
    position: relative;
    height: calc(100vh - 60px); }
  .nologin .register-mainwrapper {
    position: relative;
    height: calc(100vh - 60px); }
  .nologin .legal-mainwrapper {
    position: relative;
    height: calc(100vh - 60px); }
  .nologin .content-main {
    width: 62%;
    z-index: 200;
    background-position: center top; }
    .nologin .content-main .caption {
      position: absolute;
      bottom: 0;
      display: block;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.8); }
    .nologin .content-main .caption h2 {
      padding: 15px 30px;
      margin: 0 auto;
      font-size: 3rem;
      font-style: italic; }
      .nologin .content-main .caption h2 strong {
        display: block; }
  .nologin .column-right {
    width: 38%;
    z-index: 100;
    min-height: calc(100vh - 60px);
    height: auto;
    top: 0px;
    padding: 35px 0px;
    border-radius: 0px;
    overflow-y: scroll; }
    .nologin .column-right .column-right-inner {
      padding: 0; }
    .nologin .column-right .container-fluid {
      height: 100%; }

  .legal-mainwrapper .column-right-inner {
    max-width: auto;
    padding: 0; }
  .legal-mainwrapper .contentLegal {
    height: 55vh; } }
.rankinglist {
  box-shadow: 0 3px 13px 2;
  border-radius: 15px;
  background-color: #fff;
  padding: 40px; }

.rankinglist-title {
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.4rem; }

.rankinglist-item {
  margin-top: 30px; }

.rankinglist-item-position {
  color: #78c4d2;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center; }

.rankinglist-item-name {
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center; }

.rankinglist-item-points {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  text-align: right; }

.rankinglist-item.first .rankinglist-item-name,
.rankinglist-item.first .rankinglist-item-points {
  color: #2d2926; }

.challengeslist-item {
  box-shadow: 0 3px 13px #ffffff;
  border-radius: 15px;
  background-color: #fff;
  padding: 15px 20px;
  height: 101px;
  margin-top: 38px; }

.challengeslist-item-image {
  position: absolute;
  bottom: 0px; }

.challengeslist-item-name {
  display: block;
  color: #78c4d2;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 6px; }

.challengeslist-item-date {
  display: block;
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
  margin-bottom: 6px; }

.challengeslist-item-text {
  color: #333;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6rem; }

.filtersbox {
  display: none;
  box-shadow: 0 2px 4px rgba(161, 193, 196, 0.9);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 15px;
  width: 280px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000; }
  .filtersbox .select, .filtersbox .input {
    margin-bottom: 20px; }
  .filtersbox .slider-label {
    color: #cd9700;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0 0 5px 0; }
  .filtersbox .btn {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    min-width: 100%; }

.filtersbox-title {
  color: #cd9700;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px; }
  .filtersbox-title img {
    width: 16px;
    margin: 0 5px 0 0; }

.filtersbox-close {
  width: 100%;
  text-align: right; }
  .filtersbox-close img {
    width: 12px;
    height: 12px; }

.filterbox-clear {
  padding-right: 3px; }

.filterbox-search {
  padding-left: 3px; }

.daterangepicker {
  box-shadow: 0 3px 13px rgba(202, 219, 220, 0.49);
  border: none;
  margin-top: 2px;
  border-radius: 8px; }

.daterangepicker.opensright:before,
.daterangepicker.opensright:after {
  display: none; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  border: solid #898b8d;
  border-width: 0 2px 2px 0; }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  min-width: 28px;
  width: 28px;
  height: 28px; }

.daterangepicker .calendar-table th {
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem; }

.daterangepicker .calendar-table td {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.2rem;
  font-weight: 300; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #939598;
  border-radius: 50%; }

.daterangepicker td.active {
  background-color: #cd9700;
  border-radius: 50%;
  color: #fff; }

.daterangepicker td.start-date.end-date {
  border-radius: 50%; }

.daterangepicker td.off {
  color: #898b8d; }

.progressbar {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 5px; }
  .progressbar .progressbar-fill {
    display: inline-block;
    border-radius: 5px;
    background-color: #cd9700;
    height: 100%;
    vertical-align: top; }
  .progressbar .progressbar-label {
    position: absolute;
    top: -1px;
    right: 10px;
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    vertical-align: top; }
    .progressbar .progressbar-label span {
      font-size: 11rem;
      font-weight: 400; }

.rating {
  list-style: none; }
  .rating li {
    display: inline-block; }
  .rating .active svg .border {
    fill: #2d2926; }

.articlerating {
  margin-bottom: 50px; }
  .articlerating ul {
    list-style: none;
    font-size: 0px;
    text-align: center; }
  .articlerating li {
    display: inline-block;
    cursor: pointer; }
  .articlerating li.active svg .inner, .articlerating li a.selected svg .inner {
    fill: #8fb5b8; }

.articlerating-title {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center; }

@media (min-width: 768px) {
  .articlerating-title {
    text-align: left; }

  .articlerating ul {
    text-align: left; } }
.homepage .mainhighlights {
  margin-bottom: 55px; }
.homepage .mainhighlights-item h1 {
  color: #78c4d2;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 22px; }
.homepage .productscarousel {
  margin-bottom: 15px; }
  .homepage .productscarousel .slick-slide {
    padding: 0px 10px; }
.homepage .producthighlights {
  margin-top: 25px; }
.homepage .producthighlights-title {
  margin-bottom: 10px; }
.homepage .carousel-item.mainhighlights-item .uiBtn {
  position: absolute;
  font-size: 1.2rem;
  bottom: 5px;
  right: 5px;
  max-width: 100px;
  min-height: 20px;
  line-height: 20px;
  padding: 0 10px !important; }

@media (min-width: 1280px) {
  .carousel-item.mainhighlights-item .uiBtn {
    display: block;
    width: 100%;
    max-width: 200px !important;
    min-height: 40px !important;
    font-size: 1.4rem !important;
    line-height: 40px !important;
    padding: 0 15px !important;
    bottom: 10% !important;
    right: 1.5% !important; } }
@media (min-width: 768px) {
  .homepage .content-main {
    margin-bottom: 90px; }
  .homepage .mainhighlights-item h1 {
    font-size: 3rem;
    line-height: 3.4rem; }
  .homepage .productscarousel {
    margin-bottom: 0px; } }
.catalogo .header {
  margin-bottom: 15px; }
.catalogo .productlist::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 6px;
  background-color: #ffffff;
  border-radius: 25px; }
.catalogo .productlist::-webkit-scrollbar {
  width: 7px;
  background-color: #ffffff;
  border-radius: 25px; }
.catalogo .productlist::-webkit-scrollbar-thumb {
  /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  border-radius: 6px;
  background-color: #939598;
  border-radius: 25px; }
.catalogo .productlist p {
  margin: 0; }
.catalogo .filterCat {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.catalogo .filterCat .item {
  width: calc(50% - 10px);
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 5px 0;
  border-radius: 5px;
  color: #2d2926;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
.catalogo .filterCat .item:nth-of-type(1) {
  width: 100%; }
.catalogo .filterCat .item.all,
.catalogo .filterCat .item.selected {
  border-bottom: 3px solid #cd9700;
  font-size: 1.4rem;
  color: #cd9700;
  position: relative; }
.catalogo .filterCat .item.selected:after {
  font-size: 1rem;
  content: "X";
  position: absolute;
  width: 16px;
  height: 16px;
  top: -5px;
  right: -5px;
  background-color: #cd9700;
  border: 1px solid #cd9700;
  color: #ffffff;
  font-weight: 500;
  border-radius: 100%;
  text-align: center; }

@media (min-width: 768px) {
  .catalogo .filterCat {
    width: 100%;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
    justify-content: flex-start; }
  .catalogo .filterCat .item {
    width: auto !important;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 10px 10px 10px;
    border-radius: 5px;
    color: #2d2926;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .catalogo .filterCat .item.all,
  .catalogo .filterCat .item.selected {
    font-size: 1.6rem; } }
@media (min-width: 768px) {
  .catalogo .content-main {
    margin-right: 0px; } }
.news .header {
  margin-bottom: 30px; }
.news .newsitem {
  display: block;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none; }
.news .newsitem-image {
  height: 105px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat; }
.news .newsitem-info {
  box-shadow: 0 2px 4px rgba(161, 193, 196, 0.54);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  padding: 13px 18px; }
.news .newsitem-title {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin-top: 5px;
  margin-bottom: 0px; }
.news .newsitem-date {
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem; }
.news .newsitem-like {
  position: absolute;
  top: 7px;
  right: 7px;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  box-shadow: 0 0 4px #ffffff;
  background-color: #ffffff;
  text-align: center; }

@media (min-width: 768px) {
  .news .newslist {
    margin-right: 33px; } }
.newsdetail .header {
  margin-bottom: 30px; }
.newsdetail .newsdetail-back {
  display: inline-block;
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
  margin-bottom: 40px;
  text-decoration: none; }
.newsdetail .news-image {
  margin-bottom: 20px; }
.newsdetail .news-title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1rem; }
.newsdetail .news-date {
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem; }
.newsdetail .news-text {
  color: #333;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6rem;
  margin-top: 20px; }
.newsdetail .news-info {
  margin-top: 10px; }
.newsdetail .news-like, .newsdetail .news-share {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 22rem0px;
  border-radius: 50%;
  box-shadow: 0 0 4px #ffffff;
  background-color: #ffffff;
  text-align: center;
  margin-left: 10px; }

@media (min-width: 768px) {
  .newsdetail .news-image {
    float: left;
    margin-right: 20px; } }
.gallery .header {
  margin-bottom: 30px; }
.gallery .gallerylist {
  margin-right: 33px; }
.gallery .galleryitem {
  display: block;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none; }
.gallery .galleryitem-image {
  height: 120px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat; }
.gallery .galleryitem-info {
  box-shadow: 0 2px 4px rgba(161, 193, 196, 0.54);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #ffffff;
  padding: 13px 18px; }
.gallery .galleryitem-title {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin-top: 5px;
  margin-bottom: 0px; }
.gallery .galleryitem-date {
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem; }
.gallery .galleryitem-count {
  position: absolute;
  top: 7px;
  right: 7px;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  box-shadow: 0 0 4px #ffffff;
  background-color: #ffffff;
  text-align: center;
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.3rem; }

.circular .header {
  margin-bottom: 30px; }
.circular .circularitem {
  margin-bottom: 20px; }
.circular .circularitem-left {
  float: left;
  width: 60%; }
.circular .circularitem-right {
  float: right;
  width: 40%;
  text-align: center; }
.circular .circularitem {
  box-shadow: 0 2px 4px rgba(161, 193, 196, 0.54);
  border-radius: 8px;
  background-color: #fff;
  padding: 15px; }
.circular .circularitem-title {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin-top: 5px;
  margin-bottom: 5px; }
.circular .circularitem-date {
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem; }
.circular .circularitem-download {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 3.5rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(232, 246, 247, 0.89);
  background-color: #fff;
  text-align: center; }

.faqs .header {
  margin-bottom: 30px; }
.faqs .page-title {
  color: #333; }
.faqs .accordion {
  margin: 30px auto; }
.faqs .accordion > .card {
  border: none;
  box-shadow: 0 2px 4px #999;
  border-radius: 8px;
  background-color: #ffffff;
  margin: 15px auto; }
.faqs .accordion .card-header {
  border-bottom: none;
  padding: 10px 20px; }
.faqs .accordion .card-body {
  color: #333;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6rem;
  padding: 10px 20px; }
.faqs .accordion > .card > .card-header {
  background-color: #ffffff;
  color: #2d2926;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none; }
.faqs .infobox {
  background-color: #ffffff;
  box-shadow: 0 3px 13px #2d2926;
  border-radius: 8px;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 20px; }
.faqs .infobox-title {
  color: #78c4d2;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem; }
.faqs .infobox-contacts {
  color: #333;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6rem;
  margin-top: 20px;
  margin-bottom: 20px; }
  .faqs .infobox-contacts a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    margin-right: 30px; }
    .faqs .infobox-contacts a img {
      margin-right: 5px; }
.faqs .infobox-schedule {
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem; }

.alerts {
  padding: 15px; }

.alerts::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 6px;
  background-color: #ffffff;
  border-radius: 25px; }

.alerts::-webkit-scrollbar {
  width: 7px;
  background-color: #ffffff;
  border-radius: 25px; }

.alerts::-webkit-scrollbar-thumb {
  /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  border-radius: 6px;
  background-color: #939598;
  border-radius: 25px; }

.wrapper {
  position: relative;
  height: auto; }

.login-mainwrapper {
  position: relative;
  min-height: calc(100vh - 30px);
  z-index: 2; }

.login .login-container {
  width: 100%;
  max-width: 350px;
  padding: 0 30px 15px; }
.login .column-right-inner {
  position: relative;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
.login .column-right-inner-row {
  height: inherit; }
.login .form-group {
  margin: 20px 0;
  position: relative; }
.login .form-group.invalid input[type="text"],
.login .form-group.invalid input[type="password"] {
  border: 3px solid #9c0015;
  background-image: url(../images/icons/input_invalid.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  padding: 10px; }
.login .form-group input[type="text"],
.login .form-group input[type="password"] {
  width: 100%;
  height: 36px;
  border-radius: 25px;
  border: 3px solid #939598;
  background-color: transparent;
  padding: 10px;
  color: #939598;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 36px; }
.login .login-recoverpassword {
  display: inline-block;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500; }
.login .resetPass {
  padding: 0 5px;
  margin-top: 15px; }
  .login .resetPass a {
    font-size: 1.2rem;
    line-height: 22px;
    text-decoration: underline; }
.login .recoverpassword-container {
  display: none;
  opacity: 1; }
  .login .recoverpassword-container .login-title {
    margin-bottom: 35px; }
.login .register-container {
  padding: 15px 0; }
  .login .register-container a {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #232323;
    position: relative; }
  .login .register-container a:hover {
    text-decoration: none; }
  .login .register-container a:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #232323;
    position: absolute;
    left: 0;
    bottom: 0px; }

@media (min-width: 768px) {
  .login .login-mainwrapper {
    position: relative;
    height: calc(100vh - 60px); }
  .login .container-fluid {
    height: 100%; }
  .login .column-right-inner {
    max-width: 350px; }
  .login .column-right-logo {
    position: absolute;
    top: 0px;
    left: 0px; }
  .login .login-recoverpassword {
    margin-top: 0px; }
  .login .recoverpassword-container {
    opacity: 0;
    width: 100%;
    max-width: 350px;
    margin: 30px auto;
    border-radius: 10px;
    padding: 0 30px 15px; }
  .login .loginmobilefooter {
    display: none; } }
@media (min-width: 1024px) {
  .login .content-main {
    width: 62%; }
  .login .column-right {
    width: 38%; } }
@media (min-width: 1600px) {
  .login .content-main {
    width: 70%; }
  .login .column-right {
    width: 30%; } }
.register-mainwrapper {
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden; }
  .register-mainwrapper .content-main {
    background-image: url(../images/login/bgNologin.jpg);
    background-size: 100%; }
    .register-mainwrapper .content-main .caption {
      width: calc(100% - 60px);
      position: absolute;
      bottom: 0;
      display: block;
      background-color: transparent;
      padding: 15px 30px 30px 30px;
      margin: 0 30px;
      border-left: 6px solid #fff; }
    .register-mainwrapper .content-main .caption h2 {
      margin: 0 auto 10px auto;
      font-size: 3.4rem;
      font-style: italic;
      color: #fff;
      padding: 0; }
      .register-mainwrapper .content-main .caption h2 strong {
        display: block;
        font-weight: bold; }
    .register-mainwrapper .content-main .caption p {
      margin: 0 auto 10px auto;
      font-size: 2rem;
      font-style: italic;
      color: #fff; }

.register .form-group {
  position: relative; }
.register .selCenter {
  background-color: #ececec;
  padding: 15px;
  margin: 15px;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap; }
.register .intro-text {
  padding: 15px; }
  .register .intro-text h2 {
    font-size: 2rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0; }
.register .legal-mainwrapper .content-main {
  background-image: url(../images/login/bgNologin.jpg); }
  .register .legal-mainwrapper .content-main .caption {
    position: absolute;
    bottom: 0;
    display: block; }
  .register .legal-mainwrapper .content-main .caption h2 {
    padding: 15px 30px;
    margin: 0 auto;
    font-size: 3rem;
    font-style: italic;
    color: #fff; }
    .register .legal-mainwrapper .content-main .caption h2 strong {
      display: block; }
.register .introRegister {
  padding: 15px 0; }
  .register .introRegister .checkLegal {
    margin: 30px 0 0 0; }
.register .formRegister {
  position: relative;
  height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 200px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.register .formRegister::-webkit-scrollbar {
  display: none; }
.register .select {
  background-color: transparent; }
.register .input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 1.4rem;
  font-weight: 500;
  color: red;
  opacity: 1;
  /* Firefox */ }
@media (min-width: 768px) {
  .register .register-mainwrapper .content-main {
    background-position: center top; }
  .register .formRegister {
    position: relative;
    padding: 0 15px 30px 15px; }
  .register .legal-mainwrapper .column-right-inner {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 60px;
    overflow: hidden; } }
@media (min-width: 1024px) {
  .register .btn-register {
    order: 2; }
  .register .btn-back {
    order: 1; }
  .register .formRegister::-webkit-scrollbar {
    width: 7px;
    background-color: #b9bcc0; }
  .register .formRegister::-webkit-scrollbar-thumb {
    width: 7px;
    border-radius: 50px;
    background-color: #cd9700; }
  .register .form-group {
    position: relative; }
  .register .register-mainwrapper .column-right-inner {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding: 30px 0 0 0; }
  .register .register-mainwrapper .content-main {
    background-size: cover;
    background-position: center top; }
  .register .formRegister {
    height: auto;
    overflow-x: hidden; } }

@media (min-width: 1024px) {
  .register .validatePass {
    top: 5px;
    right: 15px; }

  .legal-mainwrapper .content-main {
    background-position: right top; } }
@media (min-width: 1024px) {
  .register .content-main {
    width: 45%; }
  .register .column-right {
    width: 55%;
    padding: 15px; } }
@media (min-width: 1280px) {
  .register .content-main {
    width: 50%; }
  .register .column-right {
    width: 50%;
    padding: 15px; } }
@media (min-width: 1280px) and (min-height: 720px) {
  .register .content-main {
    width: 40%; }
  .register .column-right {
    width: 60%;
    padding: 15px; } }
@media (min-width: 1920px) and (min-height: 720px) {
  .register .content-main {
    width: 37%; }
  .register .column-right {
    width: 63%; } }
.productdetail .productdetail-favorite {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  -webkit-box-shadow: 1px 1px 5px 0 #ccc;
  box-shadow: 1px 1px 5px 0 #ccc;
  border-radius: 100%;
  background-color: #fff;
  text-align: center; }
  .productdetail .productdetail-favorite img,
  .productdetail .productdetail-favorite svg {
    width: 18px; }
.productdetail .productdetail-favorite.active,
.productdetail .productdetail-favorite.active > svg > path {
  fill: #858585; }
  .productdetail .productdetail-favorite.active .inner,
  .productdetail .productdetail-favorite.active > svg > path .inner {
    fill: #858585;
    fill-opacity: 1; }
.productdetail .productdetail-image {
  text-align: center;
  margin-bottom: 10px; }
.productdetail .productdetail-title {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.4rem; }
.productdetail .productdetail-points {
  color: #78c4d2;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 10px; }
  .productdetail .productdetail-points span {
    color: #cd9700;
    font-size: 1rem;
    font-weight: 300; }
.productdetail .productdetail-description {
  color: #333;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem;
  margin-bottom: 5px; }
.productdetail .productdetail-addcart {
  text-align: right;
  padding: 15px; }
.productdetail .otherProducts-title {
  color: #333;
  margin-bottom: 15px; }
.productdetail .productscarousel {
  padding: 30px 0; }
  .productdetail .productscarousel .slick-track {
    display: flex !important;
    padding: 0 0 30px 0; }
  .productdetail .productscarousel .slick-slide {
    padding: 0px 15px;
    height: inherit !important; }
    .productdetail .productscarousel .slick-slide .productlistitem-info {
      padding: 15px 15px 30px 15px; }

.otherProducts {
  padding: 15px 0; }

@media (min-width: 768px) {
  .productdetail .content-main {
    margin-bottom: 0px;
    margin-top: 10px; }
  .productdetail .productdetail-image {
    text-align: left;
    margin-bottom: 0px; }
  .productdetail .productdetail-title {
    font-size: 2.4rem; }
  .productdetail .productdetail-points {
    font-size: 3rem;
    line-height: 3.4rem; }
    .productdetail .productdetail-points sub {
      font-size: 1.2rem; }
  .productdetail .productdetail-description {
    font-size: 1.4rem; }
  .productdetail .productdetail-addcart {
    text-align: left; } }
#ContentMain_rptPaging tbody tr td a {
  background-color: transparent !important;
  text-align: center; }

.ranking .header {
  margin-bottom: 30px; }
.ranking .ranking-cards {
  margin-top: 25px;
  margin-bottom: 20px; }
.ranking .ranking-card {
  box-shadow: 0 3px 13px #ffffff;
  border-radius: 15px;
  background-color: #fff;
  padding: 28px 0px;
  text-align: center; }
.ranking .ranking-card-image {
  width: 64px;
  height: 64px; }
.ranking .ranking-card-image.bronze path {
  fill: #cb7136; }
.ranking .ranking-card-image.silver path {
  fill: #898b8d; }
.ranking .ranking-card-name {
  display: block;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 10px; }
.ranking .ranking-card-points {
  display: inline-block;
  color: #31767b;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 15px;
  border: 1px solid #31767b;
  height: 20px;
  line-height: 2rem;
  padding: 0px 10px; }
.ranking .ranking-list .item {
  box-shadow: 0 2px 4px rgba(202, 219, 220, 0.49);
  border-radius: 8px;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
  padding: 12px 0px; }
.ranking .ranking-list .item-position {
  color: #78c4d2;
  font-size: 1.6rem;
  font-weight: 500; }
.ranking .ranking-list .item-name {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700; }
.ranking .ranking-list .item-points {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400; }

.elearning .courseitem {
  display: block;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 3px 13px rgba(202, 219, 220, 0.49);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 13px 18px; }
.elearning .courseitem-title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1rem;
  margin-bottom: 5px; }
.elearning .courseitem-rating {
  list-style: none;
  margin-bottom: 15px; }
  .elearning .courseitem-rating li {
    display: inline-block; }
  .elearning .courseitem-rating .active svg .border {
    fill: #2d2926; }
.elearning .courseitem-label {
  display: block;
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 400; }
.elearning .courseitem-dates {
  margin-bottom: 15px; }
.elearning .courseitem-date {
  display: block;
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem; }
.elearning .courseitem-bar {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #cd9700;
  margin-top: 5px;
  margin-bottom: 11px; }
.elearning .courseitem-bar-fill {
  display: inline-block;
  border-radius: 5px;
  background-color: #cd9700;
  height: 100%;
  vertical-align: top; }
.elearning .courseitem-bar-label {
  position: absolute;
  top: -1px;
  right: 10px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: top; }
  .elearning .courseitem-bar-label span {
    font-size: 1rem;
    font-weight: 400; }
.elearning .courseitem-pointsobtained.empty {
  height: 27px;
  margin-bottom: 11px; }
.elearning .courseitem-points {
  color: #78c4d2;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 34px; }
  .elearning .courseitem-points sub {
    color: #898b8d;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem; }
.elearning .courseitem-go {
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 50px;
  height: 51px;
  line-height: 44px;
  border-radius: 25px;
  background-color: #2d2926;
  text-align: center; }
  .elearning .courseitem-go img, .elearning .courseitem-go svg {
    width: 20px;
    height: 25px; }

@media (min-width: 768px) {
  .elearning .courseitem-points {
    font-size: 3rem; }
    .elearning .courseitem-points sub {
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.8rem; }
  .elearning .courseitem-go {
    right: 15px; } }
.elearningdetail .header {
  margin-bottom: 30px; }
.elearningdetail .section-title {
  color: #78c4d2;
  margin-bottom: 15px;
  font-weight: 700; }
.elearningdetail .elearningdetail-info {
  margin-bottom: 30px;
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem; }
  .elearningdetail .elearningdetail-info .progressbar {
    margin-top: 8px; }
  .elearningdetail .elearningdetail-info .rating {
    margin-top: -3px; }
.elearningdetail .elearningdetail-infolabel {
  display: block;
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 5px; }
.elearningdetail .progressbar {
  min-width: 145px; }
.elearningdetail .elearningdetail-menu {
  display: none;
  background-color: #ffffff;
  list-style: none;
  box-shadow: 0 2px 4px rgba(161, 193, 196, 0.54);
  font-size: 1.4rem;
  font-weight: 600; }
  .elearningdetail .elearningdetail-menu li a {
    color: #333;
    display: block;
    padding: 18px;
    border-bottom: 1px solid #e8f6f7; }
  .elearningdetail .elearningdetail-menu li a:hover {
    text-decoration: none; }
  .elearningdetail .elearningdetail-menu li a.active {
    background-color: #ffffff;
    color: #78c4d2; }
    .elearningdetail .elearningdetail-menu li a.active svg .border {
      fill: #78c4d2; }
  .elearningdetail .elearningdetail-menu li a.read svg .border {
    fill: #78c4d2; }
  .elearningdetail .elearningdetail-menu ul {
    list-style: none; }
  .elearningdetail .elearningdetail-menu .menuitem-icon {
    padding-right: 5px; }
  .elearningdetail .elearningdetail-menu .menuitem-title {
    padding-left: 5px; }
  .elearningdetail .elearningdetail-menu ul li a {
    padding-left: 28px; }
  .elearningdetail .elearningdetail-menu ul ul li a {
    padding-left: 38px; }

.elearningdetail-back {
  display: inline-block;
  color: #898b8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
  margin-bottom: 20px;
  text-decoration: none; }

.elearningdetail-content {
  color: #575757;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 20px; }

.elearningdetail-quizz {
  box-shadow: 0 3px 13px rgba(161, 193, 196, 0.54);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 33px 40px;
  margin-bottom: 30px; }
  .elearningdetail-quizz .quizz-title {
    color: #78c4d2;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem; }
  .elearningdetail-quizz .quizz-questionsnumber {
    color: #898b8d;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
    margin-top: 17px; }
    .elearningdetail-quizz .quizz-questionsnumber span {
      color: #333;
      font-size: 1.9rem;
      font-weight: 400; }
  .elearningdetail-quizz .quizz-question {
    color: #333;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem; }
  .elearningdetail-quizz .quizz-answers {
    color: #333;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6rem;
    margin-left: 20px;
    margin-top: 12px;
    margin-bottom: 20px; }
    .elearningdetail-quizz .quizz-answers input {
      margin-right: 5px; }
    .elearningdetail-quizz .quizz-answers label {
      vertical-align: top; }

.elearningdetail-menutoggle {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 18px;
  background-color: #2d2926;
  box-shadow: 0 2px 4px rgba(161, 193, 196, 0.54);
  cursor: pointer; }

@media (min-width: 768px) {
  .elearningdetail .header {
    margin-left: 0; }
  .elearningdetail .elearningdetail-menu {
    display: block; }
  .elearningdetail .elearningdetail-content {
    margin-top: 0px; } }
.legalTerms .howTo .instruction {
  margin: 0 0 30px 0; }
  .legalTerms .howTo .instruction .photo {
    position: relative;
    overflow: hidden; }
  .legalTerms .howTo .instruction .photo:after {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: "";
    border: 1px solid #fff;
    top: 10px;
    left: 10px; }
  .legalTerms .howTo .instruction .intro {
    padding: 15px; }
    .legalTerms .howTo .instruction .intro h2 {
      margin: 0 0 15px 0;
      font-weight: bold;
      color: #2d2926; }
.legalTerms .howTo .instruction:hover .photo img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  -moz-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  -o-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96); }

.rgMasterTable {
  font-family: 'Montserrat' !important;
  min-width: 100% !important;
  width: 100% !important;
  max-width: none !important; }

.rgFilterRow > td span {
  max-width: 60px;
  min-width: 20px !important; }

.RadGrid_Default .rgFilterRow > td {
  border-bottom: 1px solid #828282; }

.RadGrid .rgFilterRow > td {
  text-align: left !important;
  padding: 5px !important; }

.RadGrid .rgFilterRow > td input[type="text"] {
  max-width: 60px; }

.RadGrid .rgFilterRow > td input[type="button"] {
  min-width: 20px !important; }

.rgDataDiv {
  height: auto !important;
  max-height: 450px !important; }

.RadGrid_Default {
  color: #000;
  font-family: 'Montserrat' !important;
  margin: 15px auto;
  border: 1px solid #ccc !important; }
  .RadGrid_Default caption {
    display: none !important; }

.RadGrid_Default .rgFooterDiv, .RadGrid_Default .rgFooter {
  display: none !important; }

.RadGrid_Default .rgCommandRow {
  background: #ebebeb !important;
  border-left: 1px solid #ebebeb !important;
  border-right: 1px solid #ebebeb !important; }

.RadGrid_Default .rgHeader,
.RadGrid_Default th.rgResizeCol,
.RadGrid_Default .rgHeaderWrapper {
  border: 0;
  border-bottom: 1px solid #828282;
  background-image: none;
  white-space: nowrap;
  height: auto;
  padding: 5px 10px;
  background-color: #c293c7;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat' !important;
  line-height: 1.3; }

.RadGrid_Default .rgFilterRow {
  height: 40px;
  background: #ebebeb;
  border-left: 1px solid #ebebeb !important;
  border-right: 1px solid #ebebeb !important; }

.RadGrid_Default .rgFilterRow td {
  height: 40px;
  text-align: center; }

.RadGrid_Default .rgRow > td:first-of-type {
  border-left: 1px solid #ebebeb !important; }

.RadGrid_Default .rgRow > td:last-of-type {
  border-right: 1px solid #ebebeb !important; }

.RadGrid_Default .rgAltRowrgAltRow > td:first-of-type {
  border-left: 1px solid #ebebeb !important; }

.RadGrid_Default .rgAltRow > td:last-of-type {
  border-right: 1px solid #ebebeb !important; }

.RadGrid_Default .rgRow > td {
  border-bottom: 1px solid #ebebeb !important; }

.RadGrid_Default .rgAltRowrgAltRow > td {
  border-bottom: 1px solid #ebebeb !important; }

.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper {
  border: 0;
  border-bottom: 1px solid #ccc;
  background: #ebebeb !important; }

.RadGrid_Default .rgHeader a {
  color: #fff; }

.RadGrid_Default .rgRow > td {
  font-size: 1.4rem;
  color: #000;
  padding: 2px 10px; }

.RadGrid_Default .rgAltRow > td {
  font-size: 1.4rem;
  color: #000;
  padding: 2px 10px; }

.wrapp-content-type-upload {
  background-color: #fff;
  padding: 15px; }

.wrapp-panel-admin {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 10px; }

.wrapp-upload {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  margin-bottom: 30px; }
  .wrapp-upload .drag-drop-area {
    min-height: 150px;
    border: 2px dashed #8e8e8d;
    text-align: center;
    cursor: pointer;
    background-image: url(/images/icons/file.svg);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: center 30px;
    padding: 120px 15px 15px 15px;
    border-radius: 5px; }
    .wrapp-upload .drag-drop-area .uploadFile {
      padding: 15px; }
      .wrapp-upload .drag-drop-area .uploadFile input[type="file"]::file-selector-button {
        border: 1px solid #2d2926;
        padding: 5px 30px;
        margin-right: 15px;
        color: #000;
        transition: .5s;
        border-radius: 5px; }
  .wrapp-upload .drag-drop-area:hover {
    border-color: #2d2926; }

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.admin table tr td .ico {
  width: 24px; }
.admin .user-profile-table th:last-child,
.admin .user-profile-table td:last-child {
  text-align: left; }
.admin .adminBanners {
  width: 100%;
  margin: 0 15px; }
.admin .newBanner {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 30px 15px 30px 15px;
  margin: 0 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
.admin .note {
  margin: 2px 0;
  padding: 5px;
  font-size: 1.2rem;
  color: #000; }
.admin .active {
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
  margin: 0 auto 15px auto; }
.admin .uploadImage {
  padding: 0;
  border-radius: 25px;
  border: 3px solid #939598; }
  .admin .uploadImage input[type="file"]::file-selector-button {
    height: 36px;
    border: 1px solid #2d2926;
    padding: 5px 30px;
    margin-right: 15px;
    background-color: #2d2926;
    color: #fff;
    transition: .5s;
    border-radius: 25px; }
  .admin .uploadImage input[type="file"]::-ms-browse:hover {
    background-color: #939598;
    color: #ffffff; }
  .admin .uploadImage input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #939598;
    color: #ffffff; }
  .admin .uploadImage input[type="file"]::file-selector-button:hover {
    background-color: #939598;
    color: #ffffff; }

/*# sourceMappingURL=styles.css.map */
