@charset "UTF-8";
.bg-gray-100 {
  box-sizing: border-box;
  background-color: yellow !important;
}
@media (min-width: 600px) {
  .bg-gray-100 {
    background-color: red !important;
  }
}
@media (min-width: 900px) {
  .bg-gray-100 {
    background-color: green !important;
  }
}
@media (min-width: 1024px) {
  .bg-gray-100 {
    background-color: blue !important;
  }
}
@media (min-width: 1800px) {
  .bg-gray-100 {
    background-color: purple !important;
  }
}

* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  font-family: "Inter";
  color: #FFF;
  background-color: #142F54;
}

a {
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: "InterThin";
  src: url(/fonts/Inter-ExtraLight.woff2?72505e6a122c6acd5471dbc0cb28e12e) format("woff2"), url(/fonts/Inter-ExtraLight.ttf?19c859e32d783f228f53e2e33df33d2f) format("ttf");
}
@font-face {
  font-family: "InterExtraLight";
  src: url(/fonts/Inter-ExtraLight.woff2?72505e6a122c6acd5471dbc0cb28e12e) format("woff2"), url(/fonts/Inter-ExtraLight.ttf?19c859e32d783f228f53e2e33df33d2f) format("ttf");
}
@font-face {
  font-family: "InterLight";
  src: url(/fonts/Inter-Light.woff2?2d5198822ab091ce430554a436cdf53c) format("woff2"), url(/fonts/Inter-Light.ttf?e7dd1399358ca04ed457d18330e193f7) format("ttf");
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Regular.woff2?133ad19960cd5dc1bd7e181b7544bcef) format("woff2"), url(/fonts/Inter-Regular.ttf?9cd7588f47651215d52f3cec8c6f4a44) format("ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url(/fonts/Inter-Medium.woff2?0e3cc9f2e33d6d2c5936568cc1bbf445) format("woff2"), url(/fonts/Inter-Medium.ttf?18b8c68e64126db9ce88dfcf10b6ac84) format("ttf");
}
@font-face {
  font-family: "InterSemiBold";
  src: url(/fonts/Inter-SemiBold.ttf?c6588ec1e3a1f399c5c0ddab71a0caba) format("ttf"), url(/fonts/Inter-SemiBold.ttf?c6588ec1e3a1f399c5c0ddab71a0caba) format("ttf");
}
@font-face {
  font-family: "InterBold";
  src: url(/fonts/Inter-Bold.woff2?4033e8518aad7a71402ae08c3d00f88e) format("woff2"), url(/fonts/Inter-Bold.ttf?3e3cb905bf27a4c8c370fd245d959030) format("ttf");
}
@font-face {
  font-family: "InterExtraBold";
  src: url(/fonts/Inter-ExtraBold.ttf?55189ddfcadbb76776b5b6e221e5a5f6) format("ttf"), url(/fonts/Inter-ExtraBold.ttf?55189ddfcadbb76776b5b6e221e5a5f6) format("ttf");
}
@font-face {
  font-family: "InterBlack";
  src: url(/fonts/Inter-Black.ttf?54c4088fddcfe5fabaca0eb68c76a3c6) format("ttf"), url(/fonts/Inter-Black.ttf?54c4088fddcfe5fabaca0eb68c76a3c6) format("ttf");
}
h1, h2, h3, h4, h5, h6 {
  color: white;
}

p {
  font: normal normal normal 16px/18px Inter;
  color: #FFFFFF;
}

.btn__inactive {
  background-color: #667790 !important;
}
.btn__secondary {
  border: 1px solid #E65C5C;
  color: #E65C5C !important;
  background-color: #142F54 !important;
}

.card_account {
  perspective: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 179px;
  font: normal normal normal 16px/18px Inter;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .card_account {
    margin-top: -56px;
  }
}
.card_account.is-switched .card_account__wrapper {
  transform: rotateY(180deg);
}
.card_account--title {
  display: flex;
  align-items: center;
}
.card_account--title--divQR {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 87px;
}
.card_account--title--txtQR {
  font-size: 12px;
}
.card_account--title--footer {
  padding-top: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.card_account--title--icon {
  margin-right: 8px;
  width: 36px;
  height: 20.2px;
}
.card_account--title--icon2 {
  width: 70px;
  height: 24px;
}
.card_account--title--txt {
  font-size: 12px;
  color: white;
  font: normal normal medium 12px/14px Inter;
}
.card_account--title--txt2 {
  display: none;
  position: relative;
  margin-left: 190px;
  margin-top: -25px;
  font: normal normal normal 12px/15px Inter Medium;
}
.card_account--title--qr {
  position: absolute;
  right: 40px;
  margin-top: 5px;
  right: 35px;
  /* left: 100%; */
  width: 42px;
  height: 42px;
}
.card_account--title--icon3 {
  position: absolute;
  float: right;
  right: 59px;
  width: 24px;
  height: 24px;
  margin-top: -74px;
}
.card_account--logo {
  margin-top: 10px;
  width: 211px;
  height: 47px;
}
.card_account--numtarjeta {
  font-size: 21px;
  line-height: 23px;
  height: 23px;
  margin-top: 10px;
}
.card_account--numtarjeta.process {
  font-size: 18px;
  color: #E65C5C;
}
.card_account--nombretarjeta {
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  height: 15px;
}
.card_account--date {
  margin-top: 9px;
  font-size: 12px;
  line-height: 15px;
  height: 15px;
  font-family: InterMedium;
}
.card_account__wrapper {
  width: 100%;
  transform-style: preserve-3d;
  transition: all 0.5s ease-in;
}
.card_account__side {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(/images/fondoaccount.png?cb749e7…);
  background-size: 100% 100%;
  padding: 16px 19px 15px 19px;
}
@media (min-width: 1024px) {
  .card_account__side {
    height: 200px;
    padding: 24px;
    /*width: 35px !important;*/
    width: 340px !important;
    border-radius: 12px;
    background-position: center;
    background-size: 102% 100%;
  }
}
.card_account__side.is-active {
  position: static;
  width: 100%;
}
.card_account__side--back {
  transform: rotateY(180deg);
}
.card_account--reverseSide {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.card_account--reverseSide .divBack {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 90px;
}

.modal-login-redirect {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0 -24px 0 0;
}
.modal-login-redirect__modal {
  width: 100%;
  height: 317px;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  bottom: 0;
  padding: 16px 24px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 20px #051121;
  border-radius: 12px;
  text-align: center;
}
.modal-login-redirect__modal header {
  font: normal normal medium 16px/25px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-align: left;
}
.modal-login-redirect__modal header .pull-right {
  float: right;
}
.modal-login-redirect__modal--wrapper {
  margin-top: 36px;
  font: normal normal normal 16px/20px InterMedium;
  letter-spacing: 0.26px;
  color: #FFFFFF;
}
.modal-login-redirect__modal--wrapper a {
  display: block;
  margin-top: 16px;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  color: white;
  background-color: #1F3E66;
  font: normal normal bold 16px/50px Inter;
  letter-spacing: 0.26px;
  opacity: 0.7;
  border: 1px solid;
  border-color: #619FCB;
}
.modal-login-redirect__modal--wrapper a:first-child {
  margin-top: 24px;
}
.modal-login-redirect__modal--wrapper a img {
  position: relative;
  top: 6px;
}
.modal-login-redirect__modal--wrapper a.active {
  background-color: #E65C5C;
  border-color: #E65C5C;
  opacity: 1;
}
@media (min-width: 1024px) {
  .modal-login-redirect__modal--wrapper {
    width: 50%;
    margin: 36px auto;
  }
}

.cookies-notice {
  display: none;
  background: #486085 0% 0% no-repeat padding-box;
  opacity: 0.9;
  backdrop-filter: blur(56px);
  -webkit-backdrop-filter: blur(56px);
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 24px 24px 32px;
}
.cookies-notice__paragraph {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.cookies-notice__paragraph span {
  text-align: left;
  text-decoration: underline;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.cookies-notice__buttons-row {
  display: flex;
  justify-content: space-between;
}
.cookies-notice__buttons-row button {
  border-radius: 8px;
  opacity: 1;
  font: normal normal bold 16px/20px Inter;
  color: #FFFFFF;
  opacity: 1;
  width: 157px;
  height: 36px;
  margin-top: 27px;
}
.cookies-notice__buttons-row--more-info {
  border: 1px solid #FFFFFF;
  text-align: left;
  letter-spacing: 0.13px;
  background-color: transparent;
  padding-left: 13px;
}
.cookies-notice__buttons-row--agree {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 0.5px solid #E65C5C;
  text-align: center;
  letter-spacing: 0.26px;
}
@media (min-width: 1024px) {
  .cookies-notice {
    display: block;
    position: fixed;
    z-index: 200;
    top: 75px;
    left: 20px;
    height: 255px;
    width: 375px;
    background: #8899B377 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 8px #00000080;
    opacity: 1;
    -webkit-backdrop-filter: blur(48px);
            backdrop-filter: blur(48px);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .cookies-notice::after {
    content: " ";
    position: absolute;
    top: -26px;
    left: 115px;
    margin-left: 0px;
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent #8899B377 transparent;
  }
  .cookies-notice__paragraph {
    line-height: 20px;
    font: normal normal normal 16px/20px Inter;
  }
  .cookies-notice__buttons-row--more-info {
    cursor: pointer;
  }
  .cookies-notice__buttons-row--agree {
    cursor: pointer;
  }
  .cookies-notice .button-config {
    cursor: pointer;
  }
}

.footer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #1F3E66;
  z-index: 14;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 52px;
  width: 100%;
  height: 56px;
}
.footer__linkIcon--container {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer__linkIcon--img {
  width: 24px;
  height: 24px;
}
.footer__linkIcon--title {
  font: normal normal normal 11px/14px Inter;
  letter-spacing: 0.18px;
  color: #667790;
}
.footer__linkIcon--number {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #FFF;
  background-color: #E65C5C;
}
.footer__linkIcon--number p {
  font: normal normal bold 11px Inter;
  letter-spacing: 0.19px;
  color: #FFF;
}
.footer .hidden {
  display: none;
}
.footer .active {
  color: #E65C5C;
}
@media (min-width: 1024px) {
  .footer {
    margin-left: 20%;
    display: block;
    position: fixed;
    top: 5px;
    max-width: 816px;
    width: 54.81%;
    height: 56px;
    background-color: #1F3E66;
    z-index: 999;
  }
  .footer__linkIcon--container {
    max-width: 272px;
    width: 33.33%;
    height: 100%;
    flex-direction: unset;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
  }
  .footer__linkIcon--title {
    font: normal normal normal 14px/16px Inter;
    letter-spacing: 0.18px;
    margin-left: 12px;
  }
  .footer__linkIcon--number {
    position: relative;
    top: 14px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #FFF;
    background-color: #E65C5C;
    transform: translate(-86px, -24px);
  }
  .footer__linkIcon--number p {
    font: normal normal bold 11px Inter;
    letter-spacing: 0.19px;
    color: #FFF;
  }
  .footer .activebottom {
    border-bottom: 5px solid #E65C5C;
    border-radius: 3px 3px 3px 3px;
  }
}

.container {
  margin: 72px 24px 70px;
}
.container.m-t-52 {
  margin-top: 52px;
}
@media (min-width: 1024px) {
  .container {
    margin: 0px;
    margin-top: 102px;
  }
}

.admin-header {
  display: none;
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  color: #FFF;
  background-color: #142F54;
  clear: both;
  z-index: 14;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 24px;
  width: 100%;
  height: 62px;
}
.header__block--right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  width: 167px;
}
.header__block--rightDesktop {
  display: none;
}
.header__logo {
  height: 44px;
  width: auto;
}
.header__link {
  font-family: "InterBold";
  font-size: 16px;
  letter-spacing: 0.26px;
  color: #E65C5C;
  visibility: hidden;
}
.header__linkIcon--container {
  display: flex;
  align-items: center;
  width: 92px;
  height: 52px;
  border-radius: 12px;
  background-color: #1F3E66;
  padding: 0 8px;
}
.header__linkIcon--container p {
  font-family: "InterBold";
  font-size: 14px;
  letter-spacing: 0.22px;
  margin-left: 8px;
}
.header__linkIcon--container.active {
  background-color: #e65c5c5c;
}
.header__linkIcon--img {
  width: 24px;
  height: 24px;
}
.header__linkIcon--img-active {
  width: 24px;
  height: 24px;
  display: none;
}
.header .cinema-desktop {
  display: none;
}
.header .hide {
  display: none;
}
.header .show {
  display: block;
}
.header .tooltiptext {
  display: none;
}
@media (min-width: 1024px) {
  .header {
    z-index: 101;
    background: #1F3E66 0% 0% no-repeat padding-box;
  }
  .header__container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .header .cinema-desktop {
    cursor: pointer;
    display: none;
  }
  .header .cinema-mobile {
    display: block;
  }
  .header .tooltip {
    position: relative;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header .tooltip {
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .header .tooltiptext {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header .tooltip .tooltiptext {
    visibility: hidden;
    width: 135px;
    background-color: #667790;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: -80%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media (min-width: 1024px) {
  .header .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .header .activebottom {
    border-bottom: 4px solid #E65C5C;
    border-radius: 3px 3px 3px 3px;
  }
}
@media (min-width: 1024px) {
  .header__block--right {
    width: 280px;
    height: 56px;
  }
  .header__block--right__login {
    width: 186px;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    padding-top: 15px;
  }
}

.section-home {
  background-color: #142F54;
}
.section-home .xs-hidden {
  display: none;
}
.section-home .mobile-show {
  display: block;
}
.section-home .desktop-show {
  display: none;
}
.section-home .successful-account-activated {
  display: none;
  width: calc(100% - 48px);
  padding: 8px 0px;
  position: fixed;
  bottom: 12%;
  text-align: center;
  font: normal normal 500 15px/18px Inter;
  letter-spacing: 0px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .section-home .successful-account-activated {
    width: 20%;
    bottom: 14%;
    text-align: center;
    font: normal normal 600 15px/18px Inter;
    margin-left: -5%;
    font-size: 15px;
  }
}
.section-home__header {
  margin-bottom: 4px;
  text-align: left;
  opacity: 1;
}
.section-home__title {
  font: normal normal bold 32px/34px Inter;
  letter-spacing: 0.51px;
  color: white;
}
.section-home__banner {
  display: none;
  background-image: url(/images/img.png?34e6c8d661c3ce63cadd9b95eba5c136);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  width: 100%;
  height: 384px;
  margin-top: 12px;
  position: relative;
  padding-top: 19px;
  padding-left: 16px;
}
.section-home__banner p {
  position: relative;
  font: normal normal 500 12px/15px Inter;
  text-align: left;
  letter-spacing: 0.29px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 4px;
  z-index: 1;
}
.section-home__banner h1 {
  position: relative;
  width: 295px;
  text-align: left;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  opacity: 1;
  z-index: 1;
}
.section-home__banner--gradient-superior {
  width: 100%;
  height: 130px;
  background: transparent linear-gradient(180deg, #021022E6 0%, #02102280 53%, #02102200 100%) 0% 0% no-repeat padding-box;
  border-radius: 12px 12px 0px 0px;
  opacity: 0.51;
  position: absolute;
  top: 0;
  left: 0;
}
.section-home__banner--gradient-inferior {
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent linear-gradient(180deg, #021022 0%, #02102280 53%, #02102200 100%) 0% 0% no-repeat padding-box;
  border-radius: 12px 12px 0px 0px;
  opacity: 0.6;
}
.section-home__slider {
  display: none;
  position: relative;
  border-radius: 12px;
  width: 100%;
  height: 400px;
  margin-top: 12px;
  overflow: hidden;
  /*       &--left-arrow, &--right-arrow {
             display: inline-block;
         }*/
}
.section-home__slider--slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  width: 100%;
  height: 384px;
  padding: 20px;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@media (min-width: 1024px) {
  .section-home__slider--slide {
    margin-top: -30px;
  }
}
.section-home__slider--slide .slider-reward--title {
  font: normal normal 500 15px/19px Inter;
  letter-spacing: 0.12px;
  color: #FFFFFF;
  opacity: 1;
}
.section-home__slider--slide .slider-reward--discount {
  position: relative;
  left: 77%;
  top: -30px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  width: 56px;
  height: 32px;
  padding: 6px 12px;
  text-align: center;
}
.section-home__slider--slide .slider-reward--low-half {
  height: 132px;
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF5D 16%, #FFFFFFE5 44%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 12px 12px;
  opacity: 1;
  position: relative;
  top: 48.7%;
  left: -16px;
  width: 105%;
  text-align: center;
}
.section-home__slider--slide .slider-reward--low-half img {
  width: 279px;
  height: 116px;
}
.section-home__slider p {
  font: normal normal 500 12px/15px Inter;
  text-align: left;
  letter-spacing: 0.29px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 4px;
}
.section-home__slider h1 {
  max-width: 100%;
  text-align: left;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  opacity: 1;
}
.section-home__slider--dots {
  display: none;
  z-index: 100;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.section-home__slider--dots .dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0;
  margin-right: 7px;
  background: #FFFFFF80 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.section-home__slider--dots .active {
  background: #E65C5C 0% 0% no-repeat padding-box;
  opacity: 1;
}
.section-home__slider--left-arrow, .section-home__slider--right-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  top: 90%;
  cursor: pointer;
  background-position: 10% 20%;
  z-index: 10;
}
.section-home__slider--right-arrow {
  float: right;
  right: 2%;
  background-image: url("/images/icons/icon - shape - circle chevron rigth.svg");
}
.section-home__slider--left-arrow {
  left: 2%;
  background-image: url("/images/icons/icon - shape - circle left.svg");
}
.section-home__buttons {
  padding-top: 24px;
  padding-bottom: 40px;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-home__buttons button {
  height: 78px;
  padding-top: 0;
  padding-left: 12px;
  vertical-align: top;
  margin-bottom: 16px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  border: none;
  text-align: left;
  width: 47.71%;
}
@media (min-width: 1024px) {
  .section-home__buttons button {
    font: normal normal 500 21px/25px Inter;
    letter-spacing: 0.34px;
    width: 21.64vw;
    min-width: 323px;
    height: 6.75vw;
    min-height: 106px;
    margin: 0;
    padding-left: 1.4vw;
  }
}
.section-home__buttons button.last {
  margin-bottom: 0px;
}
.section-home__buttons button:focus {
  outline: none;
}
.section-home__buttons img {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.section-home__buttons .register {
  height: 78px;
  padding-top: 0;
  vertical-align: top;
  margin-bottom: 16px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  border: none;
  text-align: center;
  width: 47.71%;
}
.section-home__buttons .register .lg-text-shadow-t1 {
  display: none;
}
.section-home__buttons .register .sm-text-shadow-t1 {
  font-size: 14px;
  text-shadow: 3px 2px 1px #d10025;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
}
.section-home__buttons .register .text-shadow-t2 {
  font-size: 16px;
  text-align: center;
  line-height: 19px;
  padding-top: 5px;
  display: none;
}
.section-home__buttons .register .go-register {
  background: #C82F0E;
  text-align: center;
  border-radius: 10px;
  padding: 6px 10px;
  margin-top: 8px;
  display: inline-block;
  color: #ffffff;
}
.section-home__buttons .register img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.section-home__contact {
  height: 56px;
  margin: 0;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
  border: none;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
}
.section-home__contact:focus {
  outline: none;
}
.section-home__contact img {
  margin-right: 18px;
  vertical-align: middle;
}
.section-home__advertisement {
  margin: 0px 0px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.section-home__advertisement-responsive {
  width: 100%;
}
.section-home__advertisement-responsive .img-responsive {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: bottom;
     object-position: bottom;
}
.section-home__footer {
  margin: 30px 0px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.section-home__footer-terms {
  order: 1;
}
.section-home__footer-social {
  order: 0;
  margin-bottom: 20px;
}
.section-home__footer-title {
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
}
.section-home__footer-body {
  margin-top: 20px;
  font: normal normal 500 12px/18px Inter;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-align: justify;
}
.section-home__footer-body h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 35px 0px 20px 0px;
}
.section-home__footer-body ol {
  padding: 10px;
  font: normal normal 500 12px/18px Inter;
}
.section-home__footer-body .bold {
  font: normal normal bold 12px/18px InterBold;
}
.section-home__footer-body ol li {
  font: normal normal 500 13px/18px Inter;
  margin: 10px 0px;
}
.section-home__footer hr {
  margin-top: 8px;
  width: 190px;
  border-top: 2px solid #E65C5C;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.section-home .slider {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: column;
  background: #ffffff16;
  box-shadow: 0 8px 32px 0 #ffffff16;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 6px;
  border: 1px solid #ffffff04;
  padding: 0;
}
.section-home .slider .image {
  height: 100%;
}
.section-home .slider .image img {
  display: block;
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-home .slider.loading .image,
.section-home .slider.loading .content * {
  background-color: #ededed0f;
  background: linear-gradient(100deg, #ffffff00 40%, #ffffff12 50%, #ffffff00 60%) #ededed0f;
  background-size: 200% 100%;
  background-position-x: 180%;
  -webkit-animation: 1.6s Shine ease-in-out infinite;
          animation: 1.6s Shine ease-in-out infinite;
}
.section-home .slider.loading .content h1 {
  min-height: 32px;
  border-radius: 4px;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.section-home .slider.loading .content h2 {
  min-height: 64px;
  border-radius: 4px;
  -webkit-animation-delay: 0.07s;
          animation-delay: 0.07s;
}
@media (min-width: 1024px) {
  .section-home {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 62.81%;
    min-width: 850px;
    margin: auto;
  }
  .section-home .desktop-show {
    display: block !important;
  }
  .section-home .mobile-show {
    display: none !important;
  }
  .section-home__header {
    width: 100%;
    margin-bottom: 32px;
  }
  .section-home__banner {
    width: 36.74vw;
    min-width: 502px;
    height: 36.9vw;
    min-height: 504px;
    margin-top: 0px;
    cursor: pointer;
  }
  .section-home__banner p {
    font: normal normal 500 14px/17px Inter;
    letter-spacing: 0.34px;
    margin-bottom: 8px;
  }
  .section-home__banner h1 {
    width: 393px;
    font: normal normal 500 21px/25px Inter;
    letter-spacing: 0.34px;
  }
  .section-home__slider {
    width: 36.74vw;
    min-width: 502px;
    height: 36.9vw;
    min-height: 504px;
    margin-top: 0px;
    cursor: pointer;
  }
  .section-home__slider--slide {
    min-width: 502px;
    height: 36.9vw;
    min-height: 504px;
  }
  .section-home__slider--slide .slider-reward--low-half {
    top: 55%;
  }
  .section-home__slider p {
    font: normal normal 500 14px/17px Inter;
    letter-spacing: 0.34px;
    margin-bottom: 8px;
  }
  .section-home__slider h1 {
    width: 393px;
    font: normal normal 500 21px/25px Inter;
    letter-spacing: 0.34px;
  }
  .section-home__slider--left-arrow, .section-home__slider--right-arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 50%;
    position: relative;
    top: 50%;
    cursor: pointer;
    background-position: 10% 20%;
  }
  .section-home__slider--right-arrow {
    float: right;
    right: 2%;
    background-image: url("/images/icons/icon - shape - circle chevron rigth.svg");
  }
  .section-home__slider--left-arrow {
    left: 2%;
    background-image: url("/images/icons/icon - shape - circle left.svg");
  }
  .section-home__buttons {
    padding: 0;
    width: 23.7vw;
    min-width: 324px;
    height: 36.9vw;
    min-height: 504px;
    display: inline-block;
    justify-content: flex-start;
    flex-direction: unset;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .section-home__buttons button {
    font: normal normal 500 21px/25px Inter;
    letter-spacing: 0.34px;
    width: 21.64vw;
    min-width: 323px;
    height: 6.75vw;
    min-height: 106px;
    margin-bottom: 26px;
    padding-left: 1.4vw;
  }
  .section-home__buttons button.last {
    margin-bottom: 0;
  }
  .section-home__buttons button div {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.75vw;
  }
  .section-home__buttons button div img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 1px;
    margin: auto;
  }
  .section-home__buttons button:nth-of-type(1) div {
    background-color: rgba(230, 92, 138, 0.2);
  }
  .section-home__buttons button:nth-of-type(2) div {
    background-color: rgba(230, 138, 92, 0.2);
  }
  .section-home__buttons button:nth-of-type(3) div {
    background-color: rgba(230, 184, 92, 0.2);
  }
  .section-home__buttons button:nth-of-type(4) div {
    background-color: rgba(129, 70, 140, 0.5);
  }
  .section-home__buttons .register {
    font: normal normal 500 21px/25px Inter;
    letter-spacing: 0.34px;
    width: 21.64vw;
    min-width: 323px;
    height: 6.75vw;
    min-height: 106px;
    margin-bottom: 26px;
    cursor: pointer;
    background: #1F3E66 0% 0% no-repeat padding-box;
    border-radius: 12px;
    text-align: center;
  }
  .section-home__buttons .register .sm-text-shadow-t1 {
    display: none;
  }
  .section-home__buttons .register .lg-text-shadow-t1 {
    display: block;
    text-shadow: 3px 2px 1px #d10025;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
  }
  .section-home__buttons .register .text-shadow-t2 {
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    padding-top: 5px;
    display: block;
  }
  .section-home__buttons .register .go-register {
    background: #C82F0E;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    padding: 6px 10px;
    margin-top: 6px;
    display: inline-block;
    color: #ffffff;
  }
  .section-home__buttons .register img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
  .section-home__contact {
    width: 100%;
    background: #1F3E66 0% 0% no-repeat padding-box;
    margin-top: 32px;
    border-radius: 12px;
    padding: 16px 32px;
  }
  .section-home__advertisement {
    margin: 30px 0px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .section-home__advertisement-responsive {
    width: 100%;
    display: block;
  }
  .section-home__advertisement-responsive .img-responsive {
    width: 100%;
    height: 115px;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .section-home__footer {
    margin: 30px 0px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
  }
  .section-home__footer-terms {
    order: 0;
    width: 80%;
    padding-right: 30px;
    border-right: 1px solid #1F3E66;
  }
  .section-home__footer-terms-title {
    font: normal normal bold 16px/20px Inter;
    letter-spacing: 0.26px;
    color: #FFFFFF;
  }
  .section-home__footer-terms-body {
    margin-top: 20px;
    font: normal normal 500 12px/18px Inter;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    text-align: justify;
  }
  .section-home__footer-terms hr {
    margin-top: 8px;
    width: 190px;
    border-top: 2px solid #E65C5C;
    border-bottom: none;
    border-right: none;
    border-left: none;
  }
  .section-home__footer-social {
    order: 1;
    text-align: center;
    width: 20%;
  }
  .section-home button {
    cursor: pointer;
  }
}
.section-home .button-social {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #1F3E66;
  border-radius: 8px;
  display: inline-block;
  font: normal normal normal 12px/32px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-align: left;
  height: 48px;
  padding: 10px;
  width: 130px;
}
.section-home .media-fb {
  background: url("/images/icons/facebook-square.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-position: 92px 10px;
  background-color: #1F3E66;
}

.modal-profile {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-profile__modal {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  padding: 24px 16px 16px;
  height: 304px;
  width: 327px;
  margin: 50% auto;
}
@media (min-width: 1024px) {
  .modal-profile__modal {
    position: relative;
    margin-top: 160px;
    width: 688px;
    height: 221px;
  }
  .modal-profile__modal .modal-left {
    position: relative;
    float: left;
    margin: 30px;
    width: 40%;
  }
  .modal-profile__modal .modal-left .title1 {
    font: normal normal bold 21px/25px Inter;
    letter-spacing: 0.34px;
    color: #FFFFFF;
    top: 20px;
  }
  .modal-profile__modal .modal-left .light1 {
    font: normal normal normal 16px/22px Inter;
    letter-spacing: 0.13px;
    color: #FFFFFF;
    margin-top: 28px;
  }
  .modal-profile__modal .modal-right {
    float: right;
    position: relative;
    margin: 30px;
    width: 40%;
  }
  .modal-profile__modal .modal-right .modal-profile__modal--image {
    margin-top: -20px;
    width: 295px;
    height: 159px;
  }
}
.modal-profile__modal--title {
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.modal-profile__modal--image {
  margin-top: 30px;
  width: 295px;
  height: 159px;
}
.modal-profile__modal--highlight {
  font: normal normal normal 16px/22px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  margin-top: 8px;
}

.modal-reminder {
  display: flex;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}
.modal-reminder__modal {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  padding: 24px 16px 16px;
  height: 503px;
  width: 327px;
}
.modal-reminder__modal--header img {
  float: right;
}
.modal-reminder__modal--title {
  margin-top: 20px;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.modal-reminder__modal--image {
  text-align: center;
}
.modal-reminder__modal--image img {
  width: 223px;
  height: 168px;
}
.modal-reminder__modal a {
  /*width: 100%;
  display: inline-block;
  height: 54px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 1px solid #E65C5C;
  border-radius: 8px;
  text-align: center;
  font: normal normal bold 16px/54px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  margin-top: 17px;*/
  cursor: pointer;
}
.modal-reminder__modal--highlight {
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  margin-top: 10px;
}
.modal-reminder.hide {
  display: none;
}

.modal-welcome {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 18vh 6.5%;
}
@media only screen and (max-height: 580px) {
  .modal-welcome {
    padding: 2vh 6.5%;
  }
}
.modal-welcome__modal {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  padding: 20px 0;
  /*height: 430px;
  min-height: 430px;*/
}
.modal-welcome__modal--header {
  width: 100%;
  padding-bottom: 15px;
}
.modal-welcome__modal--header img {
  width: 99px;
  height: 34px;
  display: block;
  margin: 0 auto;
}
.modal-welcome__modal--title {
  text-align: center;
  font: normal normal bold 21px/28px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}
.modal-welcome__modal--row {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.modal-welcome__modal--row__column {
  width: 100%;
  padding: 0px 10px;
}
.modal-welcome__modal--image {
  width: 294.5px;
  margin-left: 7px;
}
.modal-welcome__modal--paragraph {
  text-align: center;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  width: 325px;
  margin: auto;
  margin-bottom: 15px;
}
.modal-welcome__modal--highlight {
  text-align: center;
  font: normal normal bold 21px/22px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 22px;
}
.modal-welcome__modal--button {
  display: block;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 1px solid #E65C5C;
  border-radius: 8px;
  opacity: 1;
  text-align: center;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  width: 157px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}
.modal-welcome__modal .xs-show {
  display: block;
}
.modal-welcome__modal .xs-hidden {
  display: none;
}
@media (min-width: 1024px) {
  .modal-welcome__modal {
    width: 744px;
    padding: 32px;
    margin: auto;
  }
  .modal-welcome__modal header img {
    margin: 0;
    margin-left: 112px;
  }
  .modal-welcome__modal--image {
    float: right;
    width: 345px;
  }
  .modal-welcome__modal h1 {
    margin-top: 21px;
    margin-bottom: 42px;
  }
  .modal-welcome__modal--row {
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  .modal-welcome__modal--row__column {
    width: 50%;
    padding: 0px 10px;
  }
  .modal-welcome__modal--paragraph {
    margin-bottom: 8px;
  }
  .modal-welcome__modal--highlight {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .modal-welcome__modal--button {
    display: inline;
    margin: 0;
    width: 100%;
    height: 60px;
  }
  .modal-welcome__modal .md-hidden {
    display: none;
  }
  .modal-welcome__modal .md-show {
    display: block;
  }
}

.modal-advice {
  display: flex;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modal-advice__modal {
  background-image: url("/images/trivias/TriviaMagnaJun2025.png?date=20250501");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  border-radius: 10px;
  opacity: 1;
  padding: 24px 16px 16px;
  width: calc(100% - 30px);
  height: 400px;
}
.modal-advice__modal--header img {
  float: right;
  cursor: pointer;
}
.modal-advice__modal--title {
  margin-top: 20px;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.modal-advice__modal--image {
  text-align: center;
}
.modal-advice__modal--image img {
  width: 223px;
  height: 168px;
}
.modal-advice__modal--text {
  text-align: center;
  font-size: 22px;
  font: normal normal 21px/25px InterExtraLight;
  letter-spacing: 1px;
  margin-top: 30px;
}
.modal-advice__modal--text .bold {
  font-weight: bold;
  font: normal normal bold 21px/25px InterBold;
}
.modal-advice__modal--btn-footer {
  text-align: center;
  position: relative;
  bottom: 55px;
  width: 100%;
  display: inline-block;
  max-width: 100%;
}
.modal-advice__modal a {
  /*width: 100%;
  display: flex;
  justify-content: center;
  height: 54px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 1px solid #E65C5C;
  border-radius: 8px;
  text-align: center;
  font: normal normal bold 16px/54px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  margin-top: 17px;*/
  cursor: pointer;
}
.modal-advice__modal--highlight {
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  margin-top: 10px;
  height: 90%;
}
.modal-advice.hide {
  display: none;
}

@media (max-width: 320px) {
  .modal-advice__modal {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .modal-advice__modal {
    height: 600px;
    width: 600px;
    background-size: 600px 600px;
    background-image: url("/images/trivias/TriviaMagnaJun2025.png?date=20250501");
  }
  .modal-advice__modal--btn-footer {
    text-align: center;
    position: relative;
    bottom: 55px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
div.main_overlay {
  opacity: 1;
  background: #142F54;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  position: fixed;
  text-align: center;
}
div.main_overlay img {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

#overlay {
  position: relative;
  display: block;
  padding: 15px;
  max-width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

#overlay2 {
  position: relative;
  display: block;
  padding: 5px 15px;
  width: 75%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

@-webkit-keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes Shine {
  to {
    background-position-x: -20%;
  }
}
@keyframes Shine {
  to {
    background-position-x: -20%;
  }
}
.login {
  margin-top: 100px;
  width: 100%;
}
.login__marginExtra {
  margin-top: 184px;
}
.login__block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__block:not(:last-child) {
  margin-bottom: 48px;
}
.login__block--spaceBetween {
  justify-content: space-between;
}
.login__title {
  margin-bottom: 10px;
  font: normal normal bold 32px/34px InterBold;
  letter-spacing: 0.51px;
  color: white;
}
.login__subtitle {
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0.38px;
}
.login__subtitle--link {
  color: #FFF;
  font-family: InterMedium;
  text-decoration: underline;
  letter-spacing: 0.38px;
}
.login__thirdTitle {
  text-align: center;
  font-size: 26px;
  font-family: InterBold;
}
.login__disclaimer {
  font-size: 16px;
  color: #FFF;
}
.login__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: white;
  background-color: #E65C5C;
}
.login__button--half {
  width: 157px;
  height: 36px;
}
.login__link {
  font-family: InterBold;
  color: #FFF;
}
.login__form {
  margin-top: 64px;
  margin-bottom: 30px;
  width: 100%;
}
.login__form--block {
  width: 100%;
}
.login__form--block:not(:last-child) {
  margin-bottom: 16px;
}
.login__form--block .form-register__text-input--invalid {
  border-radius: 8px;
}
.login__form--label {
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFF;
}
.login__form--input--cont {
  align-items: center;
  justify-content: space-between;
  height: 48px;
  border-radius: 8px;
  background-color: #1F3E66;
}
.login__form--input--txt {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  border: none;
  color: #FFFFFF;
  background-color: transparent;
}
.login__form--input--txt::-moz-placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.login__form--input--txt:-ms-input-placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.login__form--input--txt::placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.login__form--input--txt:focus {
  outline: none;
}
.login__form--button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: white;
  background-color: #E65C5C;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
}
.login__form--blocksignup {
  margin-bottom: 10px;
}
.login__form--button-signup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: white;
  background-color: #619FCB;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
}
.login__form--icon {
  width: 25px;
  height: 25px;
  margin-right: 14px;
}
.login__form .icon__eyeOff {
  background-image: url(/images/feather-icon-eye-off.png?a8d6efbca93682d1f97bdb1cf48f940f);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.login__doted-div {
  width: 100%;
  height: 7px;
  background-image: linear-gradient(to right, #667790 20%, rgba(255, 255, 255, 0) 0%);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: top;
}
.login .doted-top {
  margin-bottom: 0px;
}
.login .doted-bottom {
  margin-bottom: 36px;
}
.login .password-changed-hidden {
  height: 35px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
  display: none;
  text-align: center;
  font: normal normal bold 15px/18px InterBold;
  letter-spacing: 0.1px;
  color: #142F54;
  padding: 9px 12px;
  bottom: 110px;
  position: relative;
  width: 100%;
  z-index: 999;
}
@media (min-width: 1024px) {
  .login {
    margin-top: 150px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 62.81%;
    min-width: 850px;
    margin: auto;
  }
  .login__left_form {
    width: 24.74vw;
    min-width: 337px;
    height: 36.9vw;
    min-height: 504px;
    margin-top: 0px;
    cursor: pointer;
  }
  .login__right_img {
    width: 34.74vw;
    min-width: 424px;
    /*			height: 36.9vw;
    			min-height: 504px;*/
    height: auto;
    min-height: auto;
    background-image: url(/images/imagen_inicio_sesion.png?a89bae41495f032bdce16c829407150b);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-top: 12px;
    position: relative;
    padding-top: 19px;
    padding-left: 16px;
  }
}

body .select2-results {
  background-color: #142F54;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFF;
}
@media (min-width: 1024px) {
  body .select2-results ::-webkit-scrollbar {
    margin: 0 8px;
    width: 12px;
    position: absolute;
    left: 30px;
  }
  body .select2-results ::-webkit-scrollbar-track {
    background-color: #667790;
    border-radius: 8px;
  }
  body .select2-results ::-webkit-scrollbar-thumb {
    background: #FFFFFF4D;
    border-radius: 8px;
    border-right: 12px solid #FFFFFF4D;
  }
}

@media (max-width: 599px) {
  .select2-container--open .select2-dropdown--above {
    position: fixed;
    width: 100%;
    height: calc(100vh - 71px);
    background-color: transparent;
    top: 70px;
  }
}

.select2-container .select2-dropdown .select2-results .select2-results__options {
  max-height: 96vh;
  margin: 0 25px;
  background-color: #1F3E66;
  scrollbar-width: none;
  width: calc(100vw - 10px);
}
@media (min-width: 1024px) {
  .select2-container .select2-dropdown .select2-results .select2-results__options {
    width: 100%;
    margin: 0px !important;
    max-height: 29vh;
  }
}

select option[disabled], li[aria-disabled=true] {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFF transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -25px;
  margin-top: 8px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-dropdown {
  background-color: #1F3E66;
  border: none !important;
}

body .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #1F3E66;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-image: url(/images/i-circle-active.svg?05aa82c587ba2877b73388b9b204650d);
  background-color: #142F54;
  background-position: right 12px top 18px;
  margin: 2px;
  background-size: 24px;
}
@media (min-width: 1024px) {
  body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-image: none !important;
  }
}

li.select2-results__option {
  background-image: url(/images/i-circle.svg?62903984a6ab29db36b65d7ce22a7627);
  background-position: right 14px top 18px;
  background-size: 24px;
  background-repeat: no-repeat;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  height: 48px;
  padding: 14px;
}
@media (min-width: 1024px) {
  li.select2-results__option {
    background-image: none !important;
  }
}

.section-register {
  background-color: #142F54;
}
.section-register input:invalid {
  border: solid 1px red !important;
}
.section-register .icon-error {
  display: none;
  float: right;
  left: -10px;
  top: -33px;
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  background: #E68A5C 0% 0% no-repeat padding-box;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #1F3E66;
  margin: 0;
}
.section-register .form-error {
  display: none;
  font: normal normal normal 14px/18px Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  margin-top: 8px;
  padding-left: 5px;
}
.section-register .form-error img {
  position: relative;
  top: 2px;
}
.section-register #invalid-date {
  display: none;
  font: normal normal normal 14px/18px Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  margin-top: 8px;
  padding-left: 5px;
}
.section-register .i-exclamation {
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  border: 1px solid #E69973;
  display: inline-block;
}
.section-register .button {
  background: #E65C5C 0% 0% no-repeat padding-box;
  display: block;
  text-decoration: none;
  border-radius: 8px;
  font: normal normal bold 16px/20px Inter;
  color: white;
  cursor: pointer;
  padding: 14px 0;
  text-align: center;
  width: 100%;
  border: none;
}
.section-register .button:focus {
  outline: none;
}
.section-register .button--inactive {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #7F93B3;
  background: #1F3E66 0% 0% no-repeat padding-box;
}
.section-register .m-x-10 {
  margin: 0 10px;
}
.section-register .p-x-5 {
  padding: 0 5px;
}
.section-register .p-l-5 {
  padding-left: 5px;
}
.section-register .p-r-5 {
  padding-right: 5px;
}
.section-register .p-x-6 {
  padding: 0 6px;
}
.section-register .p-l-6 {
  padding-left: 6px;
}
.section-register .p-r-6 {
  padding-right: 6px;
}
.section-register .flex-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-register .row {
  margin-top: 16px;
  width: 100%;
}
.section-register .row.m-t-30 {
  margin-top: 30px;
}
.section-register .col-50 {
  flex: 1 1 50%;
}
.section-register .col-50:first-child {
  margin-right: 6px;
}
.section-register .col-50:last-child {
  margin-left: 6px;
}
.section-register .col-70 {
  flex: 0 0 70%;
  margin-right: 10px;
}
.section-register .col-33 {
  flex: 0 0 33.3%;
}
.section-register .col-30 {
  width: 30%;
  min-width: 0;
}
.section-register .col-65 {
  flex: 0 0 65.5%;
  margin-right: 6px;
}
.section-register .col-35 {
  width: 34.5%;
  min-width: 101px;
  margin-left: 6px;
}
.section-register .col-100 {
  width: 100%;
}
.section-register__cardname {
  margin-top: 35px;
}
.section-register__text {
  font: normal normal normal 14px/18px Inter;
  letter-spacing: 0.22px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-left: 5px;
}
.section-register__reminder {
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0.22px;
  color: #FFFFFF;
  margin-left: 5px;
  margin-top: 10px;
}
.section-register__header {
  margin-bottom: 24px;
}
.section-register__header .m-l-14 {
  margin-left: 14px;
}
.section-register__header .m-b-8 {
  margin-bottom: 8px !important;
}
.section-register__header .m-b-10 {
  margin-bottom: 10px !important;
}
.section-register__header .m-l-10 {
  margin-left: 10px !important;
}
.section-register__header-subtitle {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
}
.section-register__header .circle {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: #667790;
  text-align: center;
  background: #667790;
  display: inline-block;
}
.section-register__header .circle-inactive {
  position: relative;
  top: 3px;
}
.section-register__header .circle-active {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  font-size: 14px;
  font-weight: 600;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #142F54;
  margin: 0;
}
.section-register__footer {
  margin-top: 40px;
  text-align: center;
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0.22px;
  color: #667790;
}
.section-register__footer a {
  font: normal normal bold 14px/17px Inter;
  letter-spacing: 0.22px;
  color: #667790;
  text-decoration: none;
}
.section-register__footer-hidden {
  height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
  display: none;
  text-align: center;
  font: normal normal bold 15px/18px InterBold;
  letter-spacing: 0.1px;
  color: #142F54;
  padding: 9px 12px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  min-width: 335px;
  max-width: 98%;
}
.section-register__monthly {
  background: #142F54 0% 0% no-repeat padding-box;
  border: 0.5px solid #8997a9;
  border-radius: 8px;
  padding: 13px 15px;
  height: 48px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  width: 100%;
}
.section-register__monthly span {
  color: #FFFFFF;
  opacity: 0.9;
}
.section-register__monthly span:first-child {
  float: left;
}
.section-register__monthly span:last-child {
  float: right;
}
.section-register__title {
  font: normal normal bold 32px/34px InterBold;
  letter-spacing: 0.51px;
  color: white;
  margin-bottom: 35px;
}
.section-register__title span {
  color: #E65C5C;
}
.section-register__disclaimer {
  font: normal normal normal 13px/16px Inter;
  letter-spacing: 0.21px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 8px;
  padding-left: 5px;
}
@media (min-width: 1024px) {
  .section-register {
    margin-top: 150px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 62.81%;
    min-width: 850px;
    margin: auto;
  }
  .section-register__left_form {
    width: 24.74vw;
    min-width: 337px;
    height: 36.9vw;
    min-height: 504px;
    margin-top: 0px;
    cursor: pointer;
  }
  .section-register__right_img {
    width: 34.74vw;
    min-width: 424px;
    height: 36.9vw;
    min-height: 504px;
    background-image: url(/images/rocket.png?f1490fb0db0dcf537ab8e393e95f9ca3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-top: 3%;
    position: relative;
    padding-top: 19px;
    padding-left: 16px;
  }
  .section-register__right_img_detail {
    width: 34.74vw;
    min-width: 424px;
    height: 36.9vw;
    min-height: 504px;
    background-image: url(/images/pastel.png?3591388a6f4f035006b33e7b8a4bd30a);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-top: 10%;
    position: relative;
    padding-top: 19px;
    padding-left: 16px;
  }
  .section-register__right_img_gift {
    width: 34.74vw;
    min-width: 424px;
    height: 36.9vw;
    min-height: 504px;
    background-image: url(/images/imagen_inicio_sesion.png?a89bae41495f032bdce16c829407150b);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-top: 30px;
    position: relative;
    padding-top: 19px;
    padding-left: 16px;
  }
  .section-register__right_img_forg {
    width: 500px;
    height: 500px;
    /*min-height: 504px;*/
    background-image: url(/images/candado.png?4f0033b0dca0eb062a145fd0afadb68d);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-top: 30px;
    position: relative;
    padding-top: 19px;
    padding-left: 16px;
  }
  .section-register__content {
    margin-top: 40px;
  }
  .section-register__contentactiva {
    margin-top: 60px;
  }
}

.form-register {
  margin-top: 40px;
}
.form-register.reset-password {
  margin-top: 36px !important;
}
.form-register.reset-password div.form-error span {
  margin-right: 2px;
}
.form-register.new-password {
  margin-top: -5px !important;
}
.form-register.new-password div.form-error span {
  margin-right: 2px;
}
.form-register__gender {
  margin-top: 15px;
}
.form-register__gender .button {
  height: 40px;
  padding: 0;
}
.form-register__label {
  display: block;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  padding-left: 5px;
  margin-bottom: 8px;
}
.form-register__select, .form-register .select2-selection__rendered, .form-register .select2-container .select2-selection--single, .form-register .select2-container--default .select2-selection--single {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  height: 48px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
  font: normal normal normal 16px/20px Inter !important;
  letter-spacing: 0.26px;
  color: #fff !important;
  display: block;
}
.form-register__select:focus, .form-register .select2-selection__rendered:focus, .form-register .select2-container .select2-selection--single:focus, .form-register .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.form-register .select2-selection__rendered {
  padding: 14px !important;
}
.form-register__text-input {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  height: 46px;
}
.form-register__text-input::-moz-placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-register__text-input:-ms-input-placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-register__text-input::placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-register__text-input:focus {
  outline: none;
}
.form-register__text-input--invalid {
  border: 1px solid #E68A5C;
}
.form-register .field-icon {
  float: right;
  left: -15px;
  top: -35px;
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  background-image: url(/images/feather-icon-eye-off.png?a8d6efbca93682d1f97bdb1cf48f940f);
  cursor: pointer;
}
.form-register .field-icon.eye-open {
  background-image: url(/images/feather-icon-eye.svg?ac81a7fc83a6599f13afe17988f21b1f);
}
.form-register .button {
  width: 100%;
}
.form-register .button:focus {
  outline: none;
}
.form-register .button--inactive {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #7F93B3;
  background: #1F3E66 0% 0% no-repeat padding-box;
}
.form-register .button--active {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  opacity: 0.9;
  color: white;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 0.5px solid #E65C5C;
}

.form-payment .ccnumber-icon {
  float: right;
  left: -12px;
  top: -35px;
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  background-image: url(/images/icon_card.png?51ca976999ea3c25394774c50d51cef6);
}
.form-payment .ccnumber-icon--invalid {
  width: 30px;
  left: -10px;
  background-image: url(/images/i-cc-error.svg?86b31a12d9db9886b80950989a2344d6);
}
.form-payment .text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section-trial {
  padding-bottom: 89px;
}
.section-trial__header {
  text-align: left;
  opacity: 1;
  margin-bottom: 22px;
}
.section-trial__title {
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.section-trial__promotion {
  padding: 16px;
  display: flex;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  margin-bottom: 16px;
  width: 100%;
  height: 120px;
}
.section-trial__promotion h1 {
  text-align: left;
  font: normal normal bold 16px/18px Inter;
  letter-spacing: 0.05px;
  color: #FFFFFF;
  opacity: 1;
  width: 189px;
  height: 29px;
}
.section-trial__promotion p {
  text-align: left;
  font: normal normal 500 14px/18px Inter;
  letter-spacing: 0.11px;
  color: #FFFFFF;
  opacity: 0.5;
  width: 186px;
  height: 47px;
}
.section-trial__promotion img {
  width: 98px;
  height: 98px;
  margin-left: auto;
}
.section-trial__try_it {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  padding: 16px;
  width: 100%;
  padding: 16px;
}
.section-trial__try_it img {
  width: 128.38px;
  height: 43.83px;
  margin-bottom: 16.17px;
}
.section-trial__try_it h1 {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 4px;
}
.section-trial__try_it p {
  color: #FFFFFF;
  letter-spacing: 0.22px;
  opacity: 1;
}
.section-trial__try_it p:nth-of-type(1) {
  font: normal normal 500 14px/18px Inter;
  margin-bottom: 10px;
}
.section-trial__try_it p:nth-of-type(2) {
  font: normal normal bold 14px/18px Inter;
  margin-bottom: 20px;
}
.section-trial__try_it p:nth-of-type(3) {
  font: normal normal 500 12px/15px Inter;
  letter-spacing: 0.1px;
  opacity: 0.5;
  margin-bottom: 16px;
}
.section-trial__try_it button {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  border: none;
  width: 100%;
  height: 48px;
  text-align: center;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
}
@media (min-width: 1024px) {
  .section-trial {
    display: none;
  }
}

.trial-desktop {
  display: none;
  background: transparent radial-gradient(closest-side at 51% 7%, #142F54 0%, #051B38 100%) 0% 0% no-repeat padding-box;
  margin-top: -39px;
  padding-top: 90px;
  padding-bottom: 371px;
}
.trial-desktop__header {
  text-align: center;
  margin-bottom: 70px;
}
.trial-desktop__header button {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  border: none;
  width: 365px;
  height: 48px;
  margin-top: 34px;
}
.trial-desktop__logo {
  width: 260px;
  height: 89px;
  margin-bottom: 45px;
}
.trial-desktop__title {
  font: normal normal 500 52px/34px Inter;
  letter-spacing: 0.83px;
  margin-bottom: 27px;
}
.trial-desktop__subtitle {
  font: normal normal 500 21px/20px Inter;
  letter-spacing: 0.34px;
  line-height: 2;
}
.trial-desktop__promotion {
  display: flex;
  align-items: center;
  width: 845px;
  margin: auto;
  margin-bottom: 36px;
}
.trial-desktop__promotion img {
  width: 356px;
}
.trial-desktop__promotion div {
  margin-left: 100px;
  width: 432px;
}
.trial-desktop__promotion div h1 {
  font: normal normal 500 52px/34px Inter;
  letter-spacing: 0.83px;
  margin-bottom: 24px;
}
.trial-desktop__promotion div p {
  font: normal normal 500 21px/25px Inter;
  letter-spacing: 0.34px;
}
.trial-desktop__promotion:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.trial-desktop__try_it {
  width: 858px;
  padding: 56px;
  background: #142F54 0% 0% no-repeat padding-box;
  box-shadow: 0px 12px 20px #0000004D;
  border-radius: 12px;
  margin: auto;
  text-align: center;
}
.trial-desktop__try_it img {
  width: 194px;
  margin-bottom: 30px;
}
.trial-desktop__try_it h1 {
  font: normal normal 500 52px/56px Inter;
  letter-spacing: 0.83px;
  margin-bottom: 30px;
}
.trial-desktop__try_it p {
  font: normal normal normal 21px/25px Inter;
  letter-spacing: 0.34px;
  margin-bottom: 20px;
}
.trial-desktop__try_it button {
  margin-top: 14px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  width: 365px;
  height: 48px;
}
@media (min-width: 1024px) {
  .trial-desktop {
    display: block;
  }
}

.section-contact {
  padding-bottom: 20px;
}
.section-contact #successful-form-sent {
  display: none;
  width: calc(100% - 48px);
  padding: 8px 0px;
  position: fixed;
  bottom: 12%;
  text-align: center;
  font: normal normal 500 15px/18px Inter;
  letter-spacing: 0px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
}
.section-contact .form-error, .section-contact #mail-error {
  display: none;
  font: normal normal normal 14px/18px Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  margin-top: 8px;
  padding-left: 5px;
}
.section-contact .i-exclamation {
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  border: 1px solid #E69973;
  display: inline-block;
}
.section-contact__header {
  margin-bottom: 4px;
  text-align: left;
  font: normal normal bold 32px/34px Inter;
  letter-spacing: 0.51px;
  color: #FFFFFF;
  opacity: 1;
}
.section-contact__title {
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.section-contact__disclaimer {
  text-align: left;
  font: normal normal normal 14px/17px Inter;
  letter-spacing: 0.22px;
  color: #619FCB;
  opacity: 1;
  margin-top: 8px;
}
.section-contact__row {
  display: flex;
  width: 100%;
}
.section-contact__row img {
  width: 24px;
  height: 24px;
  margin-right: 18px;
}
.section-contact__row h1 {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
}
.section-contact__row p {
  text-align: left;
  font: normal normal normal 12px/15px Inter;
  letter-spacing: 0.19px;
  color: #FFFFFF;
  opacity: 0.7;
  width: 279px;
  margin-left: 43px;
}
.section-contact textarea {
  resize: none;
}
@media (min-width: 1024px) {
  .section-contact {
    margin-top: 150px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 62.81%;
    min-width: 850px;
    margin: auto;
  }
  .section-contact__left {
    width: 31.74vw;
    min-width: 424px;
    height: 33.9vw;
    min-height: 504px;
    background-image: url(/images/Contactotodas2x.png?145c78bd1d3fbdc038c06ee8ad9842fe);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-top: 5%;
    position: relative;
    padding-top: 19px;
    padding-left: 16px;
  }
  .section-contact__right {
    width: 24.74vw;
    min-width: 337px;
    height: 36.9vw;
    min-height: 504px;
    margin-top: 5%;
    cursor: pointer;
  }
  .section-contact__content {
    margin-top: 40px;
  }
  .section-contact__contentactiva {
    margin-top: 60px;
  }
}
.section-contact__row-modal {
  display: none;
  justify-content: center;
  width: 100%;
}
.section-contact__row-modal__modal {
  width: 50%;
  padding: 8px 0px;
  position: fixed;
  bottom: 12%;
  text-align: center;
  font: normal normal 500 15px/18px Inter;
  letter-spacing: 0px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
}

.form-contact .icon-error {
  display: none;
  float: right;
  left: -10px;
  top: -33px;
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  background: #E68A5C 0% 0% no-repeat padding-box;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #1F3E66;
  margin: 0;
}
.form-contact .input-field--invalid {
  border: 1px solid #E68A5C !important;
}
.form-contact__label {
  display: block;
  margin-bottom: 8px;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 16px;
}
.form-contact__text-input {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  height: 48px;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
}
.form-contact__text-input::-moz-placeholder {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-contact__text-input:-ms-input-placeholder {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-contact__text-input::placeholder {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-contact__text-input:focus {
  outline: none;
}
.form-contact__textarea {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  height: 96px;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
}
.form-contact__textarea::-moz-placeholder {
  text-align: left;
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-contact__textarea:-ms-input-placeholder {
  text-align: left;
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-contact__textarea::placeholder {
  text-align: left;
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-contact__textarea:focus {
  outline: none;
}
.form-contact__submit {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  width: 100%;
  height: 48px;
  border: none;
  text-align: center;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 32px;
  margin-bottom: 50px;
}
.form-contact__submit:focus {
  outline: none;
}

.row-modal {
  display: none;
  justify-content: center;
  width: 100%;
}
.row-modal__modal {
  width: 90%;
  padding: 8px 0px;
  position: fixed;
  bottom: 10%;
  text-align: center;
  font: normal normal 500 15px/18px Inter;
  letter-spacing: 0px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .row-modal__modal {
    width: 50%;
  }
}

.section-events__header {
  text-align: left;
  opacity: 1;
  margin-bottom: 20px;
}
.section-events__title {
  font: normal normal bold 32px/34px Inter;
  letter-spacing: 0.51px;
  color: #FFFFFF;
}
.section-events__title-desktop {
  display: none;
}
.section-events__filters {
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 19px;
  margin-left: -7.2%;
  width: 113%;
  padding-left: 23px;
}
.section-events__filters div {
  padding: 7px 12px 8px;
  margin-right: 8px;
  border: 1px solid var(--unnamed-color-e65c5c);
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 6px;
  text-align: left;
  font: normal normal 500 14px/18px Inter;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  opacity: 1;
}
.section-events__filters .active {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 1px solid #E65C5C;
}
.section-events__filters::-webkit-scrollbar {
  display: none;
}
.section-events__scroll-cards {
  height: 77.55vh;
  margin-bottom: -50px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 20px;
}
.section-events__scroll-cards--card {
  width: 100%;
  height: 157px;
  display: flex;
  justify-content: space-between;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  margin-bottom: 16px;
  padding: 12px;
}
.section-events__scroll-cards--card:last-child {
  margin-bottom: 50%;
}
.section-events__scroll-cards--card img {
  width: 145px !important;
  height: 133px;
}
.section-events__scroll-cards--card--data {
  width: 48%;
  margin-top: 4px;
}
.section-events__scroll-cards--card--data h1 {
  text-align: left;
  font: normal normal bold 14px/18px Inter;
  letter-spacing: 0.21px;
  color: #FFFFFF;
  opacity: 1;
  height: 35px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-events__scroll-cards--card--data p:last-of-type {
  text-align: left;
  font: normal normal bold 15px/18px Inter;
  letter-spacing: 0.23px;
  color: #E67373;
  opacity: 1;
  margin-top: 4px;
}
.section-events__scroll-cards--card--data p:first-of-type {
  text-align: left;
  font: normal normal normal 14px/18px Inter;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  opacity: 1;
}
.section-events__scroll-cards--card--desktop {
  display: none;
}
.section-events__scroll-cards::-webkit-scrollbar {
  display: none;
}
@media (max-height: 794px) {
  .section-events__scroll-cards {
    height: 76.5vh;
  }
}
@media (max-height: 760px) {
  .section-events__scroll-cards {
    height: 75vh;
  }
}
@media (max-height: 677px) {
  .section-events__scroll-cards {
    height: 72.5vh;
  }
}
@media (max-height: 589px) {
  .section-events__scroll-cards {
    height: 68vh;
  }
}
.section-events__no-events {
  text-align: center;
  margin-top: 24px;
  display: none;
}
.section-events__no-events div {
  font-family: InterMedium;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.13px;
  color: #FFFFFF;
}
.section-events__no-events img {
  width: 80%;
}
.section-events .not-found-events {
  display: none;
  justify-content: center;
}
@media (min-width: 1024px) {
  .section-events .not-found-events {
    display: none;
  }
}
.section-events .not-found-events img {
  height: 325px;
}
.section-events .not-found-events div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-events .not-found-events div h1 {
  font-size: 32px;
  font-family: "InterBold";
  letter-spacing: 0.51px;
}
.section-events .not-found-events div p {
  width: 270px;
  margin-top: 10px;
  line-height: 20px;
  font-size: 16px;
  font-family: "InterMedium";
  letter-spacing: 0.38px;
}
@media (min-width: 1024px) {
  .section-events {
    padding: 24px 18vw 0;
  }
  .section-events__header {
    margin-bottom: 34px;
  }
  .section-events__title {
    display: none;
  }
  .section-events__title-desktop {
    display: block;
    font: normal normal 500 21px/25px Inter;
    letter-spacing: 0.34px;
  }
  .section-events__title-desktop a {
    color: white;
    cursor: pointer;
  }
  .section-events__title-desktop a:hover {
    text-decoration: underline;
  }
  .section-events__title-desktop a:visited {
    color: white;
  }
  .section-events__filters {
    margin-left: 0;
    width: auto;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .section-events__filters div {
    cursor: pointer;
    font: normal normal 500 16px/18px Inter;
    letter-spacing: 0.11px;
    margin-right: 0.86vw;
  }
  .section-events__scroll-cards {
    height: auto;
    max-height: 75vh;
    display: flex;
    flex-wrap: wrap;
  }
  .section-events__scroll-cards--card {
    cursor: pointer;
    position: relative;
    width: 30.5%;
    height: 0;
    padding: 0;
    padding-bottom: 27.2%;
    margin-bottom: 2vw;
    margin-right: 2vw;
    background-color: transparent;
  }
  .section-events__scroll-cards--card:nth-of-type(3n) {
    margin-right: 0;
  }
  .section-events__scroll-cards--card img {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    height: 17.1vw;
    border-radius: 12px;
  }
  .section-events__scroll-cards--card--data {
    display: none;
  }
  .section-events__scroll-cards--card--desktop {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 20px;
    background: transparent linear-gradient(0deg, #021022 0%, #021022AD 55%, #02102253 85%, #02102200 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 12px 12px;
    opacity: 1;
  }
  .section-events__scroll-cards--card--desktop p {
    font: normal normal 500 16px/20px Inter;
    letter-spacing: 0.13px;
    color: #E65C5C;
    opacity: 1;
  }
  .section-events__no-events img {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1344px) {
  .section-events {
    padding: 24px 13vw 0;
  }
  .section-events__scroll-cards--card img {
    height: 19.8vw;
  }
}
@media (min-width: 1024px) and (max-width: 1190px) {
  .section-events {
    padding: 24px 9vw 0;
  }
  .section-events__scroll-cards--card img {
    height: 21.9vw;
  }
}

.event-show {
  padding-top: 1px;
}
.event-show .successful-code-copied {
  display: none;
  width: calc(100% - 48px);
  padding: 8px 0px;
  position: fixed;
  bottom: 12%;
  text-align: center;
  font: normal normal 500 15px/18px Inter;
  letter-spacing: 0px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .event-show .successful-code-copied {
    position: absolute;
    /* top: 50%; */
    transform: translate(5%, -50%);
    width: 50%;
  }
}
.event-show__event-image {
  width: 100%;
  height: 302px;
}
.event-show__title {
  text-align: left;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 24px;
  margin-bottom: 8px;
}
.event-show__description {
  text-align: left;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 12px;
}
.event-show__description span {
  font: normal normal bold 16px/20px Inter;
}
.event-show__data--row {
  text-align: left;
  font: normal normal 500 14px/20px Inter;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  opacity: 1;
}
.event-show__promotion {
  margin-top: 12px;
  margin-bottom: 24px;
  text-align: left;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #E65C5C;
  opacity: 1;
}
.event-show__code label {
  text-align: left;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
}
.event-show__code .code-box {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  padding: 12px 14px;
  margin-top: 8px;
}
.event-show__code .code-box .button-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .event-show__code .code-box .button-desktop {
    display: block;
  }
}
.event-show__code span {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
}
.event-show__code img {
  float: right;
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .event-show__code img {
    float: none;
  }
}
.event-show__button {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 1px solid #E65C5C;
  border-radius: 8px;
  opacity: 1;
  padding: 14px 0px;
  text-align: center;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  width: 100%;
  height: 48px;
  margin-top: 24px;
  margin-bottom: 32px;
}
.event-show__section {
  width: 100%;
  margin-bottom: 12px;
}
.event-show__section--title {
  margin-bottom: 16px;
  text-align: left;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  opacity: 1;
}
.event-show__section--slider {
  display: inline-flex;
  width: 110%;
  margin-left: -24px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 175px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .event-show__section--slider {
    width: 100%;
  }
}
.event-show__section--slider::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.event-show__section--slider .video-preview {
  position: relative;
  align-items: center;
}
.event-show__section--slider .gallery {
  width: 170px;
  height: 150px;
  margin-right: 13px;
  border-radius: 12px;
  flex-shrink: 0;
  position: relative;
}
.event-show__section--slider .image:last-child {
  margin-right: -35px;
}
.event-show__section--slider .video-icon {
  position: relative;
  width: 48px;
  height: 48px;
  top: 51px;
  left: 61px;
  z-index: 9;
}
.event-show__section--slider .imgvideo {
  margin-top: -52px;
}
.event-show__section .card {
  flex: 0 0 327px;
  height: 157px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  margin-right: 13px;
  margin-bottom: 20px;
  max-width: 327px;
}
.event-show__section .card__image-container {
  width: 145px;
  height: 133px;
  position: relative;
}
.event-show__section .card__image-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
}
.event-show__section .card__data {
  text-align: left;
  width: 145px;
}
.event-show__section .card__data p:first-of-type {
  opacity: 0.6;
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0.11px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.event-show__section .card__data h4 {
  font: normal normal bold 14px/18px Inter;
  letter-spacing: 0.11px;
  color: #FFFFFF;
  height: 42px;
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.event-show__section .card__data p:last-of-type {
  font: normal normal bold 14px/16px Inter;
  letter-spacing: 0.04px;
  color: #E65C5C;
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .event-show .desktop-container {
    width: 858px;
    margin: auto;
  }
  .event-show .loggedSection {
    font: normal normal bold 21px/25px Inter;
    letter-spacing: 0.34px;
    color: #E65C5C;
  }
  .event-show .card-desktop {
    background: #1F3E66 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 8px #00000033;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
  }
  .event-show .desktop-image {
    width: 421px;
    min-width: 421px;
    height: 438px;
    order: 2;
  }
  .event-show .desktop-data {
    width: 365px;
  }
  .event-show__event-image {
    width: 100%;
    height: 100%;
  }
  .event-show .code-box {
    background: #667790 0% 0% no-repeat padding-box;
  }
  .event-show #seeMore, .event-show #copy, .event-show button, .event-show .gallery.image, .event-show .card {
    cursor: pointer;
  }
  .event-show .btna img {
    margin-top: 11px;
    margin-left: 253px;
  }
  .event-show .button-desktop {
    display: block;
    float: right;
    height: 45px;
    list-style: none;
    margin-top: -30px;
    width: 350px;
    margin-right: -60px;
  }
  .event-show .button-desktop li {
    width: 100%;
    height: 100%;
  }
  .event-show .button-desktop li a {
    width: 100%;
    height: 100%;
  }
  .event-show .button-desktop__ul {
    display: none;
    background: #667790;
    border-radius: 6px;
    padding: 0;
    position: relative;
    top: calc(50% - 210px);
    width: 260px;
    margin-left: 120px;
    list-style: none;
  }
  .event-show .button-desktop__ul img {
    float: left;
    margin-left: 15px;
  }
  .event-show .button-desktop__ul li {
    float: none;
    position: relative;
    box-shadow: 6px 2px 8px #00000029;
    padding: 15px 15px;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #516583;
    opacity: 1;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .event-show .button-desktop__ul li:hover {
    background: #1F3E66;
  }
  .event-show .button-desktop__ul:before {
    position: absolute;
    bottom: -8px;
    left: 121px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-top: 9px solid #667790;
    border-left: 9px solid transparent;
    content: "";
    z-index: 1000;
  }
  .event-show .button-desktop li:hover > ul {
    display: block;
  }
  .event-show .button-desktop:after {
    content: "";
    clear: both;
    display: block;
  }
  .event-show .button-mobile {
    display: none;
  }
  .event-show #div-event {
    position: relative;
  }
  .event-show .left-arrow, .event-show .right-arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    cursor: pointer;
    background-position: 10% 20%;
    z-index: 9999;
  }
  .event-show .right-arrow {
    float: right;
    right: 0%;
    background-image: url("/images/icons/icon - shape - circle chevron rigth.svg");
  }
  .event-show .left-arrow {
    background-image: url("/images/icons/icon - shape - circle left.svg");
  }
}

.modal-event {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-event__modal {
  width: 100%;
  height: 200px;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
  position: fixed;
  bottom: 0;
  padding: 18px 24px;
}
.modal-event__modal--header {
  display: flex;
  justify-content: space-between;
}
.modal-event__modal--header h2 {
  text-align: left;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
}
.modal-event__modal--header img {
  width: 24px;
  height: 24px;
}
.modal-event__modal--instruction {
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: left;
  font: normal normal normal 14px/15px Inter;
  letter-spacing: 0.22px;
  color: #FFFFFF;
  opacity: 0.7;
}
.modal-event__modal--row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px 0px;
}
.modal-event__modal--row img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.modal-event__modal--row p {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.05px;
  color: #FFFFFF;
  opacity: 1;
}

.gallery-event {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
}
.gallery-event__close {
  margin: 17px 0px 21px 24px;
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .gallery-event__close {
    display: none;
  }
}
.gallery-event__image {
  height: 346px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .gallery-event__image {
    height: 486px !important;
  }
}
.gallery-event__image--row {
  display: flex;
  padding-top: 16px;
  width: 100%;
}
.gallery-event__image--row p {
  text-align: left;
  font: normal normal medium 14px/16px Inter;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  opacity: 1;
}
.gallery-event__image--row #quantity {
  width: 15%;
}
.gallery-event__image--row .line-options {
  display: flex;
  margin-left: 5px !important;
  align-items: center;
  width: 85%;
}
.gallery-event__image--row .line-options .option {
  width: 45px;
  height: 4px;
  background: #FFFFFF80 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-right: 2px;
}
.gallery-event__image--row .line-options .active {
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.gallery-event__image--play {
  display: none;
  margin: 0 auto;
  margin-top: 119px;
  margin-bottom: 115px;
  width: 72px;
  height: 72px;
}
.gallery-event__share {
  border: none;
  margin: 24px 24px;
  width: 87.2%;
  height: 48px;
  text-align: center;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  background: #142F54 0% 0% no-repeat padding-box;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .gallery-event__share {
    display: none;
  }
}
.gallery-event__share:focus {
  outline: none;
}
.gallery-event__share img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  vertical-align: sub;
}
.gallery-event__desktop__options {
  display: none;
}
@media (min-width: 1024px) {
  .gallery-event__desktop__options {
    display: flex;
  }
}
.gallery-event__desktop__options .share {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .gallery-event__desktop {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .gallery-event {
    z-index: 999999 !important;
  }
  .gallery-event__desktop {
    width: 858px;
    margin: auto;
  }
  .gallery-event__desktop__options {
    display: flex;
    margin-left: 70%;
  }
  .gallery-event__desktop__options .share {
    border: none;
    margin: 24px 24px;
    text-align: center;
    font: normal normal bold 16px/20px Inter;
    letter-spacing: 0.26px;
    color: #FFFFFF;
    background: #142F54 0% 0% no-repeat padding-box;
  }
  .gallery-event__desktop__options .share img {
    margin-right: 10px;
  }
  .gallery-event__desktop__options .close {
    border: none;
    text-align: center;
    font: normal normal bold 16px/20px Inter;
    letter-spacing: 0.26px;
    color: #E65C5C;
    background: #142F54 0% 0% no-repeat padding-box;
  }
}

.stuffed {
  position: fixed;
  height: 50px;
  width: 100vw;
  top: -20px;
  background-color: #142F54;
  left: -1px;
  z-index: 99;
}

.section-rewards ::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .section-rewards {
    padding-bottom: 30px;
  }
  .section-rewards ::-webkit-scrollbar {
    display: block;
  }
  .section-rewards .not-found-rewards {
    display: flex;
    justify-content: center;
  }
  .section-rewards .not-found-rewards img {
    height: 325px;
  }
  .section-rewards .not-found-rewards div {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .section-rewards .not-found-rewards div h1 {
    font-size: 32px;
    font-family: "InterBold";
    letter-spacing: 0.51px;
  }
  .section-rewards .not-found-rewards div p {
    width: 270px;
    margin-top: 10px;
    line-height: 20px;
    font-size: 16px;
    font-family: "InterMedium";
    letter-spacing: 0.38px;
  }
}
.section-rewards .navbarReward {
  display: none;
}
.section-rewards #row-load-more {
  display: none;
}
.section-rewards__header {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  z-index: 100;
  background-color: #142F54;
  display: none;
}
.section-rewards__header-txt {
  text-align: justify;
  padding-bottom: 20px;
  position: relative;
  top: 20px;
}
.section-rewards__header-txt .subtitle {
  margin-bottom: 20px;
  font: normal normal normal 16px/17px Inter;
  font-stretch: extra-condensed;
  letter-spacing: 0.1px;
}
.section-rewards__header-txt .no-logged {
  display: none;
}
@media (min-width: 1024px) {
  .section-rewards__header {
    width: 100%;
    max-width: 928px;
  }
}
.section-rewards__header-back {
  position: relative;
  left: -1px;
}
@media (min-width: 1024px) {
  .section-rewards__header-back {
    display: none;
  }
}
.section-rewards__header-search {
  display: none;
  margin-top: 15px;
}
.section-rewards__header-search .icon-search {
  display: none;
}
@media (min-width: 1024px) {
  .section-rewards__header-search {
    display: block;
    position: absolute;
    right: 0px;
    top: 140px;
    width: 355px;
    margin-top: 0;
    transition: all 0.3s ease-in-out;
  }
  .section-rewards__header-search.close {
    cursor: pointer;
    width: 45px;
    height: 45px;
    transition: all 0.1s;
  }
  .section-rewards__header-search.close .icon-search {
    display: block;
    width: 18px;
    height: 18px;
  }
  .section-rewards__header-search.close .container--search {
    background: #1F3E66;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-rewards__header-search.close .container--search #rewards-search {
    display: none;
  }
  .section-rewards__header-search.close .section-rewards__header-search-icon {
    display: none !important;
  }
}
.section-rewards__header-search-icon {
  display: none;
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  background-image: url(/images/feather-icon-x.svg?52eab61b8e110ad29ed4a2f4541a1672);
  cursor: pointer;
  float: right;
  margin-top: -32px;
  margin-right: 8px;
}
.section-rewards__header-search input {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 6px;
  font: normal normal 600 16px/22px Inter;
  letter-spacing: 0;
  padding: 8px 16px;
  color: #FFFFFF;
  outline: none;
  border: none;
  width: 100%;
  height: 40px;
}
.section-rewards__header-search input::-moz-placeholder {
  text-align: left;
  font: normal normal 600 16px/22px Inter;
  letter-spacing: 0;
  color: #667790;
  opacity: 0.9;
}
.section-rewards__header-search input:-ms-input-placeholder {
  text-align: left;
  font: normal normal 600 16px/22px Inter;
  letter-spacing: 0;
  color: #667790;
  opacity: 0.9;
}
.section-rewards__header-search input::placeholder {
  text-align: left;
  font: normal normal 600 16px/22px Inter;
  letter-spacing: 0;
  color: #667790;
  opacity: 0.9;
}
.section-rewards__header-search input:focus {
  outline: none;
}
.section-rewards__header-search-suggestions {
  display: none;
  z-index: 99;
  border-radius: 6px;
  margin-top: 5px;
  background-color: #1F3E66;
  padding: 14px;
}
.section-rewards__header-search-suggestions-title {
  font: normal normal normal 10px/12px InterMedium;
  letter-spacing: 0.39px;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 5px;
}
.section-rewards__header-search-suggestions-title.hidden {
  display: none;
}
.section-rewards__header-search-suggestions .suggestions-list {
  margin-top: 5px;
  cursor: pointer;
  text-transform: capitalize;
}
.section-rewards__header-tabs {
  margin-top: 16px;
}
.section-rewards__header-tabs a {
  font-family: InterMedium;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  padding: 11px 0;
  display: inline-block;
}
.section-rewards__header-tabs a:not(:first-child) {
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .section-rewards__header-tabs a:not(:first-child) {
    margin-left: 16px;
  }
}
.section-rewards__header-tabs a.active {
  border-bottom: 2px solid #E65C5C;
  font-family: InterBold;
  color: #E65C5C;
}
@media (min-width: 1024px) {
  .section-rewards__header-tabs a {
    letter-spacing: 0.51px;
    color: #667790;
    font-family: Inter;
    font: normal bold normal 32px/34px InterBold;
    border: none !important;
  }
  .section-rewards__header-tabs a.active {
    color: #FFFFFF;
  }
}
.section-rewards__header-return {
  display: none;
  padding: 20px 0px;
}
@media (min-width: 1024px) {
  .section-rewards__header-return {
    display: block;
  }
}
.section-rewards__header-return a {
  color: #FFFFFF;
}
.section-rewards__header-return img {
  vertical-align: middle;
  margin-right: 20px;
}
.section-rewards__header-winners {
  margin: 20px 4px 10px 4px;
}
.section-rewards__header-winners .btn {
  padding: 10px;
  font: normal normal normal 16px/28px InterMedium;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05px;
  color: #FFFFFF;
}
.section-rewards__header-winners .btn-warning {
  background: #E65C5C;
  border: 1px solid #E65C5C;
  border-radius: 6px;
}
@media (max-width: 599px) {
  .section-rewards__header-winners .btn-warning {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .section-rewards__header-winners {
    margin: 10px 4px;
  }
  .section-rewards__header-winners .btn {
    font-size: 16px;
  }
}
.section-rewards__header-categories {
  margin-top: 24px;
  width: auto;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 20px;
  margin-left: -7.2%;
  width: 113%;
  padding-left: 23px;
}
@media (min-width: 1024px) {
  .section-rewards__header-categories {
    margin-top: 33px;
    margin-left: 0;
    width: 100%;
    padding: 10px;
    padding-left: 0;
  }
  .section-rewards__header-categories .left-arrow, .section-rewards__header-categories .right-arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    background-position: 10% 20%;
    z-index: 9999;
    margin-top: 4px;
  }
  .section-rewards__header-categories .right-arrow {
    float: right;
    right: -5%;
    background-image: url("/images/icons/icon - shape - circle chevron rigth.svg");
  }
  .section-rewards__header-categories .left-arrow {
    left: -5%;
    background-image: url("/images/icons/icon - shape - circle left.svg");
  }
}
.section-rewards__header-categories .button {
  height: 33px;
  width: auto;
  border-radius: 6px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  font-family: InterMedium;
  cursor: pointer;
  border: none;
  padding: 0 12px;
  outline: none;
}
@media (min-width: 1024px) {
  .section-rewards__header-categories .button {
    font-size: 16px;
    padding: 0px 16px;
    letter-spacing: 0.11px;
  }
}
.section-rewards__header-categories .button:not(:first-child) {
  margin-left: 8px;
}
.section-rewards__header-categories .button--inactive {
  background: #1F3E66 0% 0% no-repeat padding-box;
}
.section-rewards__header-categories .button--active {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 1px solid #E65C5C;
}
.section-rewards__header-localization {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .section-rewards__header-localization {
    float: right;
  }
}
.section-rewards__header-localization-mapicon {
  width: 32px;
  height: 32px;
  padding: 4px;
  background-image: url("/images/icons/map-pin.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.section-rewards__header-localization-text {
  padding: 10px;
  border-radius: 21px;
  background: #1F3E66;
  font-size: 14px;
  color: #fff;
}
.section-rewards .wrapper-content {
  display: flex;
  max-width: 928px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-rewards .wrapper-content {
    flex-direction: row;
  }
}
.section-rewards__content {
  width: 90%;
  margin: auto;
  order: 2;
}
.section-rewards__content .wrapper-content {
  display: flex;
}
@media (min-width: 1024px) {
  .section-rewards__content {
    order: 1;
    width: 100%;
    max-width: 928px;
    height: auto;
    margin-bottom: 60px;
  }
}
.section-rewards__content-notfound {
  margin: 5px auto 0;
  background: #1F3E66 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 6px #6F91E929;
  border-radius: 12px;
  padding: 24px 19px;
  max-width: 260px;
}
.section-rewards__content-notfound-title {
  text-align: center;
  font: normal normal normal 24px/33px InterBold;
  letter-spacing: 0;
  color: #FFFFFF;
}
.section-rewards__content-notfound-body {
  margin-top: 17px;
  text-align: center;
  font: normal normal normal 14px/19px Inter;
  letter-spacing: 0;
  color: #FFFFFF;
}
.section-rewards__content-garanty {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  padding: 12px;
  font-family: "InterMedium";
  width: 100%;
}
.section-rewards__content-garanty .divider {
  border: 1px solid #E65C5C;
  width: 30%;
  margin: 4px 0px 10px 0px;
}
.section-rewards__content-garanty h1 {
  padding: 8px 0px;
  font-size: 16px;
}
.section-rewards__content-garanty .text {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .section-rewards__content-garanty .text {
    font-size: 14px;
  }
}
.section-rewards__content-garanty a {
  color: #FFFFFF;
  text-decoration: underline;
}
.section-rewards__content-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 16px;
}
.section-rewards__content-row.noflex {
  display: grid;
  font-size: 0;
  gap: 16px 14px;
}
@media (min-width: 1024px) {
  .section-rewards__content-row.noflex {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 7px;
  }
}
.section-rewards__content-row:first-child {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .section-rewards__content-row:first-child {
    margin-top: 30px;
  }
}
.section-rewards__content-row__column {
  flex: 0 1 50%;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  min-height: 230px;
}
@media (min-width: 1024px) {
  .section-rewards__content-row__column {
    width: 230px;
    min-height: 280px;
    cursor: pointer;
  }
}
.section-rewards__content-row__column.w50 {
  margin: 0 !important;
}
.section-rewards__content-row__column:first-child {
  margin-right: 7px;
}
.section-rewards__content-row__column:last-child {
  margin-left: 7px;
}
.section-rewards__content-row__column.hidden {
  visibility: hidden;
}
.section-rewards__content-row__column--img-container {
  background-color: white;
  width: 100%;
  height: 133px;
  border-radius: 7px;
  position: relative;
}
.section-rewards__content-row__column--img-container img {
  max-width: 90%;
  max-height: 89px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section-rewards__content .container-description {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-rewards__content .container-description {
    height: calc(100% - 135px);
  }
}
.section-rewards__content .text-discount {
  margin-top: 12px;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  font-family: InterMedium;
  letter-spacing: 0.04px;
  color: #E67373;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .section-rewards__content .text-discount {
    height: 1rem !important;
    max-height: 1rem !important;
    font-size: 16px;
    letter-spacing: 0.26px;
    font-family: "InterBold";
    height: auto !important;
  }
}
.section-rewards__content .text-subtitle {
  text-align: left;
  margin: 8px 4px;
  font-family: InterBold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.11px;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .section-rewards__content .text-subtitle {
    margin-top: 16px;
    font-family: InterBold;
    font-size: 16px;
    letter-spacing: 0.26px;
  }
}
.section-rewards__content .text-distance {
  text-align: left;
  margin-top: 2px;
  font-size: 12px;
  line-height: 15px;
  font-family: InterMedium;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  opacity: 0.6;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-rewards__adversiment {
  order: 1;
  width: 90%;
  margin: auto;
}
.section-rewards__adversiment img {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
  display: none;
}
@media (min-width: 1024px) {
  .section-rewards__adversiment {
    width: 20%;
    margin-top: 124px;
    margin-left: 10px;
    order: 1;
  }
  .section-rewards__adversiment img {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
    display: none;
  }
}
.section-rewards__quizcontent {
  /*img {
      width: 100%;
      height: 133px;
      object-fit: cover;
      border-radius: 7px;
  }*/
  /** Ganadores de las trivias **/
}
@media (min-width: 1024px) {
  .section-rewards__quizcontent {
    width: 100%;
    max-width: 928px;
    cursor: pointer;
  }
  .section-rewards__quizcontent #row-list {
    display: grid;
    font-size: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 7px;
  }
}
.section-rewards__quizcontent #row-load-more {
  margin-top: 15px !important;
  background: none !important;
}
.section-rewards__quizcontent-headline {
  font-family: InterMedium;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .section-rewards__quizcontent-headline {
    width: 100%;
    max-width: 928px;
    font: normal normal bold 21px/25px Inter;
  }
}
.section-rewards__quizcontent-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  padding: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .section-rewards__quizcontent-row {
    display: flow-root;
  }
}
.section-rewards__quizcontent-row:first-child {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .section-rewards__quizcontent-row:first-child {
    margin-top: 16px;
  }
}
.section-rewards__quizcontent-row.disabled:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
}
.section-rewards__quizcontent-row__column {
  flex: 1 1 50%;
  /*               @include respond(desktop){
                     margin-top:30px;
                 }*/
}
.section-rewards__quizcontent-row__column:first-child {
  margin-right: 6px;
}
@media (min-width: 1024px) {
  .section-rewards__quizcontent-row__column:first-child {
    margin-right: 0px;
  }
}
.section-rewards__quizcontent-row__column:last-child {
  margin-left: 6px;
}
.section-rewards__quizcontent-row__column-full {
  width: 100%;
  text-align: center;
}
.section-rewards__quizcontent-row__column-full a {
  font-family: InterBold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-decoration: none;
}
.section-rewards__quizcontent-row__column img {
  width: 100%;
  height: 133px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
.section-rewards__quizcontent .text-discount {
  margin-top: 3px;
  text-align: left;
  font: normal normal normal 14px/18px InterBold;
  letter-spacing: 0.21px;
  color: #FFFFFF;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .section-rewards__quizcontent .text-discount {
    font: normal normal bold 21px/25px Inter;
    letter-spacing: 0.34px;
  }
}
.section-rewards__quizcontent .text-subtitle {
  margin-top: 8px;
  font: normal normal normal 13px/15px InterBold;
  letter-spacing: 0.12px;
  color: #E67373;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  text-align: left;
}
@media (min-width: 1024px) {
  .section-rewards__quizcontent .text-subtitle {
    font: normal normal normal 15px/18px InterBold;
  }
}
.section-rewards__quizcontent .text-footer {
  font: normal normal 500 14px/18px Inter;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  opacity: 1;
  height: 50px;
  min-height: 50px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .section-rewards__quizcontent .text-footer {
    margin-top: 20px;
  }
}
.section-rewards__quizcontent .text-coupon-subtitle {
  margin-top: 3px;
  font-size: 14px;
  line-height: 18px;
  font-family: InterBold;
  letter-spacing: 0.21px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .section-rewards__quizcontent .text-coupon-subtitle {
    margin-top: 30px;
    font: normal normal bold 21px/25px Inter;
    letter-spacing: 0.34px;
  }
}
.section-rewards__quizcontent .text-coupon-body {
  margin-top: 4px;
  font-family: Inter;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .section-rewards__quizcontent .text-coupon-body {
    margin-top: 20px;
  }
}
.section-rewards__quizcontent .text-coupon-footer {
  margin-top: 8px;
  font-size: 15px;
  line-height: 19px;
  font-family: InterBold;
  letter-spacing: 0.12px;
  color: #E65C5C;
}
@media (min-width: 1024px) {
  .section-rewards__quizcontent .text-coupon-footer {
    margin-top: 20px;
  }
}
.section-rewards__quizcontent #row-list-winners {
  display: block;
}
.section-rewards__quizcontent__quizwinnercard {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
  height: 240px;
  border-radius: 12px;
  padding: 0px;
  border: none;
  position: relative;
  word-wrap: break-word;
  background-color: #1F3E66;
  background-clip: border-box;
  box-shadow: 0px 6px 8px #00000054;
  cursor: auto;
}
.section-rewards__quizcontent__quizwinnercard-body {
  padding: 30px 10px;
  flex: 1 1 50%;
}
.section-rewards__quizcontent__quizwinnercard-body__text-title {
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font: normal normal normal 14px/18px InterBold;
  letter-spacing: 0.21px;
  color: #FFFFFF;
}
.section-rewards__quizcontent__quizwinnercard-body__text-date {
  font: normal normal 500 14px/18px Inter;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  opacity: 1;
}
.section-rewards__quizcontent__quizwinnercard-body__text-winnername {
  margin: 20px 0px 4px 0px;
}
.section-rewards__quizcontent__quizwinnercard-body__text-winnername .label {
  font: normal normal normal 13px/15px Inter;
  letter-spacing: 0.05px;
  color: #FFFFFF;
  opacity: 1;
}
.section-rewards__quizcontent__quizwinnercard-body__text-winnername .winnername {
  text-align: left;
  font: normal normal bold 13px/15px InterBold;
  letter-spacing: 0.01px;
  color: #E65C5C;
  margin: 10px 0px;
}
.section-rewards__quizcontent__quizwinnercard-body__text-winnerstate {
  font: normal normal 500 13px/18px Inter;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  opacity: 1;
}
.section-rewards__quizcontent__quizwinnercard-image {
  flex: 1 1 50%;
  padding: 20px 10px;
}
.section-rewards__quizcontent__quizwinnercard-image .image-container {
  vertical-align: middle;
  height: 100%;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.section-rewards__quizcontent__quizwinnercard-image .franja {
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 50px;
  background: #E65C5C;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 12px 12px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
}
.section-rewards__quizcontent__quizwinnercard-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 12px;
}
.section-rewards__quizcontent__quizwinnercard-image .camara {
  background-image: url(/images/feather-icon-camera.svg);
  width: 30px;
  height: 50px;
  background-position: center;
  background-size: 30px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0px 4px 0px 0px;
}
.section-rewards .modal-coupons__close {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 24px;
}
.section-rewards .modal-coupons__close__modal {
  width: 327px;
  height: 304px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px 16px;
  box-shadow: 6px 6px 20px #051121;
  border-radius: 12px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-rewards .modal-coupons__close__modal {
    width: 580px;
    heiht: auto;
  }
}
.section-rewards .modal-coupons__close__modal--header {
  font: normal normal normal 21px/25px InterBold;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .section-rewards .modal-coupons__close__modal--header {
    font: normal normal normal 26px/30px InterBold;
    letter-spacing: 0.64px;
    color: #FFFFFF;
  }
}
.section-rewards .modal-coupons__close__modal--body {
  margin-top: 24px;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.13px;
}
@media (min-width: 1024px) {
  .section-rewards .modal-coupons__close__modal--body {
    position: relative;
    margin-left: 20px;
    margin-top: 60px;
    font: normal normal normal 20px/27px InterBold;
    letter-spacing: 0.64px;
    color: #FFFFFF;
  }
}
.section-rewards .modal-coupons__close__modal--img {
  margin-top: 20px;
  text-align: left;
  display: flex;
}
.section-rewards .modal-coupons__close__modal--img_column {
  width: 50%;
}
@media (min-width: 1024px) {
  .section-rewards .modal-coupons__close__modal--img_column {
    width: 100%;
    position: relative;
    margin-left: 20px;
  }
}
.section-rewards .modal-coupons__close__modal--img_column img {
  position: relative;
  top: -10px;
  left: -30px;
}
@media (min-width: 1024px) {
  .section-rewards .modal-coupons__close__modal--img_column img {
    position: relative;
    margin-top: -80px;
    margin-left: 60px;
  }
}
.section-rewards__no-items {
  margin-top: 24px;
  display: none;
}
.section-rewards__no-items div {
  font-family: InterMedium;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.13px;
  color: #FFFFFF;
}
.section-rewards__no-items .banner {
  text-align: center;
}
.section-rewards__no-items img {
  width: 50%;
}
.section-rewards__no-items__message {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.section-rewards__no-items__message .col {
  padding: 0px 10px;
}
.section-rewards__no-items .font-lg {
  font-size: 32px;
  line-height: 50px;
}
@media (min-width: 1024px) {
  .section-rewards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
  .section-rewards .navbarReward {
    display: block;
    margin-top: 91px;
    font-size: 21px;
    font-family: Inter;
    letter-spacing: 0.06px;
  }
  .section-rewards .navbarReward a {
    color: white;
  }
  .section-rewards .navbarReward a:hover {
    text-decoration: underline;
  }
  .section-rewards .navbarReward a:visited {
    color: white;
  }
  .section-rewards .stuffed {
    display: none;
  }
}

.reward-show {
  /* Home Section */
  /* Services Section */
}
.reward-show .successful-code-copied {
  display: none;
  width: calc(100% - 48px);
  padding: 8px 0px;
  position: fixed;
  bottom: 12%;
  text-align: center;
  font: normal normal 500 15px/18px Inter;
  letter-spacing: 0px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
}
.reward-show #hdnPicture {
  display: none;
}
.reward-show__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .reward-show__header {
    display: none;
  }
}
.reward-show__header--close {
  width: 24px;
  height: 24px;
}
.reward-show__header--category {
  font: normal normal 500 14px/20px Inter;
  letter-spacing: 0.11px;
  color: #FFFFFF;
  opacity: 1;
}
.reward-show__banner {
  width: 100%;
  height: 120px;
  border-radius: 15px;
  background-color: white;
  position: relative;
}
.reward-show__banner--image {
  max-width: 95%;
  max-height: 108px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.reward-show__data-section {
  margin-top: 24px;
}
.reward-show__data-section--title {
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 8px;
}
.reward-show__data-section--description {
  text-align: justify;
  font: normal normal normal 14px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .reward-show__data-section--description {
    text-align: justify;
    font: normal normal normal 15px/20px Inter;
    width: 340px;
  }
}
.reward-show__data-section--description2 {
  text-align: justify;
  font: normal normal normal 13px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .reward-show__data-section--description2 {
    text-align: justify;
    font: normal normal normal 15px/20px Inter;
    width: auto;
  }
}
.reward-show__data-section--additional-information {
  text-align: left;
  font: normal normal 500 14px/20px Inter;
  letter-spacing: 0.11px;
  color: #FFFFFF;
  opacity: 1;
}
.reward-show__data-section--additional-information:last-of-type {
  margin-bottom: 8px;
}
.reward-show__data-section--discount {
  text-align: left;
  font: normal normal bold 16px/20px InterBold;
  letter-spacing: 0.13px;
  color: #E65C5C;
  opacity: 1;
}
.reward-show__method-section {
  display: none;
  margin-top: 24px;
  margin-bottom: 18px;
}
.reward-show__method-section .flex {
  display: flex;
  margin-top: 16px;
  min-height: 94px;
}
.reward-show__method-section--title {
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.05px;
  color: #FFFFFF;
}
.reward-show__method-section--method-button {
  height: 40px;
  background: transparent;
  border: 0.5px solid #619FCB;
  border-radius: 8px;
  text-align: center;
  font: normal normal 500 15px/19px Inter;
  letter-spacing: 0;
  color: #667790;
  width: 50%;
}
.reward-show__method-section--method-button.full-width {
  width: 100%;
  margin: 0 !important;
}
.reward-show__method-section--method-button:first-child {
  margin-right: 7px;
}
.reward-show__method-section--method-button:last-child {
  margin-left: 7px;
}
.reward-show__method-section--method-button .chevron {
  background-image: url(/images/chevron-down.svg);
  display: inline-block;
  min-width: 9px;
  min-height: 15px;
  position: relative;
  left: 10px;
  top: -5px;
}
.reward-show__method-section--method-button .discount-large {
  font: normal normal normal 38px/46px InterBold;
  letter-spacing: 0px;
  color: #142F54;
}
.reward-show__method-section--method-button .discount-footer {
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0;
  color: #142F54;
  opacity: 0.9;
}
.reward-show__method-section--method-button.active {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0;
  color: #619FCB;
}
.reward-show__method-section--method-button.selected {
  height: auto;
  background: #619FCB;
  font: normal normal 500 16px/20px Inter;
  color: #142F54;
  opacity: 0.9;
  padding: 5px 0;
}
.reward-show__card-section {
  margin: 25px 0;
  display: none;
}
.reward-show__card-section h3 {
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.05px;
  color: #FFFFFF;
  margin-bottom: 17px;
}
.reward-show__card-section button {
  font: normal normal bold 16px/20px Inter !important;
  letter-spacing: 0.26px !important;
  color: #619FCB !important;
}
.reward-show__code-section {
  margin: 54px 0 24px;
  display: none;
}
.reward-show__code-section #go-store {
  background: #142F54 0% 0% no-repeat padding-box;
  border: 1px solid #619FCB;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #619FCB;
  height: 48px;
  /*margin-bottom: 50px;*/
  margin-bottom: 20px;
}
.reward-show__code-section-button {
  margin-top: 16px;
  background: #142F54 0% 0% no-repeat padding-box;
  border: 1px solid #619FCB;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #619FCB;
  height: 48px;
  display: none;
}
.reward-show__code-section-button.link {
  padding: 12px 0;
}
.reward-show__code-section .code-winner {
  margin-top: 24px;
  width: 100%;
}
.reward-show__code-section .code-winner label {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  opacity: 1;
}
.reward-show__code-section .code-winner-wrapper {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  padding: 12px 14px;
  margin-top: 8px;
  min-height: 44px;
}
.reward-show__code-section .code-winner-wrapper span {
  text-align: left;
  height: 48px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
}
.reward-show__code-section .code-winner-wrapper img.button-mobile {
  float: right;
  width: 24px;
  height: 24px;
}
.reward-show__filters-section {
  margin-top: 24px;
  display: none;
}
.reward-show__filters-section .m-t-34 {
  margin-top: 34px;
}
@media (min-width: 1024px) {
  .reward-show__filters-section .div-inline {
    display: inline;
  }
  .reward-show__filters-section .m-l-10 {
    margin-left: 10px;
  }
}
.reward-show__filters-section span {
  margin-top: 8px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal 600 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  display: none;
  text-align: center;
  padding: 8px 12px;
}
.reward-show__filters-section span img {
  cursor: pointer;
  width: 22px;
  height: 22px;
  opacity: 0.8;
  top: 5px;
  position: relative;
}
.reward-show__place-section {
  margin-top: 24px;
}
.reward-show__place-section--title {
  text-align: left;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 16px;
}
.reward-show__place-section--place-button {
  width: 100%;
  height: 40px;
  border: 0.5px solid #619FCB;
  background: #142F54 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #619FCB;
  opacity: 1;
  text-align: center;
  margin-bottom: 24px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .reward-show__place-section--place-button {
    font-weight: 600;
  }
}
.reward-show__terms-and-conditions {
  margin-top: 1px;
}
@media (min-width: 1024px) {
  .reward-show__terms-and-conditions {
    position: relative;
    margin-top: 40px;
  }
}
.reward-show__terms-and-conditions--title {
  text-align: left;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 7px;
}
.reward-show__terms-and-conditions--line {
  width: 96px;
  height: 2px;
  background-image: url(/images/rectangle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.reward-show__terms-and-conditions--paragraph {
  text-align: left;
  font: normal normal 500 12px/16px Inter;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  opacity: 1;
}
.reward-show .modal-coupon__winner {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0 -24px 0 0;
}
.reward-show .modal-coupon__winner #qr-img {
  width: 160px;
  height: 160px;
}
.reward-show .modal-coupon__winner #barcode-img {
  width: 229px;
  height: 122px;
}
.reward-show .modal-coupon__winner__modal {
  width: 100%;
  height: 317px;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  bottom: 0;
  padding: 16px 24px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 20px #051121;
  border-radius: 12px;
  text-align: center;
}
.reward-show .modal-coupon__winner__modal--header {
  font: normal normal medium 16px/25px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-align: left;
}
.reward-show .modal-coupon__winner__modal--header .pull-right {
  float: right;
}
.reward-show .modal-coupon__winner__modal--wrapper {
  margin-top: 65px;
}
.reward-show .button-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .reward-show .button-desktop {
    display: block;
  }
}
@media (min-width: 1024px) {
  .reward-show__tab {
    max-width: 848px;
    height: auto;
    background-color: #1F3E66;
    margin: 0 auto;
    border-radius: 12px;
    position: relative;
    margin-top: 70px;
    padding: 24px;
  }
  .reward-show__tab__tab2 {
    display: flex;
    flex-direction: row;
    align-items: unset;
  }
  .reward-show__tab__tab2__left {
    width: 24.74vw;
    min-width: 337px;
    margin-top: 0px;
    cursor: pointer;
  }
  .reward-show__tab__tab2__right {
    width: 100%;
    min-width: 337px;
    position: relative;
    margin-left: 25px;
    border-radius: 12px;
    background: #142F54;
    padding: 15px;
    margin-bottom: 40px;
    font-weight: bolder;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .reward-show__tab__tab2__right {
    width: auto;
    position: relative;
    margin-left: 25px;
    border-radius: 12px;
    background: #142F54;
    padding: 15px;
    margin-bottom: auto;
    font-weight: bolder;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .reward-show .btna img {
    margin-top: 11px;
    margin-left: 253px;
  }
}
@media (min-width: 1024px) {
  .reward-show .button-desktop {
    display: block;
    float: right;
    height: 45px;
    list-style: none;
    margin-top: -30px;
    width: 350px;
    margin-right: -60px;
  }
  .reward-show .button-desktop li {
    width: 100%;
    height: 100%;
  }
  .reward-show .button-desktop li a {
    width: 100%;
    height: 100%;
  }
  .reward-show .button-desktop__ul {
    display: none;
    background: #667790;
    border-radius: 6px;
    padding: 0;
    position: relative;
    top: -85px;
    width: 260px;
    margin-left: 130px;
    list-style: none;
  }
  .reward-show .button-desktop__ul img {
    float: left;
    margin-left: 15px;
  }
  .reward-show .button-desktop__ul li {
    float: none;
    position: relative;
    box-shadow: 6px 2px 8px #00000029;
    padding: 15px 15px;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #516583;
    opacity: 1;
    font-size: 14px;
  }
  .reward-show .button-desktop__ul li:hover {
    background: #1F3E66;
  }
  .reward-show .button-desktop__ul:before {
    position: absolute;
    bottom: -8px;
    left: 121px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-top: 9px solid #667790;
    border-left: 9px solid transparent;
    content: "";
    z-index: 1000;
  }
  .reward-show .button-desktop li:hover > ul {
    display: block;
  }
}
@media (min-width: 1024px) {
  .reward-show .button-desktop:after {
    content: "";
    clear: both;
    display: block;
  }
}
@media (min-width: 1024px) {
  .reward-show .button-mobile {
    display: none;
  }
}
.reward-show .card_account_desktop__qrCode {
  display: none;
}
.reward-show .card_account__side {
  height: 200px;
}
.reward-show .hide {
  display: none;
}
.reward-show .modal-locations {
  display: flex;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.reward-show .modal-locations__dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 1024px) {
  .reward-show .modal-locations__dialog {
    width: auto !important;
    height: auto !important;
  }
}
.reward-show .modal-locations__dialog__content {
  background: #1F3E66 0% 0% no-repeat padding-box;
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  border-radius: 10px;
  opacity: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .reward-show .modal-locations__dialog__content {
    width: 470px;
    height: 100%;
  }
}
.reward-show .modal-locations__dialog__content--header {
  /* flex-shrink: 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem;
  /* border-bottom: 1px solid #dee2e6; */
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.reward-show .modal-locations__dialog__content--header img {
  float: right;
}
.reward-show .modal-locations__dialog__content--header h1 {
  margin-top: 20px;
}
.reward-show .modal-locations__dialog__content--title {
  margin-top: 20px;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.reward-show .modal-locations__dialog__content--image {
  text-align: center;
}
.reward-show .modal-locations__dialog__content--image img {
  width: 223px;
  height: 168px;
}
.reward-show .modal-locations__dialog__content--body {
  overflow: auto;
  min-height: 300px;
  opacity: 1;
  position: relative;
  padding: 20px 10px 10px 20px;
  max-height: 91vh;
}
.reward-show .modal-locations__dialog__content--body .location-list .location-item {
  padding: 10px;
  border-radius: 10px;
  margin: 15px 0px;
  background: #142F54;
  color: #fff;
}
.reward-show .modal-locations__dialog__content--body .location-list .location-item .location-card .location-name {
  font-size: 20px;
  color: #f4f4f5;
  padding: 16px 0px;
  text-align: left;
}
.reward-show .modal-locations__dialog__content--body .location-list .location-item .location-card .location-body {
  font: normal normal normal 14px/16px Inter;
}
.reward-show .modal-locations__dialog__content--body .location-list .location-item .location-card .location-phone {
  font-size: 16px;
  text-align: left;
  margin-top: 5px;
}
.reward-show .modal-locations__dialog__content--body .location-list .location-item .location-card .location-phone .phone {
  font-size: 16px;
  color: #fff;
}
.reward-show .modal-locations__dialog__content--body .location-list .location-item .location-card .location-phone .label {
  color: #fff;
}
.reward-show .modal-locations__dialog__content--body .location-list .location-item .location-map {
  margin: 0px 0px 15px 0px;
}
.reward-show .modal-locations__dialog__content--body .location-list .location-item .location-map .button-map {
  width: 100%;
  display: inline-block;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 1px solid #E65C5C;
  border-radius: 8px;
  text-align: center;
  font: normal normal bold 15px/30px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  margin-top: 17px;
}
.reward-show .modal-locations__dialog__content--highlight {
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  margin-top: 10px;
}
.reward-show .modal-locations.hide {
  display: none;
}
.reward-show .modal-coupon-portada {
  display: flex;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.reward-show .modal-coupon-portada__dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 1024px) {
  .reward-show .modal-coupon-portada__dialog {
    width: auto !important;
    height: auto !important;
  }
}
.reward-show .modal-coupon-portada__dialog__content {
  background: #1F3E66 0% 0% no-repeat padding-box;
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  border-radius: 10px;
  opacity: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .reward-show .modal-coupon-portada__dialog__content {
    width: 600px;
    height: auto;
  }
}
.reward-show .modal-coupon-portada__dialog__content--header {
  /* flex-shrink: 0; */
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  /* border-bottom: 1px solid #dee2e6; */
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.reward-show .modal-coupon-portada__dialog__content--header img {
  float: right;
}
.reward-show .modal-coupon-portada__dialog__content--title {
  margin-top: 20px;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.reward-show .modal-coupon-portada__dialog__content--image {
  text-align: center;
}
.reward-show .modal-coupon-portada__dialog__content--image img {
  width: 223px;
  height: 168px;
}
.reward-show .modal-coupon-portada__dialog__content--body {
  overflow: auto;
  min-height: 300px;
  opacity: 1;
  max-height: 91vh;
  position: relative;
  padding: 20px;
}
.reward-show .modal-coupon-portada__dialog__content--body .location-list .location-item {
  padding: 10px;
  border-radius: 10px;
  margin: 15px 0px;
  background: #142F54;
  color: #fff;
}
.reward-show .modal-coupon-portada__dialog__content--body .location-list .location-item .location-card .location-name {
  font-size: 20px;
  color: #f4f4f5;
  padding: 6px 0px;
  text-align: center;
}
.reward-show .modal-coupon-portada__dialog__content--body .location-list .location-item .location-card .location-body {
  font: normal normal normal 14px/16px Inter;
}
.reward-show .modal-coupon-portada__dialog__content--body .location-list .location-item .location-card .location-phone {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.reward-show .modal-coupon-portada__dialog__content--body .location-list .location-item .location-card .location-phone .phone {
  font-size: 16px;
  color: #fff;
}
.reward-show .modal-coupon-portada__dialog__content--body .location-list .location-item .location-card .location-phone .label {
  color: #fff;
}
.reward-show .modal-coupon-portada__dialog__content--body .location-list .location-item .location-map {
  margin: 15px 0px;
}
.reward-show .modal-coupon-portada__dialog__content--body .location-list .location-item .location-map .button-map {
  width: 100%;
  display: inline-block;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 1px solid #E65C5C;
  border-radius: 8px;
  text-align: center;
  font: normal normal bold 15px/30px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  margin-top: 17px;
}
.reward-show .modal-coupon-portada__dialog__content--highlight {
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  margin-top: 10px;
}
.reward-show .modal-coupon-portada.hide {
  display: none;
}
.reward-show .modal-coupon-portada .promotion-portada {
  padding: 20px;
  width: 100%;
}
.reward-show .modal-coupon-portada .promotion-portada-backgroud {
  height: 85vh;
  width: 100%;
  position: relative;
  z-index: 0;
  display: inline-block;
  overflow: hidden;
  padding: 100px;
}
.reward-show .modal-coupon-portada .promotion-portada-backgroud::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 85vh;
  height: 44vh;
  left: 50%;
  top: 50%;
  background-size: contain;
  transform: translate(-50%, -50%) rotate(90deg);
  /* opacity: 0.5; */
  background-position: center;
  background-repeat: no-repeat;
}
.reward-show .buttom {
  width: 100%;
  display: inline-block;
  height: 54px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 1px solid #E65C5C;
  border-radius: 8px;
  text-align: center;
  font: normal normal bold 16px/54px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  margin-top: 17px;
}
.reward-show .view-locations-btn {
  width: 300px;
}
.reward-show #promotion-card {
  display: flex;
  flex-direction: column;
  margin: 20px 0px;
  justify-content: center;
  align-items: center;
  height: 250px;
  position: relative;
  opacity: 0.9;
  width: 100%;
  z-index: 1;
  border-radius: 8px;
}
.reward-show #promotion-card .h-discounts {
  width: 90%;
}
.reward-show #promotion-card h1 {
  color: floralwhite;
  text-align: center;
  z-index: 5;
}
.reward-show #promotion-card p {
  padding: 10px 5px;
  color: floralwhite;
  text-align: center;
  font-size: 16px;
  font: normal normal bold 16px/54px Inter;
  z-index: 5;
}
.reward-show #promotion-card .btn {
  padding: 6px 20px;
  border: 2px solid white;
  /* background-color: rgb(27, 27, 27); */
  background-color: white;
  color: black;
  margin: 17px;
  font-size: 1.2rem;
  border-radius: 10px;
  cursor: pointer;
  z-index: 2;
}
.reward-show #promotion-card .circle {
  background-color: #ff0033;
  font-family: Helvetica, Arial, sans-serif;
  height: 40px;
  width: 40px;
  border: 1px solid #ff0033;
  border-radius: 55px;
  text-align: center;
  color: #fff;
  margin: 0px 10px;
  padding: 10px 2px;
}
.reward-show #promotion-card .circle .number {
  font-size: 15px;
  font-weight: bold;
}
.reward-show #promotion-card .container-discounts {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: center;
  justify-content: right;
  font-size: 18px;
  padding: 2px;
  font-weight: bold;
  font-family: "Inter", Arial, sans-serif;
  color: #fff;
}
.reward-show #promotion-card .container-discounts .porcent {
  width: 30%;
}

.aet-modal {
  display: flex;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.aet-modal__dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .aet-modal__dialog {
    width: auto !important;
    height: auto !important;
  }
}
.aet-modal__dialog__content {
  background: #132F54 0% 0% no-repeat padding-box;
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  border-radius: 10px;
  opacity: 1;
  width: 100%;
}
.aet-modal__dialog__content label {
  height: 44px;
}
@media (min-width: 1024px) {
  .aet-modal__dialog__content {
    width: 470px;
    height: 100%;
  }
}
.aet-modal__dialog__content--header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0rem 1rem;
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.aet-modal__dialog__content--header .aet-modal-close {
  cursor: pointer;
}
.aet-modal__dialog__content--header img {
  float: right;
}
.aet-modal__dialog__content--header h1 {
  margin-top: 20px;
}
.aet-modal__dialog__content--title {
  margin-top: 20px;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.aet-modal__dialog__content--image {
  text-align: center;
}
.aet-modal__dialog__content--image img {
  width: 223px;
  height: 168px;
}
.aet-modal__dialog__content--body {
  overflow: auto;
  opacity: 1;
  max-height: 91vh;
  /*min-height: 300px;*/
  position: relative;
  padding: 0px 20px 20px;
}
.aet-modal__dialog__content--highlight {
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  margin-top: 10px;
}
.aet-modal.hide {
  display: none;
}
.aet-modal #state {
  display: none;
}
.aet-modal .select2 {
  width: 100% !important;
}
.aet-modal .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  height: 48px;
}
.aet-modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 70%;
}
.aet-modal .form-group .select2-selection__rendered {
  border: 1px solid #619FCB;
  width: 100%;
}
.aet-modal .select2-selection__rendered {
  position: relative;
  width: 100%;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border: none;
  padding: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF !important;
  opacity: 0.9;
}
.aet-modal .user-location__form .advice-text {
  font-size: 14px;
  padding: 0px 0px 15px 0px;
}
.aet-modal .form-row {
  position: relative;
  display: block;
  margin: 10px 0px;
}
.aet-modal .bt-primary {
  width: 100%;
  display: inline-block;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 1px solid #E65C5C;
  border-radius: 8px;
  text-align: center;
  font: normal normal bold 15px/30px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  margin-top: 17px;
  padding: 10px;
  cursor: pointer;
}

/*fix para que solo muestre un borde en donde elige el estado*/
@media (min-width: 1024px) {
  .section-rewards-select2 .select2-dropdown--above {
    border-radius: 10px;
    border: 1px solid #619FCB !important;
    padding: 3px;
  }
}
.modal-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto !important;
  width: 90% !important;
}
@media (min-width: 1024px) {
  .modal-center {
    width: 470px !important;
  }
}

/* Fix para que tome el ancho, solo en rewards */
.select2-container .select2-dropdown .select2-results #select2-state-results {
  max-height: 96vh;
  margin: 0px;
  background-color: #1F3E66;
  scrollbar-width: none;
  width: 100vw;
}
@media (min-width: 1024px) {
  .select2-container .select2-dropdown .select2-results #select2-state-results {
    width: 100%;
    margin: 0px 25px;
    max-height: 250px;
  }
}

@media (max-width: 599px) {
  .select2-container.select2-container--open .select2-dropdown--above {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    top: 10px;
  }
}
label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  /* Accessible outline */
  /* Remove comment to use */
  /*
      &:focus-within {
              outline: .125em solid $primary-color;
      }
  */
}
label input {
  position: absolute;
  left: -9999px;
}
label input:checked + span {
  background-color: #1F3E66;
}
label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #E65C5C;
}
label span {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  transition: 0.25s ease;
}
label span:hover {
  background-color: #415b7e;
}
label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #f2f2f9;
}

#modal-winner-name .aet-modal__dialog__content {
  width: 100%;
}

#modal-winner-name .aet-modal__dialog__content--body {
  padding: 0px;
}

@media (min-width: 1024px) {
  #modal-winner-name .aet-modal__dialog__content {
    width: 600px;
  }

  #modal-winner-name .aet-modal__dialog__content--body {
    padding: 0px 50px 50px 50px;
  }
}
#shop {
  display: none;
}

@media (min-width: 1024px) {
  #home:hover {
    background: #619FCB;
    color: #142F54;
  }
}

@media (min-width: 1024px) {
  #ecommerce:hover {
    background: #619FCB;
    color: #142F54;
  }
}

.section-messages__title {
  font: normal normal bold 32px/34px Inter;
  letter-spacing: 0.51px;
  color: #FFFFFF;
}
@media (max-height: 677px) {
  .section-messages__content {
    padding-bottom: 30px;
  }
}
.section-messages__content img {
  width: 80px;
  height: 80px;
  border-radius: 82px;
}
.section-messages__content-row {
  cursor: pointer;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  padding: 10px 12px;
  position: relative;
}
.section-messages__content-row .text-message-type {
  font: normal normal normal 16px/18px InterMedium;
  letter-spacing: 0.05px;
  color: #FFFFFF;
}
.section-messages__content-row .text-message-subtitle {
  font: normal normal normal 16px/18px InterMedium;
  letter-spacing: 0.05px;
  color: #FFFFFF;
  margin-top: 5px;
}
.section-messages__content-row .text-message-promotion {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  margin-top: 6px;
  padding-right: 15px;
  color: #FFFFFF;
}
.section-messages__content-row .text-message-promotion p {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  margin-top: 6px;
  padding-right: 15px;
  color: #FFFFFF;
}
.section-messages__content-row .text-message-time {
  margin-top: 6px;
  letter-spacing: 0.1px;
  font: normal normal normal 12px/16px InterMedium;
  color: #FFFFFF;
  opacity: 0.6;
}
.section-messages__content-row.selected {
  border: 1px solid #619FCB;
}
.section-messages__content-row.selected .text-message-time {
  font: normal normal 500 13px/16px Inter;
  color: #81BFEB;
  opacity: 1;
}
.section-messages__content-row:first-child {
  margin-top: 24px;
}
.section-messages__content-row__column {
  /*height: 80px;*/
}
.section-messages__content-row__column:first-child {
  flex: 1 1 5%;
  margin-right: 6px;
}
.section-messages__content-row__column:last-child {
  flex: 1 1 75%;
  margin-left: 3px;
}
.section-messages__content-row__column-full {
  width: 100%;
  text-align: center;
}
.section-messages__content-row__column-full a {
  font-family: InterBold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .section-messages {
    max-width: 848px;
    margin: 0 auto;
  }
}

.ticket-header {
  width: 100%;
  margin: 0px 0px 30px 0px;
}
.ticket-header header {
  margin-bottom: 20px;
}
.ticket-header__subtitle {
  font: normal normal 500 16px/18px Inter !important;
  letter-spacing: 0.13px !important;
}
.ticket-header__subtitle h1 {
  line-height: 32px;
  margin-bottom: 6px;
  font: normal normal 500 16px/18px Inter !important;
}

.disable-link {
  cursor: default;
  opacity: 0.2;
}

.ticket {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ticket #title-input-out {
  font: normal normal 500 16px/18px Inter !important;
  letter-spacing: 0.13px !important;
}
.ticket #title-input-outdesc {
  font: normal normal 500 16px/18px Inter !important;
  letter-spacing: 0.13px !important;
}
.ticket .btn_sol {
  display: none;
}
.ticket .btn_soldesc {
  display: none;
}
.ticket__slider--dots {
  margin-bottom: 24px;
  display: none;
  text-align: center;
}
.ticket__slider--dots .dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0;
  margin-right: 7px;
  background: #FFFFFF80 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.ticket__slider--dots .dot.active {
  background: #E65C5C 0% 0% no-repeat padding-box;
  opacity: 1;
}
.ticket .successful-code-copied {
  display: none;
  width: calc(100% - 48px);
  padding: 8px 0px;
  position: fixed;
  bottom: 12%;
  text-align: center;
  font: normal normal 500 15px/18px Inter;
  letter-spacing: 0px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
}
.ticket .successful-code-requested {
  display: none;
  padding: 8px 0px;
  /*bottom: 12%;*/
  text-align: center;
  font: normal normal 500 15px/18px Inter;
  letter-spacing: 0px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
  width: 99%;
  /*position: fixed;*/
  left: 50%;
  /*transform: translate(-50%, 0);*/
}
@media (min-width: 1024px) {
  .ticket .successful-code-requested {
    width: 100%;
    bottom: 14%;
    text-align: center;
    font: normal normal 600 15px/18px Inter;
    font-size: 15px;
  }
}
.ticket__title {
  width: 100%;
  margin-bottom: 10px;
  font: normal normal bold 32px/34px Inter;
  letter-spacing: 0.51px;
  color: white;
}
.ticket__txt {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: white;
  display: none;
  text-align: left;
  width: 100%;
}
.ticket__txt .date {
  margin-top: 15px;
  font: normal normal normal 16px/18px Inter;
  letter-spacing: 0.13px;
  color: white;
  text-align: left;
  width: 100%;
}
.ticket__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: white;
  background-color: #E65C5C;
  /*background-color: #707070;*/
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
}
.ticket__buttondesc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: white;
  background-color: #E65C5C;
  /*background-color: #707070;*/
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
}
.ticket__ticket--cont {
  margin-bottom: 22px;
  padding: 38px 19px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 333px;
  height: 189px;
  background-size: 100% 100%;
  background-repeat: none;
  background-image: url(/images/back-cinepolis.png?6377dda62794594aa945a949015d6daf);
}
.ticket__ticket-code {
  display: none;
  margin-top: 24px;
  width: 100%;
}
.ticket__ticket-code label {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  opacity: 1;
}
.ticket__ticket-code-wrapper {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  padding: 12px 14px;
  margin-top: 8px;
  height: 45px;
}
.ticket__ticket-code-wrapper span {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
}
.ticket__ticket-code-wrapper img {
  float: right;
  width: 24px;
  height: 24px;
}
.ticket__ticket--title {
  display: flex;
  align-items: center;
}
.ticket__ticket--title--icon {
  margin-right: 8px;
  width: 14px;
  height: 14px;
}
.ticket__ticket--title--txt {
  font-size: 16px;
  color: white;
  font: normal normal medium 16px/18px Inter;
}
.ticket__ticket--logo {
  margin-top: 10px;
  width: 211px;
  height: 47px;
}
.ticket__ticket--date {
  display: block;
  margin-top: 9px;
  font-size: 16px;
  font-family: InterMedium;
}
.ticket__no_ticket-title {
  margin-top: 21px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: white;
  text-align: left;
  width: 100%;
}
.ticket__right {
  width: 333px;
}
.ticket .not-tickets {
  display: none;
}
.ticket .button-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .ticket {
    margin-top: 150px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 62.81%;
    min-width: 850px;
    margin: auto;
    flex-direction: row;
    align-items: unset;
  }
  .ticket__slider--dots {
    text-align: center;
  }
  .ticket__left {
    width: 24.74vw;
    min-width: 337px;
    /* height: 36.9vw;
     min-height: 504px;*/
    margin-top: 0px;
    cursor: pointer;
  }
  .ticket__ticket--cont {
    margin-top: 50px;
  }
  .ticket__right {
    width: 34.74vw;
    min-width: 424px;
    margin-top: 80px;
    position: relative;
  }
  .ticket .btna img {
    margin-top: 11px;
    margin-right: 15px;
  }
  .ticket .button-desktop {
    display: block;
    float: right;
    width: 60px;
    height: 45px;
    list-style: none;
    margin-top: -11px;
  }
  .ticket .button-desktop li {
    width: 100%;
    height: 100%;
  }
  .ticket .button-desktop li a {
    width: 100%;
    height: 100%;
  }
  .ticket .button-desktop__ul {
    display: none;
    background: #667790;
    border-radius: 6px;
    padding: 0;
    position: absolute;
    /*bottom: calc(100% - 160px);*/
    bottom: calc(100% - 96px);
    width: 249px;
    margin-left: -100px;
    list-style: none;
  }
  .ticket .button-desktop__ul img {
    float: left;
    margin-left: 15px;
  }
  .ticket .button-desktop__ul li {
    float: none;
    position: relative;
    box-shadow: 6px 2px 8px #00000029;
    padding: 15px 15px;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #516583;
    opacity: 1;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .ticket .button-desktop__ul li:hover {
    background: #1F3E66;
  }
  .ticket .button-desktop__ul:before {
    position: absolute;
    bottom: -8px;
    left: 121px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-top: 9px solid #667790;
    border-left: 9px solid transparent;
    content: "";
  }
  .ticket .button-desktop li:hover > ul {
    display: block;
  }
  .ticket .button-desktop:after {
    content: "";
    clear: both;
    display: block;
  }
  .ticket .button-mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .ticket-header {
    width: 62.81%;
    min-width: 850px;
    margin: auto;
  }
  .ticket-header__subtitle {
    font: normal normal 500 16px/18px Inter !important;
    letter-spacing: 0.13px !important;
  }
}
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .error {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 55%;
    min-width: 850px;
    margin: auto;
    margin-top: -60px;
  }
  .error__title {
    position: relative;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 200px;
    font: normal normal bold 32px InterBold;
    letter-spacing: 0.51px;
    color: white;
  }
  .error__txt {
    position: relative;
    float: left;
    margin-left: -110px;
    margin-top: 250px;
    font-size: 16px;
    font-family: Inter;
    letter-spacing: 0.13px;
    color: white;
  }
}
.error__title {
  margin-bottom: 20px;
  font: normal normal bold 32px InterBold;
  letter-spacing: 0.51px;
  color: white;
}
.error__txt {
  font-size: 16px;
  font-family: Inter;
  letter-spacing: 0.13px;
  color: white;
}
.error__img {
  margin: 16px auto;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .error__img {
    width: 55%;
    position: relative;
    margin-top: 100px;
    margin-right: 60px;
  }
}
.error__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: white;
  background-color: #1F3E66;
}
@media (min-width: 1024px) {
  .error__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -340px;
    z-index: 100;
    width: 35%;
    height: 48px;
    border-radius: 8px;
    color: white;
    background-color: #1F3E66;
  }
}
.error__button--icon {
  margin-right: 13px;
  width: 24px;
  height: 24px;
}

.cookies-configuration__header {
  margin-bottom: 36px;
}
.cookies-configuration__header--title {
  text-align: left;
  font: normal normal bold 32px/36px Inter;
  letter-spacing: 0.51px;
  color: #FFFFFF;
  opacity: 1;
}
.cookies-configuration__section {
  margin-bottom: 30px;
}
.cookies-configuration__section--title {
  display: inline-block;
  text-align: left;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
}
.cookies-configuration__section--slider {
  display: inline-block;
  float: right;
}
.cookies-configuration__section--paragraph {
  margin-top: 22px;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  opacity: 1;
}
.cookies-configuration__buttons {
  display: flex;
  justify-content: space-between;
}
.cookies-configuration__buttons button {
  width: 157px;
  height: 36px;
  border-radius: 8px;
  opacity: 1;
  text-align: center;
  font: normal normal bold 16px/20px Inter;
  color: #FFFFFF;
  opacity: 1;
}
.cookies-configuration__buttons--cancel {
  background: #142F54 0% 0% no-repeat padding-box;
  border: 0.5px solid #FFFFFF;
  letter-spacing: 0.13px;
}
.cookies-configuration__buttons--agree {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 0.5px solid #E65C5C;
  text-align: center;
  letter-spacing: 0.26px;
}
@media (min-width: 1024px) {
  .cookies-configuration {
    background: #1F3E66 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 8px #00000033;
    border-radius: 12px;
    opacity: 1;
    width: 858px;
    margin: auto;
    height: calc(100vh - 160px);
  }
  .cookies-configuration__scroll {
    padding: 57px 68px 57px 57px;
    width: 850px;
    height: 86%;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cookies-configuration__header {
    width: 100%;
  }
  .cookies-configuration__section {
    width: 41.5%;
  }
  .cookies-configuration__buttons {
    background: #20416B 0% 0% no-repeat padding-box;
    box-shadow: 0px -2px 8px #0000003D;
    border-radius: 0px 0px 12px 12px;
    opacity: 1;
    height: 14%;
    padding: 18px 201px;
  }
  .cookies-configuration__buttons button {
    width: 220px;
  }
  .cookies-configuration__buttons--cancel {
    background: #20416B 0% 0% no-repeat padding-box;
    border: none;
    box-shadow: 0 0 0 0.5px #FFFFFF;
  }
  .cookies-configuration ::-webkit-scrollbar {
    width: 12px;
  }
  .cookies-configuration ::-webkit-scrollbar-track {
    background: #667790 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 0.5;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .cookies-configuration ::-webkit-scrollbar-thumb {
    background: #FFFFFF4D 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
  }
}

.switch-rounded {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}
.switch-rounded input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-rounded span {
  border-radius: 28px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #224573;
  transition: 0.4s;
}
.switch-rounded span:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: #487cac;
  transition: 0.4s;
}
.switch-rounded input:checked + span {
  background-color: #E65C5C;
}
.switch-rounded input:checked + span:before {
  background-color: #FFFFFF;
}
.switch-rounded input:checked + span:before {
  transform: translateX(20px);
}

.cookies-details {
  padding-bottom: 20px;
}
.cookies-details__header {
  margin-bottom: 24px;
}
.cookies-details__header--title {
  text-align: left;
  font: normal normal bold 32px/36px Inter;
  letter-spacing: 0.51px;
  color: #FFFFFF;
  opacity: 1;
}
.cookies-details__section {
  margin-bottom: 22px;
}
.cookies-details__section--title {
  text-align: left;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 14px;
}
.cookies-details__section--paragraph {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  opacity: 1;
  overflow: hidden;
  overflow-wrap: break-word;
}
.cookies-details__section--scrollable {
  width: 112%;
  margin-left: -6.2%;
  /* border-left: 24px solid transparent;
  border-right: 26px solid transparent; */
  padding: 1px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cookies-details__section--scrollable::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}
.cookies-details__section--scrollable div {
  display: inline-block;
  margin: 0px 23px;
}
.cookies-details__section--scrollable--table {
  margin-top: 24px;
  margin-bottom: 24px;
  border-collapse: collapse;
  min-width: 824px;
  border-radius: 8px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #FFFFFF;
}
.cookies-details__section--scrollable--table th, .cookies-details__section--scrollable--table td {
  vertical-align: top;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  opacity: 1;
  padding: 12px 12px 10px;
}
.cookies-details__section--scrollable--table th {
  background: #E65C5C 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 61px;
  min-width: 327px;
  border: 0.1000000015px solid #FFFFFF;
}
.cookies-details__section--scrollable--table th:first-child {
  border-radius: 8px 0px 0px 0px;
  min-width: 170px;
  border: none;
}
.cookies-details__section--scrollable--table th:last-child {
  border-radius: 0px 8px 0px 0px;
  border: none;
}
.cookies-details__section--scrollable--table td {
  border: 0.1000000015px solid #FFFFFF;
}
.cookies-details__section--scrollable--table tr:nth-of-type(2n) td {
  background: #1F3E66 0% 0% no-repeat padding-box;
}
.cookies-details__section--scrollable--table tr:last-of-type td:first-of-type {
  border-radius: 0px 0px 0px 8px;
}
.cookies-details__section--scrollable--table tr:last-of-type td:last-of-type {
  border-radius: 0px 0px 8px 0px;
}
@media (min-width: 1024px) {
  .cookies-details {
    max-width: 848px;
    height: calc(100vh - 130px);
    background-color: #1F3E66;
    margin: 0 auto;
    overflow-y: scroll;
    padding: 57px;
    border-radius: 12px;
    /* Track */
    /* Handle */
  }
  .cookies-details::-webkit-scrollbar {
    margin: 0 8px;
    width: 12px;
    position: absolute;
    left: 30px;
  }
  .cookies-details::-webkit-scrollbar-track {
    background-color: #667790;
    border-radius: 8px;
  }
  .cookies-details::-webkit-scrollbar-thumb {
    background: #FFFFFF4D;
    border-radius: 8px;
    border-right: 12px solid #FFFFFF4D;
  }
  .cookies-details__section--scrollable {
    padding: 2px;
    overflow: auto;
    margin-left: 0;
    width: 100%;
  }
  .cookies-details__section--scrollable--table {
    width: auto;
    min-width: inherit;
  }
  .cookies-details__section--scrollable div {
    margin: 0;
  }
  .cookies-details__section--scrollable td, .cookies-details__section--scrollable th {
    padding: 0;
    min-width: auto;
  }
  .cookies-details__section--scrollable .first-cell {
    padding: 12px 12px 10px;
    width: 178px;
  }
  .cookies-details__section--scrollable .cell {
    padding: 12px 12px 10px;
    width: 267px;
  }
}

.user-section {
  display: block;
}
.user-section__header {
  margin-bottom: 24px;
}
.user-section__header--title {
  text-align: left;
  font: normal normal bold 32px/34px Inter;
  letter-spacing: 0.51px;
  color: #FFFFFF;
  opacity: 1;
}
.user-section__title {
  width: 100%;
  margin-bottom: 10px;
  /*font: normal normal bold 32px/34px Inter;*/
  font: normal normal bold 32px/34px InterBold;
  letter-spacing: 0.51px;
  color: white;
}
.user-section .subtitle {
  font: normal normal bold 32px/34px InterBold;
  margin-bottom: 10px;
}
.user-section__form #password-new-wrapper {
  display: none;
}
.user-section__form .form-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 16px;
}
.user-section__form .form-row--title {
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
}
.user-section__form .icon-error {
  display: none;
  float: right;
  left: -10px;
  top: -33px;
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  background: #E68A5C 0% 0% no-repeat padding-box;
  font-size: 12px !important;
  text-align: center;
  font-weight: 600 !important;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #1F3E66 !important;
  margin: 0 !important;
}
.user-section__form .field-icon {
  float: right;
  left: -15px;
  top: -35px;
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  background-image: url(/images/feather-icon-eye-off.png?a8d6efbca93682d1f97bdb1cf48f940f);
  cursor: pointer;
}
.user-section__form .field-icon.eye-open {
  background-image: url(/images/feather-icon-eye.svg?ac81a7fc83a6599f13afe17988f21b1f);
}
.user-section__form button {
  margin-top: 16px;
  width: 100%;
  height: 48px;
  font: normal normal bold 16px/20px Inter;
  text-align: center;
  letter-spacing: 0.26px;
  opacity: 1;
}
.user-section__form button:focus {
  outline: none;
}
.user-section__form select:focus, .user-section__form span:focus {
  outline: none;
}
.user-section__form .form-edit {
  background: #142F54 0% 0% no-repeat padding-box;
  border: 1px solid #E65C5C;
  border-radius: 6px;
  color: #E65C5C;
}
.user-section__form .form-update {
  background-color: transparent;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: #E65C5C;
  border: 2px solid #E65C5C;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  margin-bottom: 10px;
}
.user-section__form .form-update:hover {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  cursor: pointer;
}
.user-section__form .form-cancel {
  margin-bottom: 50px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  display: none;
}
.user-section__form input:focus {
  outline: none;
}
.user-section__form .form-group {
  width: 100%;
}
.user-section__form .form-group label {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
}
.user-section__form .form-group input,
.user-section__form .form-group select,
.user-section__form .form-group div,
.user-section__form .form-group .select2-selection__rendered {
  width: 100%;
  height: 48px;
  margin-top: 8px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  border: none;
  padding: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
}
.user-section__form .form-group select, .user-section__form .form-group .select2 {
  display: none;
  width: 100% !important;
}
.user-section__form .form-group input::-webkit-outer-spin-button,
.user-section__form .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.user-section__form .form-group input[type=number] {
  -moz-appearance: textfield;
}
.user-section__form .form-group .cont-form-input {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  margin-top: 8px;
}
.user-section__form .form-group .cont-form-input input {
  margin-top: 0;
}
.user-section__form .form-group .cont-form-input .icon-lock {
  background-image: url(/images/icons/i-outline-lock.svg?a8d6efb…);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}
.user-section__form .form-group .suggest-password {
  text-align: left;
  font: normal normal normal 13px/16px Inter;
  letter-spacing: 0.22px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 8px;
  display: block;
}
.user-section__form .form-group .suggest-password.hidden {
  display: none;
}
.user-section__form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}
.user-section__form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 70%;
}
.user-section__form .col-50 {
  flex: 0 0 48%;
}
.user-section__form .col-33 {
  flex: 0 0 30%;
}
.user-section__form .col-33 select,
.user-section__form .col-33 div {
  padding: 10px 8px;
  text-align: left;
  opacity: 0.9;
}
.user-section__form .div-option {
  text-align: center;
  height: 40px;
  padding: 10px 0;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  text-align: center;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
}
.user-section__form .active {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 0.5px solid #E65C5C;
}
.user-section__form .form-error {
  display: none;
  font: normal normal normal 14px/18px Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  margin-top: 8px;
  padding-left: 5px;
}
.user-section__form .form-error img {
  position: relative;
  top: 2px;
}
.user-section__form .i-exclamation {
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  border: 1px solid #E69973;
  display: inline-block;
}
.user-section .navmenu {
  display: none;
}
.user-section .user-section__form .form-group select,
.user-section .user-section__form .form-group .select2-selection__rendered {
  border: 1px solid #619FCB;
  width: 100%;
}
.user-section .user-section__form .form-group .select2-selection__rendered {
  border: 1px solid #619FCB !important;
  width: 100%;
}
.user-section .user-section__form .form-group.invalid input, .user-section .form-row.invalid input {
  border: 1px solid #E68A5C !important;
}
.user-section .user-section__form .form-group.invalid span:not(.suggest-password), .user-section .form-row.invalid span:not(.suggest-password) {
  margin-top: 8px;
  font: normal normal normal 14px/17px Inter, Regular;
  letter-spacing: 0.22px;
  color: #E69973;
}
.user-section .alert-successful {
  text-align: center;
  font: normal normal medium 16px/20px Inter;
  letter-spacing: 0.11px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
  width: 90%;
  padding: 8px 12px;
  position: fixed;
  bottom: 66px;
  left: 5px;
  display: none;
  z-index: 50;
  margin: auto;
}
.user-section .btn {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
}
.user-section .btn-outline-primary {
  border: 2px solid #E65C5C;
}
.user-section .btn:hover {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  cursor: pointer;
}
.user-section .btn:disabled,
.user-section .btn[disabled] {
  background-color: #a29c9c42 !important;
  color: #e3dbdb;
  border: 2px solid #e65c5c61;
  cursor: not-allowed;
}
.user-section input[type=text]:hover, .user-section input[type=email]:hover, .user-section input[type=password]:hover, .user-section input[type=number]:hover, .user-section input[type=select]:hover .div-option:hover {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .user-section {
    display: flex;
    justify-content: center;
    margin-top: -40px;
    padding-bottom: 50px;
  }
  .user-section__title {
    margin-bottom: 24px;
  }
  .user-section .subtitle {
    font-size: 1.5rem;
    font-family: Inter;
    margin-bottom: 20px;
  }
  .user-section__form .form-row {
    cursor: pointer;
  }
  .user-section__half {
    padding-top: 80px;
    width: 30%;
    min-width: 350px;
  }
  .user-section__half:first-of-type {
    border-right: solid 1px #1F3E66;
    padding-right: 16px;
  }
  .user-section__half:nth-of-type(2) {
    border-left: solid 1px #1F3E66;
    padding-left: 39px;
    padding-top: 115px;
  }
  .user-section__half a {
    padding: 18px 14px 18px 32px;
  }
  .user-section__half a:hover {
    background: #1F3E66 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    cursor: pointer;
  }
  .user-section__half a:hover .circle {
    display: block;
  }
  .user-section__half a .circle {
    width: 26px;
    max-width: 26px;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("/images/icons/arrowRight.svg");
    background-size: cover;
    background-repeat: none;
    background-position: center;
    display: none;
  }
  .user-section__half h2 {
    margin-bottom: 16px;
  }
  .user-section .navmenu {
    display: block;
  }
  .user-section .navmenu .nav-active {
    background: #1F3E66 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    cursor: pointer;
  }
  .user-section .navmenu .nav-active .circle {
    display: block;
  }
  .user-section .alert-successful {
    text-align: center;
    font: normal normal medium 16px/20px Inter;
    letter-spacing: 0.11px;
    color: #142F54;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 32px #00000029;
    border-radius: 6px;
    width: 100%;
    padding: 8px 12px;
    position: fixed;
    bottom: 40px;
    max-width: 500px;
    display: none;
    left: 10%;
  }
}

.legal {
  margin-bottom: 50px;
}
.legal .mt-30 {
  margin-top: 30px;
}
.legal .bold {
  font-weight: bold;
  font-size: 105%;
  font-family: "InterBold";
}
.legal .underline {
  text-decoration: underline;
}
.legal #list {
  padding-left: 40px;
  list-style-type: lower-latin;
}
.legal #list-number {
  padding-left: 40px;
  list-style-type: decimal;
}
.legal #list-circle {
  padding-left: 40px;
  list-style-type: circle;
}
.legal__title {
  margin-bottom: 32px;
  margin-top: 32px;
  font: normal normal bolder 32px/36px InterBold, sans-serif;
  letter-spacing: 0.51px;
}
.legal__txt {
  margin-bottom: 24px;
  width: 100%;
  font: normal normal lighter 16px/20px InterLight, sans-serif;
  letter-spacing: 0.13px;
  text-align: justify;
}
.legal__subtitle {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 40px;
  font: normal normal bolder 16px/20px InterBold, sans-serif;
  letter-spacing: 0.26px;
}
.legal__img {
  margin-bottom: 24px;
  width: 157px;
  height: auto;
  float: right;
}
.legal__ul {
  margin-left: 20px;
  float: left;
  font: normal normal lighter 16px/20px InterLight, sans-serif;
  letter-spacing: 0.13px;
}
.legal__footer {
  position: fixed;
  display: flex;
  padding: 19px 24px;
  align-items: center;
  justify-content: space-between;
  left: 0px;
  bottom: 0px;
  background-color: #1F3E66;
  width: 100%;
  height: 56px;
}
.legal__footer--a {
  width: 24px;
  height: 24px;
}
.legal__footer--a img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .legal__tab {
    max-width: 848px;
    height: calc(100vh - 130px);
    background-color: #1F3E66;
    margin: 0 auto;
    overflow-y: scroll;
    border-radius: 12px;
    position: relative;
  }
  .legal__tab__content {
    padding: 1rem 1.5rem 0;
  }
  .legal__tab::-webkit-scrollbar {
    margin: 0 8px;
    width: 12px;
    position: absolute;
    left: 30px;
  }
  .legal__tab::-webkit-scrollbar-track {
    background-color: #667790;
    border-radius: 8px;
  }
  .legal__tab::-webkit-scrollbar-thumb {
    background: #FFFFFF4D;
    border-radius: 8px;
    border-right: 12px solid #FFFFFF4D;
  }
  .legal__footer {
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    padding: 19px 24px;
    align-items: center;
    justify-content: space-between;
    left: 0px;
    background-color: #1F3E66;
    width: 100%;
    height: 56px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.5);
  }
  .legal__footer--a {
    width: 24px;
    height: 24px;
  }
  .legal__footer--a img {
    width: 100%;
    height: auto;
  }
}

.section-quiz .successful-code-copied {
  display: none;
  width: calc(100% - 48px);
  padding: 8px 0px;
  position: fixed;
  bottom: 12%;
  text-align: center;
  font: normal normal 500 15px/18px Inter;
  letter-spacing: 0px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
}
.section-quiz #header-back-arrow {
  display: none;
}
.section-quiz .m-t-24 {
  margin-top: 24px;
}
.section-quiz .m-t-35 {
  margin-top: 35px !important;
}
.section-quiz__header {
  /* position: sticky;*/
  top: 0;
  z-index: 100;
  background-color: #142F54;
}
.section-quiz__header-back {
  position: relative;
  left: -1px;
}
.section-quiz .hidden-row {
  display: none;
}
.section-quiz__content-banner {
  max-width: 100%;
  margin-top: 24px;
}
.section-quiz__content-banner img {
  height: 303px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
.section-quiz__content-play {
  margin-top: 24px;
}
.section-quiz__content-play.participate {
  margin-top: 75px !important;
}
.section-quiz__content-close {
  text-align: right;
  padding: 10px 50px;
}
.section-quiz__content-close .text-red {
  color: #E65C5C;
  font-weight: 600;
}
.section-quiz__content-progress {
  height: 24px;
  background: #474464;
  border-radius: 10px 10px 0px 0px;
}
.section-quiz__content-progress-bar {
  background-color: #E65C5C;
  width: 40%;
  height: 100%;
  border-radius: 10px 0px 0px 0px;
}
.section-quiz__content-timer {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.section-quiz__content-timer-bar {
  background-color: #E65C5C;
  width: 40%;
  height: 100%;
  border-radius: 10px 0px 0px 0px;
}
.section-quiz__content-card {
  margin-top: 24px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  padding: 12px;
}
.section-quiz__content-card img {
  max-width: 100%;
  height: 143px;
  width: 100%;
}
.section-quiz__content-card-reward-img {
  width: 100%;
  height: 120px;
  border-radius: 15px;
  background-color: white;
  text-align: center;
  position: relative;
}
.section-quiz__content-card-reward-img img {
  max-width: 95%;
  max-height: 108px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
}
.section-quiz__content-card .button-blue {
  background: #619FCBBA 0% 0% no-repeat padding-box;
  border: 1px solid #619FCB;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  font: normal normal normal 16px/48px InterBold;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-align: center;
  height: 48px;
  margin-top: 20px;
}
.section-quiz__content-card-title {
  margin-top: 12px;
  font: normal normal normal 21px/25px InterBold;
  letter-spacing: 0.17px;
  color: #FFFFFF;
}
.section-quiz__content-card-reward {
  margin-top: 12px;
  text-align: left;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.05px;
  color: #E67373;
}
.section-quiz__content-nav-questions {
  text-align: center;
}
.section-quiz__content-nav-questions .circle {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: #667790;
  text-align: center;
  background: #667790;
  display: inline-block;
}
.section-quiz__content-nav-questions .circle-inactive {
  position: relative;
  top: 3px;
}
.section-quiz__content-nav-questions .circle-active {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  font-size: 14px;
  font-weight: 600;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #142F54;
  margin: 0;
}
.section-quiz__content-question {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border-radius: 12px;
  height: auto;
  width: 100%;
  text-align: left;
  font: normal normal 500 16px/22px Inter;
  letter-spacing: 0.29px;
  color: #FFFFFF;
  padding: 29px 16px;
  margin-top: 34px;
}
.section-quiz__content-question .title {
  width: 100%;
  word-break: break-word;
  overflow: hidden;
  text-align: center;
}
.section-quiz__content-question .question-indicator {
  font-size: 14px;
  text-align: center;
}
.section-quiz__content-answer {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  height: 180px;
  width: 50%;
  font: normal normal 500 17px/20px Inter;
  letter-spacing: 0.05px;
  color: #FFFFFF;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-quiz__content-answer.active {
  background: #619FCBBA 0% 0% no-repeat padding-box;
  border: 1px solid #619FCB;
}
.section-quiz__content-answer span {
  width: 110px;
  word-break: break-word;
  display: inline;
  max-height: 60px;
  overflow: hidden;
}
.section-quiz__content-answer:first-child {
  margin-right: 7px;
}
.section-quiz__content-answer:last-child {
  margin-left: 7px;
}
.section-quiz__content-answerrow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 24px;
}
.section-quiz__content-answerrow.margin-question {
  margin-top: 10px;
}
.section-quiz__content-answerrow:first-child {
  margin-top: 24px;
}
.section-quiz__content-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 24px;
}
.section-quiz__content-row.margin-question {
  margin-top: 58px;
}
.section-quiz__content-row:first-child {
  margin-top: 24px;
}
.section-quiz__content-row__column {
  flex: 0 1 50%;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
.section-quiz__content-row__column:first-child {
  margin-right: 7px;
}
.section-quiz__content-row__column:last-child {
  margin-left: 7px;
}
.section-quiz__content-row__column.hidden {
  visibility: hidden;
}
.section-quiz__content-title {
  margin-top: 18px;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  max-height: 50px;
  text-overflow: ellipsis;
}
.section-quiz__content-text {
  margin-top: 20px;
  font: normal normal normal 16px/20px InterBold;
  letter-spacing: 0.13px;
  color: #E65C5C;
}
.section-quiz__content-success {
  margin-top: 24px;
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0;
  color: #FFFFFF;
}
.section-quiz__content-success p {
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0;
}
.section-quiz__content-success .participate {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.section-quiz__content-success .participate img {
  width: 200px;
  height: auto;
  text-align: center;
}
.section-quiz__content-body {
  margin-top: 32px;
  font: normal normal 500 18px/21px Inter;
  letter-spacing: 0.14px;
  color: #FFFFFF;
  width: 100%;
  text-overflow: ellipsis;
}
.section-quiz__content-body p {
  font: normal normal 500 18px/21px Inter;
  letter-spacing: 0.14px;
}
.section-quiz__content-body-coupon {
  margin-top: 32px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  max-height: 77px;
  text-overflow: ellipsis;
}
.section-quiz__content-body-coupon p {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
}
.section-quiz__content-reward {
  margin-top: 24px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #E65C5C;
}
.section-quiz__content-date {
  margin-top: 26px;
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0.11px;
  color: #FFFFFF80;
  text-transform: capitalize;
}
.section-quiz__content-date-coupon {
  margin-top: 26px;
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0.11px;
  color: #FFFFFF80;
}
.section-quiz__content-qr {
  margin-top: 16px;
  display: flex;
}
.section-quiz__content-qr a {
  background: #142F54 0% 0% no-repeat padding-box;
  border: 0.5px solid #619FCB;
  border-radius: 8px;
  text-align: center;
  font: normal normal 500 16px/48px Inter;
  letter-spacing: 0.26px;
  color: #619FCB;
  width: 50%;
  display: inline-block;
  height: 48px;
}
.section-quiz__content-qr a:first-child {
  margin-right: 7px;
}
.section-quiz__content-qr a:last-child {
  margin-left: 7px;
}
.section-quiz__content-date-winner {
  margin-top: 26px;
  font: normal normal 500 14px/20px Inter;
  letter-spacing: 0.04px;
  color: #FFFFFF;
}
.section-quiz__content-date-winner .code-winner {
  margin-top: 24px;
  width: 100%;
}
.section-quiz__content-date-winner .code-winner label {
  font: normal normal 500 16px/20px InterBold;
  letter-spacing: 0.26px;
  opacity: 1;
}
.section-quiz__content-date-winner .code-winner-wrapper {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  padding: 12px 14px;
  margin-top: 8px;
}
.section-quiz__content-date-winner .code-winner-wrapper span {
  text-align: left;
  height: 48px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
}
.section-quiz__content-date-winner .code-winner-wrapper img {
  float: right;
  width: 24px;
  height: 24px;
}
.section-quiz__content-date-winner.m-16 {
  margin-top: 16px;
}
.section-quiz__content-date-winner.m-0 {
  margin-top: 0;
}
.section-quiz__content-date-winner p {
  font: normal normal 500 14px/20px Inter;
  letter-spacing: 0.04px;
}
.section-quiz__content-date-winner label {
  display: block;
  font: normal normal normal 16px/20px InterBold;
  letter-spacing: 0.26px;
  color: #FFFFFF;
}
.section-quiz__content-date-winner input {
  padding: 14px;
  width: 100%;
  outline: none;
  border: none;
  margin-top: 8px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
}
.section-quiz__content .button {
  background: #E65C5C 0% 0% no-repeat padding-box;
  display: block;
  text-decoration: none;
  border-radius: 8px;
  font: normal normal bold 16px/20px Inter;
  color: white;
  cursor: pointer;
  padding: 14px 0;
  text-align: center;
  width: 100%;
  border: none;
}
.section-quiz__content .button:focus {
  outline: none;
}
.section-quiz__content-clue {
  margin-top: 14px;
}
.section-quiz__content-clue .btnClue {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #5E9BC7;
  background-color: #4F85B0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-quiz__content-clue.hide {
  display: none;
}
.section-quiz__content .hidden {
  display: none;
}
.section-quiz__footer {
  margin-top: 45px;
}
.section-quiz__footer hr {
  margin-top: 8px;
  width: 190px;
  border-top: 2px solid #E65C5C;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.section-quiz__footer-title {
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  position: relative;
}
.section-quiz__footer-title a img {
  width: 60px;
  position: relative;
  margin-left: 210px;
  margin-top: -40px;
}
.section-quiz__footer-body {
  margin-top: 20px;
  font: normal normal 500 12px/18px Inter;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
.section-quiz .modal-quiz__close {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 24px;
}
.section-quiz .modal-quiz__close__modal {
  width: 327px;
  height: 217px;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 32px 24px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 20px #051121;
  border-radius: 12px;
  text-align: center;
}
.section-quiz .modal-quiz__close__modal--header {
  font: normal normal normal 21px/25px InterBold;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.section-quiz .modal-quiz__close__modal--instruction {
  margin-top: 24px;
  padding: 0 30px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
}
.section-quiz .modal-quiz__close__modal--row {
  margin-top: 24px;
}
.section-quiz .modal-quiz__close__modal--row a.button-cancel {
  display: inline-block;
  width: 131px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 0.5px solid #619FCB;
  border-radius: 8px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.7;
  padding: 8px 0;
  margin-right: 5px;
}
.section-quiz .modal-quiz__close__modal--row a.button-exit {
  margin-left: 5px;
  display: inline-block;
  width: 131px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 0.5px solid #E65C5C;
  border-radius: 8px;
  font: normal normal normal 16px/20px InterBold;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  padding: 8px 0;
}
.section-quiz .modal-coupon__winner {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0 -24px 0 0;
}
.section-quiz .modal-coupon__winner #qr-img {
  width: 160px;
  height: 160px;
}
.section-quiz .modal-coupon__winner #barcode-img {
  width: 229px;
  height: 122px;
}
.section-quiz .modal-coupon__winner__modal {
  width: 100%;
  height: 317px;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  bottom: 0;
  padding: 16px 24px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 20px #051121;
  border-radius: 12px;
  text-align: center;
}
.section-quiz .modal-coupon__winner__modal--header {
  font: normal normal medium 16px/25px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-align: left;
}
.section-quiz .modal-coupon__winner__modal--header .pull-right {
  float: right;
}
.section-quiz .modal-coupon__winner__modal--wrapper {
  margin-top: 65px;
}
.section-quiz .quizz-message {
  padding-top: 40px;
}
.section-quiz .quizz-winner-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.section-quiz .quizz-winner-table thead tr th {
  color: #8A97AA;
  font-size: 12px;
}
.section-quiz .quizz-winner-table tr td {
  padding: 8px;
  font-size: 28px;
  border-bottom: 1px solid #8A97AA;
}
.section-quiz .quizz-winner-table tr:last-child td {
  border-bottom: none;
}
.section-quiz .quizz-winner-table .font-lg {
  font: normal normal normal 18px/24px Inter;
}
.section-quiz .quizz-winner-table .font-md {
  font: normal normal normal 16px/24px Inter;
}
.section-quiz__result {
  padding: 20px 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.section-quiz__result .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.section-quiz__result .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.section-quiz__result .col-8 {
  flex: 0 0 100%;
  max-width: 100%;
}
.section-quiz__result .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.section-quiz__result .box {
  max-width: 98%;
  margin: auto;
  border-radius: 10px;
  padding: 15px;
}
.section-quiz__result .box.elapsed {
  background-color: #4F85B0;
}
.section-quiz__result .box.ranking {
  background-color: #E65C5C;
}
.section-quiz__result .box .time {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}
.section-quiz__result .box .sub {
  text-align: center;
  font-size: 12px;
}
.section-quiz__result .thanks {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.section-quiz__result .published {
  font-size: 16px;
  line-height: 22px;
}
.section-quiz__result .notes {
  font-size: 12px;
  line-height: 16px;
}
.section-quiz__podiumthree {
  padding: 40px 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 100px 20px;
}
.section-quiz__podiumthree-position {
  width: 80%;
  margin: 0px 20px;
  align-self: flex-end;
}
.section-quiz__podiumthree-position .image {
  text-align: center;
}
.section-quiz__podiumthree-position .image img {
  width: 50px;
  align-items: center;
}
.section-quiz__podiumthree-position .podium {
  background-color: #1F3E66;
  border-radius: 10px 10px 0px 0px;
}
.section-quiz__podiumthree-position .podium .ribbon {
  border-radius: 10px 10px 0px 0px;
  height: 20px;
}
.section-quiz__podiumthree-position .podium .name {
  text-align: center;
  font-size: 14px;
  margin: 10px 0px;
}
.section-quiz__podiumthree-position .podium .time {
  text-align: center;
  font-size: 12px;
}
.section-quiz__podiumthree-position .podium.two .ribbon {
  background-color: #7A7F90;
}
.section-quiz__podiumthree-position .podium.one .ribbon {
  background-color: #F5C846;
}
.section-quiz__podiumthree-position .podium.three .ribbon {
  background-color: #9C4620;
}
.section-quiz__podiumthree .one {
  height: 120px;
  order: 1;
}
.section-quiz__podiumthree .two {
  height: 100px;
  order: 2;
}
.section-quiz__podiumthree .three {
  height: 80px;
  order: 3;
}
.section-quiz__ranking {
  padding: 40px 0px;
  margin-top: 20px;
}
.section-quiz__ranking-wrapper {
  margin: auto;
  width: 100%;
}
.section-quiz__ranking-wrapper .item-ranking {
  width: 100%;
  background-color: #1F3E66;
  border-radius: 10px;
  margin: 10px 5px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
}
.section-quiz__ranking-wrapper .item-ranking .ranking-number {
  float: left;
  width: 20%;
  text-align: center;
  background: transparent;
}
.section-quiz__ranking-wrapper .item-ranking .ranking-name {
  float: left;
  width: 60%;
}
.section-quiz__ranking-wrapper .item-ranking .ranking-time {
  float: left;
  width: 20%;
  text-align: center;
}
.section-quiz .row {
  display: flex;
  flex-wrap: wrap;
}
.section-quiz .mb-20 {
  margin-bottom: 20px;
}
.section-quiz .mt-40 {
  margin-top: 40px;
}
.section-quiz .text-center {
  text-align: center;
}
.section-quiz .text-left {
  text-align: left;
}
.section-quiz .addReadMore.showlesscontent .SecSec,
.section-quiz .addReadMore.showlesscontent .readLess {
  display: none;
}
.section-quiz .addReadMore.showmorecontent .readMore {
  display: none;
}
.section-quiz .addReadMore .readMore,
.section-quiz .addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: #eeeef4;
  cursor: pointer;
}
.section-quiz .addReadMoreWrapTxt.showmorecontent .SecSec,
.section-quiz .addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

@media only screen and (min-width: 300px) and (max-width: 1023px) {
  .col-4 {
    order: 1;
  }

  .col-8 {
    order: 2;
  }
}
.text-back {
  display: none;
}

.navbarReward {
  display: none;
}

@media (min-width: 1024px) {
  .participate {
    position: relative;
    margin-top: -75px;
  }

  .imgmano {
    width: 200px;
    height: auto;
    position: relative;
    margin: 12%;
  }

  .desktop-text-truncate {
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  .desktop-text-truncate.line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  .desktop-text-truncate.line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  .desktop-text-truncate-ch {
    overflow: hidden;
    white-space: nowrap;
  }
  .desktop-text-truncate-ch.ch10 {
    max-width: 10ch;
  }
  .desktop-text-truncate-ch.ch20 {
    max-width: 20ch;
  }
  .desktop-text-truncate-ch.ch40 {
    max-width: 40ch;
  }

  .desktop-padding-x-10 {
    padding: 0px 10px !important;
  }

  .desktop-margin-0 {
    margin: 0px !important;
  }

  .desktop-margin-right-5 {
    margin-right: 5px !important;
    margin-left: 0px !important;
  }

  .desktop-margin-left-5 {
    margin-left: 5px !important;
    margin-right: 0px !important;
  }

  .desktop-margin-left-25 {
    margin-left: 25px !important;
    margin-right: 0px !important;
  }

  .desktop-margin-right-25 {
    margin-right: 25px !important;
    margin-left: 0px !important;
  }

  .chevron-orange {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(105%) contrast(106%);
  }

  .section-rewards__quizcontent #row-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-rewards__quizcontent #row-list-winners {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-rewards__quizcontent__quizwinnercard {
    margin-bottom: 20px;
    width: 100%;
    height: 240px;
    border-radius: 12px;
    padding: 0px;
    border: none;
    position: relative;
    display: flex;
    flex-direction: row;
    word-wrap: break-word;
    background-color: #1F3E66;
    background-clip: border-box;
    box-shadow: 0px 6px 8px #00000054;
  }
  .section-rewards__quizcontent__quizwinnercard-body {
    width: 70%;
    padding: 30px 40px;
    flex: none;
  }
  .section-rewards__quizcontent__quizwinnercard-body__text-title {
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font: normal normal bold 24px/28px Inter;
    letter-spacing: 0.38px;
    color: #FFFFFF;
  }
  .section-rewards__quizcontent__quizwinnercard-body__text-date {
    font: normal normal normal 16px/20px Inter;
    letter-spacing: 0.05px;
    color: #FFFFFF;
    opacity: 1;
  }
  .section-rewards__quizcontent__quizwinnercard-body__text-winnername {
    margin: 20px 0px 4px 0px;
  }
  .section-rewards__quizcontent__quizwinnercard-body__text-winnername .label {
    font: normal normal normal 16px/20px Inter;
    letter-spacing: 0.05px;
    color: #FFFFFF;
    opacity: 1;
  }
  .section-rewards__quizcontent__quizwinnercard-body__text-winnername .winnername {
    text-align: left;
    font: normal normal bold 24px/34px Inter;
    letter-spacing: 0.38px;
    color: #E65C5C;
    margin: 4px 0px;
  }
  .section-rewards__quizcontent__quizwinnercard-image {
    height: 240px;
    width: 30%;
    padding: 20px 30px;
    flex: none;
  }
  .section-rewards__quizcontent__quizwinnercard-image .image-container {
    vertical-align: middle;
    height: 100%;
    position: relative;
    max-width: 100%;
    max-height: 100%;
  }
  .section-rewards__quizcontent__quizwinnercard-image .franja {
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 50px;
    background: #E65C5C;
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 12px 12px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
  }
  .section-rewards__quizcontent__quizwinnercard-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    border-radius: 12px;
  }
  .section-rewards__quizcontent__quizwinnercard-image .camara {
    background-image: url(/images/feather-icon-camera.svg);
    width: 30px;
    height: 50px;
    background-position: center;
    background-size: 30px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0px 12px;
  }
  .section-rewards__title-reward {
    color: #E65C5C;
    font: normal normal bold 21px/25px Inter;
    letter-spacing: 0.06px;
  }
  .section-rewards__quizcontent-row__column {
    text-align: center;
  }
  .section-rewards__quizcontent-row__column img {
    width: 270px;
    height: 241px;
  }
  .section-rewards .text-footer {
    margin-top: 10px;
    text-align: left;
  }
  .section-rewards .text-discount {
    margin-top: 14px;
    width: auto;
    max-width: initial;
    height: 3rem;
    max-height: 3rem;
  }

  .section-quiz {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
  .section-quiz__header-back {
    display: none;
  }
  .section-quiz__header {
    width: 100%;
    max-width: 862px;
  }
  .section-quiz__header .quiz-play {
    display: block !important;
    margin-top: 50px;
  }
  .section-quiz__header .quiz-play a.arrow-back img {
    display: none;
  }
  .section-quiz__header .quiz-play a.arrow-back .text-back {
    display: block;
    max-width: 634px;
    margin: 0px auto;
    color: #E65C5C;
  }
  .section-quiz__header .quiz-play a.arrow-back .text-back span {
    float: right;
    font: normal normal bold 16px/20px Inter;
    letter-spacing: 0.26px;
  }
  .section-quiz .navbarReward {
    display: block;
    margin-top: 85px;
    margin-bottom: 36px;
    font-size: 21px;
    font-family: Inter;
    letter-spacing: 0.06px;
  }
  .section-quiz .navbarReward a {
    color: white;
  }
  .section-quiz .card {
    background: #1F3E66 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 8px #00000054;
    border-radius: 12px;
  }
  .section-quiz__content {
    background: #1F3E66;
    border-radius: 10px;
    box-shadow: -1px 22px 50px -12px rgba(0, 0, 0, 0.75);
    width: 100%;
    max-width: 862px;
    opacity: 1;
    padding: 0px 0px 50px;
    /*&-winnername{
        display: none;
        margin-top: 40px;

        .winner-title{
            font-size: 18px;
            color: #ffffff;
        }
        .winner-name{
            font-size: 20px;
            color: #E65C5C;
            font-weight: 700;
            font-family: 'Inter', Arial, sans-serif;
            text-decoration: underline;
            cursor: pointer;
        }

    }*/
  }
  .section-quiz__content-close {
    text-align: right;
    padding: 10px 50px;
  }
  .section-quiz__content-close .text-red {
    color: #E65C5C;
    font-weight: 600;
  }
  .section-quiz__content-progress {
    height: 24px;
    background: #474464;
    border-radius: 10px 10px 0px 0px;
  }
  .section-quiz__content-progress-bar {
    background-color: #E65C5C;
    width: 40%;
    height: 100%;
    border-radius: 10px 0px 0px 0px;
  }
  .section-quiz__content-timer {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
  }
  .section-quiz__content-timer-bar {
    background-color: #E65C5C;
    width: 40%;
    height: 100%;
    border-radius: 10px 0px 0px 0px;
  }
  .section-quiz__content-error {
    display: none;
    text-align: center;
    border-radius: 0px;
    margin: 20px 2px;
    background: #E65C5C 0% 0% no-repeat padding-box;
    color: #ffffff;
    padding: 10px;
  }
  .section-quiz__content-banner img {
    border-radius: 15px;
  }
  .section-quiz__content-body {
    margin-top: 18px;
    /*max-height: 80px;
    height: 80px;*/
  }
  .section-quiz__content-date {
    margin-top: 13px;
    /*height: 20px;*/
    max-height: 20px;
    font: normal normal normal 16px/20px Inter;
    letter-spacing: 0.05px;
    color: #FFFFFF;
    opacity: 1;
  }
  .section-quiz__content-reward {
    margin-top: 38px;
    /*height: 40px;*/
    max-height: 40px;
  }
  .section-quiz__content-play {
    margin-top: 14px;
  }
  .section-quiz__content-banner img {
    height: 346px;
    min-height: 346px;
  }
  .section-quiz__content .row-list {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 7px;
    width: 100%;
  }
  .section-quiz__content .row-list .column-quiz {
    margin: 0px 18px;
  }
  .section-quiz__content .display-grid {
    display: grid;
  }
  .section-quiz__content .order-1 {
    order: 1 !important;
  }
  .section-quiz__content .order-2 {
    order: 2 !important;
  }
  .section-quiz__content .order-3 {
    order: 3 !important;
  }
  .section-quiz__content .order-4 {
    order: 4 !important;
  }
  .section-quiz__content-title {
    margin-top: 0px;
    max-height: 75px;
    text-align: left;
    font: normal normal bold 21px/25px Inter;
    letter-spacing: 0.34px;
    color: #FFFFFF;
  }
  .section-quiz__content-title-winners h3 {
    margin-top: 0px;
    max-height: 75px;
    text-align: left;
    font: normal normal bold 20px Inter;
    color: #FFFFFF;
    padding: 15px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section-quiz__content-title.title-error-desktop, .section-quiz__content-title.title-success-desktop {
    text-align: left;
    font: normal normal bold 32px/34px Inter;
    letter-spacing: 0.51px;
    color: #FFFFFF;
  }
  .section-quiz__content-question-wrapper {
    max-width: 634px;
    margin: 0px auto 30px;
  }
  .section-quiz__content-question {
    margin-top: 25px;
    padding: 40px 16px;
    height: auto;
  }
  .section-quiz__content-question .title {
    text-align: center;
    box-sizing: content-box;
    font: normal normal bold 20px/24px Inter;
    letter-spacing: 0.34px;
    color: #FFFFFF;
  }
  .section-quiz__content-question .question-indicator {
    font-size: 16px;
    text-align: center;
  }
  .section-quiz__content-answer {
    background: #183052 0% 0% no-repeat padding-box;
  }
  .section-quiz__content-answerrow {
    margin-top: 20px !important;
  }
  .section-quiz__content-answer:hover {
    cursor: pointer;
    box-shadow: 0px 3px 6px #0000004d;
  }
  .section-quiz__content-answer.active {
    background: #619FCB 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000004D;
    border: 1px solid #619FCB;
  }
  .section-quiz__content-answer:last-child {
    margin-left: 17px;
  }
  .section-quiz__content-answer:first-child {
    margin-right: 17px;
  }
  .section-quiz__content-answer span {
    width: 216px;
    word-break: break-word;
    display: inline-block;
    max-height: 60px;
    overflow: hidden;
  }
  .section-quiz__content-nav-questions .circle {
    width: 26px;
    height: 26px;
    margin: 0px 12px !important;
  }
  .section-quiz__content-nav-questions .circle-active {
    width: 46px;
    height: 46px;
    text-align: center;
    font: normal normal 600 17px/20px Inter;
    letter-spacing: 0.27px;
    color: #142F54;
    padding: 13px 18px;
  }
  .section-quiz__content-nav-questions .circle-inactive {
    margin-top: 10px;
  }
  .section-quiz__content-card {
    background: #142F54 0% 0% no-repeat padding-box;
    border: 1px solid #183052;
    border-radius: 12px;
    margin-top: 0px;
    min-width: 403px;
    padding: 24px;
  }
  .section-quiz__content-card-reward-img {
    min-width: 163px;
    height: 145px;
  }
  .section-quiz__content.card {
    padding: 24px;
  }
  .section-quiz__footer {
    margin: 30px 18px;
  }
  .section-quiz__footer-title {
    font: normal normal bold 16px/20px Inter;
    letter-spacing: 0.26px;
    color: #FFFFFF;
    top: 0;
    position: relative;
  }
  .section-quiz__footer-title a img {
    width: 80px;
    position: relative;
    margin-left: 40px;
    margin-top: 0;
    top: 35px;
  }
  .section-quiz__footer-body {
    font: normal normal normal 14px/19px Inter;
    letter-spacing: 0.04px;
    color: #FFFFFF;
  }
  .section-quiz .modal-quiz__close__modal {
    min-width: 457px;
  }
  .section-quiz .modal-quiz__close__modal--instruction {
    padding: 0px;
  }
  .section-quiz .modal-quiz__close__modal--row .button-cancel {
    background: #619FCB 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029 !important;
    border: 0.5px solid #619FCB !important;
    border-radius: 8px !important;
    font: normal normal medium 16px/20px Inter !important;
    letter-spacing: 0.26px !important;
    color: #FFFFFF !important;
  }
  .section-quiz-success .desktop-wrapper {
    display: grid;
    /* 1 */
    grid-template-columns: repeat(2, 1fr);
    /* 2 */
    grid-gap: 0px 50px;
  }
  .section-quiz-success .desktop-wrapper .tall {
    grid-row: 1/4;
    /* 5 */
    grid-column: 2/3;
    /* 5 */
  }
  .section-quiz-success .order-1 {
    order: 1 !important;
  }
  .section-quiz-success .order-2 {
    order: 2 !important;
  }
  .section-quiz-success .order-3 {
    order: 3 !important;
  }
  .section-quiz-success .order-4 {
    order: 4 !important;
  }
  .section-quiz-success .display-grid {
    display: grid;
  }
  .section-quiz__result {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .section-quiz__result .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .section-quiz__result .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-quiz__result .col-8 {
    flex: 0 0 66.666667%;
    width: 66.666667%;
  }
  .section-quiz__result .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-quiz__result .box {
    max-width: 60%;
    margin: auto;
    border-radius: 10px;
    padding: 15px;
  }
  .section-quiz__result .box.elapsed {
    background-color: #4F85B0;
  }
  .section-quiz__result .box.ranking {
    background-color: #E65C5C;
  }
  .section-quiz__result .box .time {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
  }
  .section-quiz__result .box .sub {
    text-align: center;
    font-size: 12px;
  }
  .section-quiz__result .thanks {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
  }
  .section-quiz__result .published {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .section-quiz__result .notes {
    font-size: 12px;
    line-height: 16px;
  }
  .section-quiz__podiumthree {
    padding: 40px 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
  }
  .section-quiz__podiumthree-position {
    width: 30%;
    margin: 0px 20px;
    align-self: flex-end;
  }
  .section-quiz__podiumthree-position .image {
    text-align: center;
  }
  .section-quiz__podiumthree-position .image img {
    width: 50px;
    align-items: center;
  }
  .section-quiz__podiumthree-position .podium {
    background-color: #193256;
    border-radius: 10px 10px 0px 0px;
  }
  .section-quiz__podiumthree-position .podium .ribbon {
    border-radius: 10px 10px 0px 0px;
    height: 20px;
  }
  .section-quiz__podiumthree-position .podium .name {
    text-align: center;
    font-size: 14px;
    margin: 10px 0px;
  }
  .section-quiz__podiumthree-position .podium .time {
    text-align: center;
    font-size: 12px;
  }
  .section-quiz__podiumthree-position .podium.two .ribbon {
    background-color: #7A7F90;
  }
  .section-quiz__podiumthree-position .podium.one .ribbon {
    background-color: #F5C846;
  }
  .section-quiz__podiumthree-position .podium.three .ribbon {
    background-color: #9C4620;
  }
  .section-quiz__podiumthree .one {
    height: 120px;
    order: 2;
  }
  .section-quiz__podiumthree .two {
    height: 100px;
    order: 1;
  }
  .section-quiz__podiumthree .three {
    height: 80px;
    order: 3;
  }
  .section-quiz__ranking {
    padding: 40px 10px;
    margin-top: 20px;
  }
  .section-quiz__ranking-wrapper {
    margin: auto;
    width: 100%;
  }
  .section-quiz__ranking-wrapper .item-ranking {
    width: 100%;
    background-color: #183052;
    border-radius: 10px;
    margin: 10px 5px;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
  }
  .section-quiz__ranking-wrapper .item-ranking .ranking-number {
    float: left;
    width: 20%;
    text-align: center;
    background: transparent;
  }
  .section-quiz__ranking-wrapper .item-ranking .ranking-name {
    float: left;
    width: 60%;
  }
  .section-quiz__ranking-wrapper .item-ranking .ranking-time {
    float: left;
    width: 20%;
    text-align: center;
  }
  .section-quiz .row {
    display: flex;
    flex-wrap: wrap;
  }
  .section-quiz .mb-20 {
    margin-bottom: 20px;
  }
  .section-quiz .mt-40 {
    margin-top: 40px;
  }
  .section-quiz .text-center {
    text-align: center;
  }
  .section-quiz .text-left {
    text-align: left;
  }

  #winner-featured-image {
    max-width: 100%;
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .left-cards {
    position: relative;
    width: 50%;
    float: left;
  }
}

@media (min-width: 1024px) {
  .right-cards {
    position: relative;
    width: 50%;
    float: right;
  }
}
@media (min-width: 1024px) {
  .right-cards .rightcard {
    position: relative;
    margin: 30px;
  }
}

.section-coupons #header-back-arrow {
  display: none;
}
.section-coupons .m-t-24 {
  margin-top: 24px;
}
.section-coupons .m-t-35 {
  margin-top: 35px !important;
}
@media (min-width: 1024px) {
  .section-coupons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
}
.section-coupons .navbarCoupon {
  display: none;
}
@media (min-width: 1024px) {
  .section-coupons .navbarCoupon {
    display: block;
    display: block;
    margin-top: 91px;
    font-size: 21px;
    font-family: Inter;
    letter-spacing: 0.06px;
  }
  .section-coupons .navbarCoupon a {
    color: white;
  }
  .section-coupons .navbarCoupon a:hover {
    text-decoration: underline;
  }
  .section-coupons .navbarCoupon a:visited {
    color: white;
  }
}
.section-coupons__header {
  /* position: sticky;*/
  top: 0;
  z-index: 100;
  background-color: #142F54;
}
@media (min-width: 1024px) {
  .section-coupons__header {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
    width: 100%;
    max-width: 928px;
  }
}
.section-coupons__header-back {
  position: relative;
  left: -1px;
}
.section-coupons .hidden-row {
  display: none;
}
@media (min-width: 1024px) {
  .section-coupons__content {
    width: 100%;
    height: auto;
    max-width: 928px;
    margin-top: 80px;
    background: var(--contenedores) 0% 0% no-repeat padding-box;
    background: #1F3E66 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 8px #00000054;
    border-radius: 12px;
    opacity: 1;
  }
  .section-coupons__content .cont-left-right {
    position: relative;
    margin-bottom: 100px;
    height: 260px;
  }
}
.section-coupons__content.m-t-40 {
  margin-top: 40px;
}
.section-coupons__content-qr-wrapper {
  display: none;
  height: 316px;
  position: absolute;
  bottom: 0;
  background: #142F54 0% 0% no-repeat padding-box;
  width: 100%;
}
.section-coupons__content-qr-wrapper span {
  float: right;
}
.section-coupons__content-qr-wrapper .center {
  text-align: center;
}
.section-coupons__content-qr-wrapper #qr-img {
  width: 160px;
  height: 160px;
}
.section-coupons__content-banner {
  max-width: 100%;
  margin-top: 24px;
}
.section-coupons__content-banner img {
  height: 96px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
.section-coupons__content-play {
  margin-top: 24px;
}
.section-coupons__content-desc {
  font: normal normal 500 18px/25px Inter;
  letter-spacing: 0.29px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .section-coupons__content-desc {
    position: relative;
    margin: 30px;
  }
}
.section-coupons__content-desc p {
  font: normal normal 500 18px/25px Inter;
  letter-spacing: 0.29px;
  color: #FFFFFF;
}
.section-coupons__content-card {
  margin-top: 24px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  padding: 12px;
}
.section-coupons__content-card img {
  max-width: 100%;
  height: 143px;
  width: 100%;
}
.section-coupons__content-card .button-blue {
  background: #619FCBBA 0% 0% no-repeat padding-box;
  border: 1px solid #619FCB;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  font: normal normal normal 16px/48px InterBold;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-align: center;
  height: 48px;
  margin-top: 20px;
}
.section-coupons__content-card-title {
  margin-top: 12px;
  font: normal normal normal 21px/25px InterBold;
  letter-spacing: 0.17px;
  color: #FFFFFF;
}
.section-coupons__content-card-reward {
  margin-top: 12px;
  text-align: left;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.05px;
  color: #E67373;
}
.section-coupons__content-nav-questions {
  text-align: center;
}
.section-coupons__content-nav-questions .circle {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: #667790;
  text-align: center;
  background: #667790;
  display: inline-block;
}
.section-coupons__content-nav-questions .circle-inactive {
  position: relative;
  top: 3px;
}
.section-coupons__content-nav-questions .circle-active {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  font-size: 14px;
  font-weight: 600;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #142F54;
  margin: 0;
}
.section-coupons__content-question {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border-radius: 12px;
  height: 104px;
  width: 100%;
  text-align: left;
  font: normal normal 500 18px/25px Inter;
  letter-spacing: 0.29px;
  color: #FFFFFF;
  padding: 29px 16px;
  margin-top: 34px;
}
.section-coupons__content-question span {
  width: 100%;
  word-break: break-word;
  display: inline-block;
  max-height: 55px;
  overflow: hidden;
}
.section-coupons__content-answer {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  height: 157px;
  width: 50%;
  font: normal normal 500 17px/20px Inter;
  letter-spacing: 0.05px;
  color: #FFFFFF;
  text-align: center;
  padding: 59px 12px;
}
.section-coupons__content-answer.active {
  background: #619FCBBA 0% 0% no-repeat padding-box;
  border: 1px solid #619FCB;
}
.section-coupons__content-answer span {
  width: 110px;
  word-break: break-word;
  display: inline-block;
  max-height: 43px;
  overflow: hidden;
}
.section-coupons__content-answer:first-child {
  margin-right: 7px;
}
.section-coupons__content-answer:last-child {
  margin-left: 7px;
}
.section-coupons__content-answerrow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 24px;
}
.section-coupons__content-answerrow.margin-question {
  margin-top: 58px;
}
.section-coupons__content-answerrow:first-child {
  margin-top: 24px;
}
.section-coupons__content-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 24px;
}
.section-coupons__content-row.margin-question {
  margin-top: 58px;
}
.section-coupons__content-row:first-child {
  margin-top: 24px;
}
.section-coupons__content-row__column {
  flex: 0 1 50%;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
.section-coupons__content-row__column:first-child {
  margin-right: 7px;
}
.section-coupons__content-row__column:last-child {
  margin-left: 7px;
}
.section-coupons__content-row__column.hidden {
  visibility: hidden;
}
.section-coupons__content-title {
  margin-top: 18px;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  max-height: 50px;
  text-overflow: ellipsis;
}
.section-coupons__content-success {
  margin-top: 24px;
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0;
  color: #FFFFFF;
}
.section-coupons__content-body {
  margin-top: 32px;
  font: normal normal 500 18px/21px Inter;
  letter-spacing: 0.14px;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  max-height: 74px;
  text-overflow: ellipsis;
}
.section-coupons__content-reward {
  margin-top: 28px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #E65C5C;
}
.section-coupons__content-date {
  margin-top: 26px;
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0.11px;
  color: #FFFFFF80;
  text-transform: capitalize;
}
.section-coupons__content .button {
  background: #E65C5C 0% 0% no-repeat padding-box;
  display: block;
  text-decoration: none;
  border-radius: 8px;
  font: normal normal bold 16px/20px Inter;
  color: white;
  cursor: pointer;
  padding: 14px 0;
  text-align: center;
  width: 100%;
  border: none;
}
.section-coupons__content .button:focus {
  outline: none;
}
.section-coupons__buttons {
  margin-top: 36px;
}
.section-coupons__buttons input[type=file] {
  display: none;
}
.section-coupons__buttons-textarea {
  margin-top: 20px;
  display: none;
}
@media (min-width: 1024px) {
  .section-coupons__buttons-textarea {
    margin-top: 30px;
  }
}
.section-coupons__buttons-textarea span {
  font: normal normal 500 18px/22px Inter;
  letter-spacing: 0.14px;
}
.section-coupons__buttons-textarea textarea {
  margin-top: 10px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
  border: none;
  height: 114px;
  width: 100%;
  padding: 14px;
}
@media (min-width: 1024px) {
  .section-coupons__buttons-textarea textarea {
    margin-top: 20px;
    background: #142F54 0% 0% no-repeat padding-box;
    border-radius: 8px;
  }
}
.section-coupons__buttons-textarea textarea::-moz-placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.section-coupons__buttons-textarea textarea:-ms-input-placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.section-coupons__buttons-textarea textarea::placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.section-coupons__buttons-textarea textarea:focus {
  outline: none;
}
.section-coupons__buttons-textarea textarea.error {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #E69973;
}
.section-coupons__buttons-textarea .i-exclamation {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #1F3E66;
  border: 1px solid #E69973;
  display: inline-block;
  background: #E69973 0% 0% no-repeat padding-box;
  font-weight: bold;
  float: right;
  margin-right: 15px;
}
.section-coupons__buttons-textarea-errors {
  margin-top: 8px;
}
.section-coupons__buttons-textarea-errors div {
  display: none;
  font: normal normal normal 14px/17px Inter;
  letter-spacing: 0.22px;
  color: #E69973;
}
.section-coupons__buttons-title {
  text-align: center;
  font: normal normal normal 20px/22px InterBold;
  letter-spacing: 0.16px;
}
.section-coupons__buttons-wrapper {
  margin-top: 17px;
  display: flex;
}
.section-coupons__buttons-instructions {
  margin-top: 20px;
  font: normal normal 500 18px/22px Inter;
  letter-spacing: 0.14px;
}
.section-coupons__buttons-instructions img {
  position: relative;
  top: 4px;
}
.section-coupons__buttons .button-blue {
  background: #142F54 0% 0% no-repeat padding-box;
  border: 0.5px solid #619FCB;
  border-radius: 8px;
  display: inline-block;
  padding: 15px;
  width: 50%;
  text-align: center;
}
.section-coupons__buttons .button-blue.full-width {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.section-coupons__buttons .button-blue:first-child {
  margin-right: 7px;
}
.section-coupons__buttons .button-blue:last-child {
  margin-left: 7px;
}
.section-coupons__buttons .button-blue.active {
  background: #619FCB 0% 0% no-repeat padding-box;
  border: 1px solid #619FCB;
}
.section-coupons__buttons-gallery {
  display: none;
  margin-top: 10px;
}
.section-coupons__buttons-gallery div.wrapper {
  background-color: #1F3E66;
  border-radius: 8px;
  min-width: 157px;
  min-height: 121px;
  max-width: 183px;
  max-height: 141px;
  padding: 8px;
  display: none;
}
.section-coupons__buttons-gallery div.wrapper:first-child {
  margin: 0 auto;
}
.section-coupons__buttons-gallery div.wrapper span {
  float: right;
  margin-top: 3px;
  margin-right: 3px;
}
.section-coupons__buttons-gallery div.img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}
.section-coupons__footer {
  margin-top: 45px;
}
@media (min-width: 1024px) {
  .section-coupons__footer {
    margin-top: 20px;
  }
}
.section-coupons__footer.anchor-bottom {
  position: absolute;
  right: 24px;
  left: 24px;
  bottom: 40px;
}
.section-coupons__footer.m-t-20 {
  margin-top: 20px;
}
.section-coupons__footer.m-t-bottom {
  margin-top: 280px;
}
.section-coupons__footer hr {
  margin-top: 8px;
  width: 110px;
  border-top: 2px solid #E65C5C;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.section-coupons__footer-title {
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
}
.section-coupons__footer-body {
  margin-top: 20px;
  font: normal normal 500 12px/18px Inter;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
.section-coupons__footer .button {
  background: #E65C5C 0% 0% no-repeat padding-box;
  display: block;
  text-decoration: none;
  border-radius: 8px;
  font: normal normal bold 16px/20px Inter;
  color: white;
  cursor: pointer;
  padding: 14px 0;
  text-align: center;
  width: 100%;
  border: none;
}
.section-coupons__footer .button:focus {
  outline: none;
}
.section-coupons__footer .button--disabled {
  cursor: not-allowed;
}

.stuffed {
  position: fixed;
  height: 50px;
  width: 100vw;
  top: -20px;
  background-color: #142F54;
  left: -1px;
  z-index: 99;
}

@media (min-width: 1024px) {
  .left-card {
    position: relative;
    width: 50%;
    float: left;
  }
}

@media (min-width: 1024px) {
  .right-card {
    position: relative;
    width: 50%;
    float: right;
  }
}

.section-coupons-quiz {
  position: relative;
  top: -20px;
  bottom: 60px;
}
.section-coupons-quiz ::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .section-coupons-quiz {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    padding-bottom: 30px;
  }
  .section-coupons-quiz ::-webkit-scrollbar {
    display: block;
  }
  .section-coupons-quiz .not-found-rewards {
    display: flex;
    justify-content: center;
  }
  .section-coupons-quiz .not-found-rewards img {
    height: 325px;
  }
  .section-coupons-quiz .not-found-rewards div {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .section-coupons-quiz .not-found-rewards div h1 {
    font-size: 32px;
    font-family: "InterBold";
    letter-spacing: 0.51px;
  }
  .section-coupons-quiz .not-found-rewards div p {
    width: 270px;
    margin-top: 10px;
    line-height: 20px;
    font-size: 16px;
    font-family: "InterMedium";
    letter-spacing: 0.38px;
  }
  .section-coupons-quiz .successful-code-copied {
    display: none;
    width: calc(100% - 48px);
    padding: 8px 0px;
    position: fixed;
    bottom: 12%;
    text-align: center;
    font: normal normal 500 15px/18px Inter;
    letter-spacing: 0px;
    color: #142F54;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 32px #00000029;
    border-radius: 6px;
  }
  .section-coupons-quiz #header-back-arrow {
    display: none;
  }
  .section-coupons-quiz .m-t-24 {
    margin-top: 24px;
  }
  .section-coupons-quiz .m-t-35 {
    margin-top: 35px !important;
  }
}
.section-coupons-quiz .navbarQuiz {
  display: none;
}
@media (min-width: 1024px) {
  .section-coupons-quiz .navbarQuiz {
    display: block;
    display: block;
    margin-top: 91px;
    font-size: 21px;
    font-family: Inter;
    letter-spacing: 0.06px;
  }
  .section-coupons-quiz .navbarQuiz a {
    color: white;
  }
  .section-coupons-quiz .navbarQuiz a:hover {
    text-decoration: underline;
  }
  .section-coupons-quiz .navbarQuiz a:visited {
    color: white;
  }
}
.section-coupons-quiz__header {
  position: inherit;
  top: 15px;
  z-index: 100;
  background-color: #142F54;
  display: none;
}
@media (min-width: 1024px) {
  .section-coupons-quiz__header {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
    width: 100%;
    max-width: 928px;
  }
}
.section-coupons-quiz__header-back {
  position: relative;
  left: -1px;
}
@media (min-width: 1024px) {
  .section-coupons-quiz__header-back {
    display: none;
  }
}
.section-coupons-quiz .hidden-row {
  display: none;
}
@media (min-width: 1024px) {
  .section-coupons-quiz__content-title {
    margin-top: 30px;
    margin-left: 30px;
    font: normal normal bold 21px/25px Inter;
    letter-spacing: 0.34px;
    color: #FFFFFF;
    width: 100%;
    overflow: hidden;
    max-height: 50px;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1024px) {
  .section-coupons-quiz__content {
    width: 100%;
    height: 506px;
    max-width: 928px;
    margin-top: 80px;
    background: var(--contenedores) 0% 0% no-repeat padding-box;
    background: #1F3E66 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 8px #00000054;
    border-radius: 12px;
    opacity: 1;
  }
  .section-coupons-quiz__content .cont-left-right {
    position: relative;
    margin-bottom: 100px;
    height: 260px;
  }
}
.section-coupons-quiz__content-banner {
  max-width: 100%;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .section-coupons-quiz__content-banner {
    position: relative;
    width: 90%;
    float: right;
    margin: 30px;
  }
}
.section-coupons-quiz__content-banner img {
  height: 303px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
.section-coupons-quiz__content-play {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .section-coupons-quiz__content-play {
    margin-top: 30px;
    margin-left: 30px;
  }
}
.section-coupons-quiz__content-play.participate {
  margin-top: 75px !important;
}
.section-coupons-quiz__content-card {
  margin-top: 24px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  padding: 12px;
}
.section-coupons-quiz__content-card img {
  max-width: 100%;
  height: 143px;
  width: 100%;
}
.section-coupons-quiz__content-card-reward-img {
  width: 100%;
  height: 120px;
  border-radius: 15px;
  background-color: white;
  text-align: center;
  position: relative;
}
.section-coupons-quiz__content-card-reward-img img {
  max-width: 95%;
  max-height: 108px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
}
.section-coupons-quiz__content-card .button-blue {
  background: #619FCBBA 0% 0% no-repeat padding-box;
  border: 1px solid #619FCB;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  font: normal normal normal 16px/48px InterBold;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-align: center;
  height: 48px;
  margin-top: 20px;
}
.section-coupons-quiz__content-card-title {
  margin-top: 12px;
  font: normal normal normal 21px/25px InterBold;
  letter-spacing: 0.17px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .section-coupons-quiz__content-card-title {
    position: absolute;
    width: 50%;
    float: left;
    margin-top: 0;
  }
}
.section-coupons-quiz__content-card-reward {
  margin-top: 12px;
  text-align: left;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.05px;
  color: #E67373;
}
.section-coupons-quiz__content-nav-questions {
  text-align: center;
}
.section-coupons-quiz__content-nav-questions .circle {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: #667790;
  text-align: center;
  background: #667790;
  display: inline-block;
}
.section-coupons-quiz__content-nav-questions .circle-inactive {
  position: relative;
  top: 3px;
}
.section-coupons-quiz__content-nav-questions .circle-active {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  font-size: 14px;
  font-weight: 600;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #142F54;
  margin: 0;
}
.section-coupons-quiz__content-question {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border-radius: 12px;
  height: 104px;
  width: 100%;
  text-align: left;
  font: normal normal 500 18px/25px Inter;
  letter-spacing: 0.29px;
  color: #FFFFFF;
  padding: 29px 16px;
  margin-top: 34px;
}
.section-coupons-quiz__content-question span {
  width: 100%;
  word-break: break-word;
  display: inline-block;
  max-height: 55px;
  overflow: hidden;
}
.section-coupons-quiz__content-answer {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  height: 157px;
  width: 50%;
  font: normal normal 500 17px/20px Inter;
  letter-spacing: 0.05px;
  color: #FFFFFF;
  text-align: center;
  padding: 59px 12px;
}
.section-coupons-quiz__content-answer.active {
  background: #619FCBBA 0% 0% no-repeat padding-box;
  border: 1px solid #619FCB;
}
.section-coupons-quiz__content-answer span {
  width: 110px;
  word-break: break-word;
  display: inline-block;
  max-height: 60px;
  overflow: hidden;
}
.section-coupons-quiz__content-answer:first-child {
  margin-right: 7px;
}
.section-coupons-quiz__content-answer:last-child {
  margin-left: 7px;
}
.section-coupons-quiz__content-answerrow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 24px;
}
.section-coupons-quiz__content-answerrow.margin-question {
  margin-top: 58px;
}
.section-coupons-quiz__content-answerrow:first-child {
  margin-top: 24px;
}
.section-coupons-quiz__content-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 24px;
}
.section-coupons-quiz__content-row.margin-question {
  margin-top: 58px;
}
.section-coupons-quiz__content-row:first-child {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .section-coupons-quiz__content-row:first-child {
    margin-top: 30px;
  }
}
.section-coupons-quiz__content-row__column {
  flex: 0 1 50%;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  min-height: 230px;
}
@media (min-width: 1024px) {
  .section-coupons-quiz__content-row__column {
    width: 100%;
    min-height: 280px;
    cursor: pointer;
  }
}
.section-coupons-quiz__content-row__column.w50 {
  margin: 0 !important;
}
.section-coupons-quiz__content-row__column:first-child {
  margin-right: 7px;
}
.section-coupons-quiz__content-row__column:last-child {
  margin-left: 7px;
}
.section-coupons-quiz__content-row__column.hidden {
  visibility: hidden;
}
.section-coupons-quiz__content-title {
  margin-top: 18px;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  max-height: 50px;
  text-overflow: ellipsis;
}
.section-coupons-quiz__content-text {
  margin-top: 20px;
  font: normal normal normal 16px/20px InterBold;
  letter-spacing: 0.13px;
  color: #E65C5C;
}
.section-coupons-quiz__content-success {
  margin-top: 24px;
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0;
  color: #FFFFFF;
}
.section-coupons-quiz__content-success p {
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0;
}
.section-coupons-quiz__content-success .participate {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.section-coupons-quiz__content-success .participate img {
  width: 200px;
  height: auto;
  text-align: center;
}
.section-coupons-quiz__content-body {
  margin-top: 32px;
  font: normal normal 500 18px/21px Inter;
  letter-spacing: 0.14px;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  max-height: 81px;
  text-overflow: ellipsis;
}
.section-coupons-quiz__content-body p {
  font: normal normal 500 18px/21px Inter;
  letter-spacing: 0.14px;
}
.section-coupons-quiz__content-body-coupon {
  margin-top: 32px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  max-height: 77px;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .section-coupons-quiz__content-body-coupon {
    margin-top: 30px;
    margin-left: 30px;
    width: 94%;
  }
}
.section-coupons-quiz__content-body-coupon p {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
}
@media (min-width: 1024px) {
  .section-coupons-quiz__content-date-coupon {
    margin-top: 30px;
    margin-left: 30px;
  }
}
.section-coupons-quiz__content-reward {
  margin-top: 24px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #E65C5C;
}
.section-coupons-quiz__content-date {
  margin-top: 26px;
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0.11px;
  color: #FFFFFF80;
  text-transform: capitalize;
}
.section-coupons-quiz__content-date-coupon {
  margin-top: 26px;
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0.11px;
  color: #FFFFFF80;
}
.section-coupons-quiz__content-qr {
  margin-top: 16px;
  display: flex;
}
.section-coupons-quiz__content-qr a {
  background: #142F54 0% 0% no-repeat padding-box;
  border: 0.5px solid #619FCB;
  border-radius: 8px;
  text-align: center;
  font: normal normal 500 16px/48px Inter;
  letter-spacing: 0.26px;
  color: #619FCB;
  width: 50%;
  display: inline-block;
  height: 48px;
}
.section-coupons-quiz__content-qr a:first-child {
  margin-right: 7px;
}
.section-coupons-quiz__content-qr a:last-child {
  margin-left: 7px;
}
.section-coupons-quiz__content-date-winner {
  margin-top: 26px;
  font: normal normal 500 14px/20px Inter;
  letter-spacing: 0.04px;
  color: #FFFFFF;
}
.section-coupons-quiz__content-date-winner .code-winner {
  margin-top: 24px;
  width: 100%;
}
.section-coupons-quiz__content-date-winner .code-winner label {
  font: normal normal 500 16px/20px InterBold;
  letter-spacing: 0.26px;
  opacity: 1;
}
.section-coupons-quiz__content-date-winner .code-winner-wrapper {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  padding: 12px 14px;
  margin-top: 8px;
}
.section-coupons-quiz__content-date-winner .code-winner-wrapper span {
  text-align: left;
  height: 48px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
}
.section-coupons-quiz__content-date-winner .code-winner-wrapper img {
  float: right;
  width: 24px;
  height: 24px;
}
.section-coupons-quiz__content-date-winner.m-16 {
  margin-top: 16px;
}
.section-coupons-quiz__content-date-winner.m-0 {
  margin-top: 0;
}
.section-coupons-quiz__content-date-winner p {
  font: normal normal 500 14px/20px Inter;
  letter-spacing: 0.04px;
}
.section-coupons-quiz__content-date-winner label {
  display: block;
  font: normal normal normal 16px/20px InterBold;
  letter-spacing: 0.26px;
  color: #FFFFFF;
}
.section-coupons-quiz__content-date-winner input {
  padding: 14px;
  width: 100%;
  outline: none;
  border: none;
  margin-top: 8px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
}
.section-coupons-quiz__content .button {
  background: #E65C5C 0% 0% no-repeat padding-box;
  display: block;
  text-decoration: none;
  border-radius: 8px;
  font: normal normal bold 16px/20px Inter;
  color: white;
  cursor: pointer;
  padding: 14px 0;
  text-align: center;
  width: 95%;
  border: none;
}
.section-coupons-quiz__content .button:focus {
  outline: none;
}
.section-coupons-quiz__content-clue {
  margin-top: 14px;
}
.section-coupons-quiz__content-clue .btnClue {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-coupons-quiz__content-clue.hide {
  display: none;
}
.section-coupons-quiz__footer {
  margin-top: 45px;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .section-coupons-quiz__footer {
    margin-top: 30px;
  }
}
.section-coupons-quiz__footer hr {
  margin-top: 8px;
  width: 110px;
  border-top: 2px solid #E65C5C;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.section-coupons-quiz__footer-title {
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
}
.section-coupons-quiz__footer-body {
  margin-top: 20px;
  font: normal normal 500 12px/18px Inter;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
.section-coupons-quiz .modal-quiz__close {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 24px;
}
.section-coupons-quiz .modal-quiz__close__modal {
  width: 327px;
  height: 217px;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 32px 24px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 20px #051121;
  border-radius: 12px;
  text-align: center;
}
.section-coupons-quiz .modal-quiz__close__modal--header {
  font: normal normal normal 21px/25px InterBold;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.section-coupons-quiz .modal-quiz__close__modal--instruction {
  margin-top: 24px;
  padding: 0 30px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
}
.section-coupons-quiz .modal-quiz__close__modal--row {
  margin-top: 24px;
}
.section-coupons-quiz .modal-quiz__close__modal--row a.button-cancel {
  display: inline-block;
  width: 131px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 0.5px solid #619FCB;
  border-radius: 8px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.7;
  padding: 8px 0;
  margin-right: 5px;
}
.section-coupons-quiz .modal-quiz__close__modal--row a.button-exit {
  margin-left: 5px;
  display: inline-block;
  width: 131px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 0.5px solid #E65C5C;
  border-radius: 8px;
  font: normal normal normal 16px/20px InterBold;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  padding: 8px 0;
}
.section-coupons-quiz .modal-coupon__winner {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0 -24px 0 0;
}
.section-coupons-quiz .modal-coupon__winner #qr-img {
  width: 160px;
  height: 160px;
}
.section-coupons-quiz .modal-coupon__winner #barcode-img {
  width: 229px;
  height: 122px;
}
.section-coupons-quiz .modal-coupon__winner__modal {
  width: 100%;
  height: 317px;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  bottom: 0;
  padding: 16px 24px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 20px #051121;
  border-radius: 12px;
  text-align: center;
}
.section-coupons-quiz .modal-coupon__winner__modal--header {
  font: normal normal medium 16px/25px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-align: left;
}
.section-coupons-quiz .modal-coupon__winner__modal--header .pull-right {
  float: right;
}
.section-coupons-quiz .modal-coupon__winner__modal--wrapper {
  margin-top: 65px;
}

@media (min-width: 1024px) {
  .left-card {
    position: relative;
    width: 50%;
    float: left;
  }
}

@media (min-width: 1024px) {
  .right-card {
    position: relative;
    width: 50%;
    float: right;
  }
}

@media (min-width: 1024px) {
  .section-coupons-quiza {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
  .section-coupons-quiza .successful-code-copied {
    display: none;
    width: calc(100% - 48px);
    padding: 8px 0px;
    position: fixed;
    bottom: 12%;
    text-align: center;
    font: normal normal 500 15px/18px Inter;
    letter-spacing: 0px;
    color: #142F54;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 32px #00000029;
    border-radius: 6px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section-coupons-quiza .successful-code-copied {
    width: calc(30% - 48px);
  }
}
@media (min-width: 1024px) {
  .section-coupons-quiza #header-back-arrow {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section-coupons-quiza .m-t-24 {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .section-coupons-quiza .m-t-35 {
    margin-top: 35px !important;
  }
}
.section-coupons-quiza .navbarQuiza {
  display: none;
}
@media (min-width: 1024px) {
  .section-coupons-quiza .navbarQuiza {
    display: block;
    display: block;
    margin-top: 91px;
    font-size: 21px;
    font-family: Inter;
    letter-spacing: 0.06px;
  }
  .section-coupons-quiza .navbarQuiza a {
    color: white;
  }
  .section-coupons-quiza .navbarQuiza a:hover {
    text-decoration: underline;
  }
  .section-coupons-quiza .navbarQuiza a:visited {
    color: white;
  }
}
.section-coupons-quiza__header {
  /* position: sticky;*/
  top: 0;
  z-index: 100;
  background-color: #142F54;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__header {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
    width: 100%;
    max-width: 928px;
  }
}
.section-coupons-quiza__header-back {
  position: relative;
  left: -1px;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__header-back {
    display: none;
  }
}
.section-coupons-quiza .hidden-row {
  display: none;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__content-title {
    margin-top: 30px;
    margin-left: 30px;
    font: normal normal bold 21px/25px Inter;
    letter-spacing: 0.34px;
    color: #FFFFFF;
    width: 100%;
    overflow: hidden;
    max-height: 50px;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1024px) {
  .section-coupons-quiza__content {
    width: 100%;
    height: 506px;
    max-width: 928px;
    margin-top: 80px;
    background: var(--contenedores) 0% 0% no-repeat padding-box;
    background: #1F3E66 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 8px #00000054;
    border-radius: 12px;
    opacity: 1;
  }
  .section-coupons-quiza__content .cont-left-right {
    position: relative;
    margin-bottom: 100px;
    height: 260px;
  }
}
.section-coupons-quiza__content-banner {
  max-width: 100%;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__content-banner {
    position: relative;
    width: 90%;
    float: right;
    margin: 30px;
  }
}
.section-coupons-quiza__content-banner img {
  height: 303px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
.section-coupons-quiza__content-play {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__content-play {
    margin-top: 30px;
    margin-left: 30px;
  }
}
.section-coupons-quiza__content-play.participate {
  margin-top: 75px !important;
}
.section-coupons-quiza__content-card {
  margin-top: 24px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  padding: 12px;
}
.section-coupons-quiza__content-card img {
  max-width: 100%;
  height: 143px;
  width: 100%;
}
.section-coupons-quiza__content-card-reward-img {
  width: 100%;
  height: 120px;
  border-radius: 15px;
  background-color: white;
  text-align: center;
  position: relative;
}
.section-coupons-quiza__content-card-reward-img img {
  max-width: 95%;
  max-height: 108px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
}
.section-coupons-quiza__content-card .button-blue {
  background: #619FCBBA 0% 0% no-repeat padding-box;
  border: 1px solid #619FCB;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  font: normal normal normal 16px/48px InterBold;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-align: center;
  height: 48px;
  margin-top: 20px;
}
.section-coupons-quiza__content-card-title {
  margin-top: 12px;
  font: normal normal normal 21px/25px InterBold;
  letter-spacing: 0.17px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__content-card-title {
    position: absolute;
    width: 50%;
    float: left;
    margin-top: 0;
  }
}
.section-coupons-quiza__content-card-reward {
  margin-top: 12px;
  text-align: left;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.05px;
  color: #E67373;
}
.section-coupons-quiza__content-nav-questions {
  text-align: center;
}
.section-coupons-quiza__content-nav-questions .circle {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: #667790;
  text-align: center;
  background: #667790;
  display: inline-block;
}
.section-coupons-quiza__content-nav-questions .circle-inactive {
  position: relative;
  top: 3px;
}
.section-coupons-quiza__content-nav-questions .circle-active {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  font-size: 14px;
  font-weight: 600;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #142F54;
  margin: 0;
}
.section-coupons-quiza__content-question {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border-radius: 12px;
  height: 104px;
  width: 100%;
  text-align: left;
  font: normal normal 500 18px/25px Inter;
  letter-spacing: 0.29px;
  color: #FFFFFF;
  padding: 29px 16px;
  margin-top: 34px;
}
.section-coupons-quiza__content-question span {
  width: 100%;
  word-break: break-word;
  display: inline-block;
  max-height: 55px;
  overflow: hidden;
}
.section-coupons-quiza__content-answer {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  height: 157px;
  width: 50%;
  font: normal normal 500 17px/20px Inter;
  letter-spacing: 0.05px;
  color: #FFFFFF;
  text-align: center;
  padding: 59px 12px;
}
.section-coupons-quiza__content-answer.active {
  background: #619FCBBA 0% 0% no-repeat padding-box;
  border: 1px solid #619FCB;
}
.section-coupons-quiza__content-answer span {
  width: 110px;
  word-break: break-word;
  display: inline-block;
  max-height: 43px;
  overflow: hidden;
}
.section-coupons-quiza__content-answer:first-child {
  margin-right: 7px;
}
.section-coupons-quiza__content-answer:last-child {
  margin-left: 7px;
}
.section-coupons-quiza__content-answerrow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 24px;
}
.section-coupons-quiza__content-answerrow.margin-question {
  margin-top: 58px;
}
.section-coupons-quiza__content-answerrow:first-child {
  margin-top: 24px;
}
.section-coupons-quiza__content-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 24px;
}
.section-coupons-quiza__content-row.margin-question {
  margin-top: 58px;
}
.section-coupons-quiza__content-row:first-child {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__content-row:first-child {
    margin-top: 30px;
  }
}
.section-coupons-quiza__content-row__column {
  flex: 0 1 50%;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__content-row__column {
    width: 100%;
    min-height: 280px;
    cursor: pointer;
  }
}
.section-coupons-quiza__content-row__column:first-child {
  margin-right: 7px;
}
.section-coupons-quiza__content-row__column:last-child {
  margin-left: 7px;
}
.section-coupons-quiza__content-row__column.hidden {
  visibility: hidden;
}
.section-coupons-quiza__content-title {
  margin-top: 18px;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  max-height: 50px;
  text-overflow: ellipsis;
}
.section-coupons-quiza__content-text {
  margin-top: 20px;
  font: normal normal normal 16px/20px InterBold;
  letter-spacing: 0.13px;
  color: #E65C5C;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__content-text {
    margin-top: 30px;
    margin-left: 30px;
    /*                font: normal normal bold 21px/25px Inter;
                    letter-spacing: 0.34px;
                    color: #FFFFFF;
                    width: 100%;
                    overflow: hidden;
                    max-height: 50px;
                    text-overflow: ellipsis;*/
  }
}
.section-coupons-quiza__content-success {
  margin-top: 24px;
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0;
  color: #FFFFFF;
}
.section-coupons-quiza__content-success p {
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0;
}
.section-coupons-quiza__content-success .participate {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.section-coupons-quiza__content-success .participate img {
  width: 200px;
  height: auto;
  text-align: center;
}
.section-coupons-quiza__content-body {
  margin-top: 32px;
  font: normal normal 500 18px/21px Inter;
  letter-spacing: 0.14px;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  max-height: 81px;
  text-overflow: ellipsis;
}
.section-coupons-quiza__content-body p {
  font: normal normal 500 18px/21px Inter;
  letter-spacing: 0.14px;
}
.section-coupons-quiza__content-body-coupon {
  margin-top: 32px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  max-height: 77px;
  text-overflow: ellipsis;
}
.section-coupons-quiza__content-body-coupon p {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
}
.section-coupons-quiza__content-reward {
  margin-top: 24px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #E65C5C;
}
.section-coupons-quiza__content-date {
  margin-top: 26px;
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0.11px;
  color: #FFFFFF80;
  text-transform: capitalize;
}
.section-coupons-quiza__content-date-coupon {
  margin-top: 26px;
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0.11px;
  color: #FFFFFF80;
}
.section-coupons-quiza__content-qr {
  margin-top: 16px;
  display: flex;
}
.section-coupons-quiza__content-qr a {
  background: #142F54 0% 0% no-repeat padding-box;
  border: 0.5px solid #619FCB;
  border-radius: 8px;
  text-align: center;
  font: normal normal 500 16px/48px Inter;
  letter-spacing: 0.26px;
  color: #619FCB;
  width: 50%;
  display: inline-block;
  height: 48px;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__content-qr a {
    width: 45%;
    margin-left: 30px;
  }
}
.section-coupons-quiza__content-qr a:first-child {
  margin-right: 7px;
}
.section-coupons-quiza__content-qr a:last-child {
  margin-left: 7px;
}
.section-coupons-quiza__content-date-winner {
  margin-top: 26px;
  font: normal normal 500 14px/20px Inter;
  letter-spacing: 0.04px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__content-date-winner {
    margin-top: 30px;
    margin-left: 30px;
    /*               font: normal normal bold 21px/25px Inter;
                   letter-spacing: 0.34px;
                   color: #FFFFFF;
                   width: 100%;
                   overflow: hidden;
                   max-height: 50px;
                   text-overflow: ellipsis;*/
  }
}
.section-coupons-quiza__content-date-winner .code-winner {
  margin-top: 24px;
  width: 100%;
}
.section-coupons-quiza__content-date-winner .code-winner label {
  font: normal normal 500 16px/20px InterBold;
  letter-spacing: 0.26px;
  opacity: 1;
}
.section-coupons-quiza__content-date-winner .code-winner-wrapper {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  padding: 12px 14px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__content-date-winner .code-winner-wrapper {
    background: #142F54 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
  }
}
.section-coupons-quiza__content-date-winner .code-winner-wrapper span {
  text-align: left;
  height: 48px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
}
.section-coupons-quiza__content-date-winner .code-winner-wrapper img {
  float: right;
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__content-date-winner .code-winner-wrapper img {
    cursor: pointer;
  }
}
.section-coupons-quiza__content-date-winner.m-16 {
  margin-top: 16px;
}
.section-coupons-quiza__content-date-winner.m-0 {
  margin-top: 0;
}
.section-coupons-quiza__content-date-winner p {
  font: normal normal 500 14px/20px Inter;
  letter-spacing: 0.04px;
}
.section-coupons-quiza__content-date-winner label {
  display: block;
  font: normal normal normal 16px/20px InterBold;
  letter-spacing: 0.26px;
  color: #FFFFFF;
}
.section-coupons-quiza__content-date-winner input {
  padding: 14px;
  width: 100%;
  outline: none;
  border: none;
  margin-top: 8px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
}
.section-coupons-quiza__content .button {
  background: #E65C5C 0% 0% no-repeat padding-box;
  display: block;
  text-decoration: none;
  border-radius: 8px;
  font: normal normal bold 16px/20px Inter;
  color: white;
  cursor: pointer;
  padding: 14px 0;
  text-align: center;
  width: 100%;
  border: none;
}
.section-coupons-quiza__content .button:focus {
  outline: none;
}
.section-coupons-quiza__content-clue {
  margin-top: 14px;
}
.section-coupons-quiza__content-clue .btnClue {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-coupons-quiza__content-clue.hide {
  display: none;
}
.section-coupons-quiza__footer {
  margin-top: 45px;
}
@media (min-width: 1024px) {
  .section-coupons-quiza__footer {
    margin-top: 30px;
  }
}
.section-coupons-quiza__footer hr {
  margin-top: 8px;
  width: 110px;
  border-top: 2px solid #E65C5C;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.section-coupons-quiza__footer-title {
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
}
.section-coupons-quiza__footer-body {
  margin-top: 20px;
  font: normal normal 500 12px/18px Inter;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  padding-bottom: 24px;
}
.section-coupons-quiza .modal-quiz__close {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 24px;
}
.section-coupons-quiza .modal-quiz__close__modal {
  width: 327px;
  height: 217px;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 32px 24px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 20px #051121;
  border-radius: 12px;
  text-align: center;
}
.section-coupons-quiza .modal-quiz__close__modal--header {
  font: normal normal normal 21px/25px InterBold;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.section-coupons-quiza .modal-quiz__close__modal--instruction {
  margin-top: 24px;
  padding: 0 30px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
}
.section-coupons-quiza .modal-quiz__close__modal--row {
  margin-top: 24px;
}
.section-coupons-quiza .modal-quiz__close__modal--row a.button-cancel {
  display: inline-block;
  width: 131px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 0.5px solid #619FCB;
  border-radius: 8px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.7;
  padding: 8px 0;
  margin-right: 5px;
}
.section-coupons-quiza .modal-quiz__close__modal--row a.button-exit {
  margin-left: 5px;
  display: inline-block;
  width: 131px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 0.5px solid #E65C5C;
  border-radius: 8px;
  font: normal normal normal 16px/20px InterBold;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  padding: 8px 0;
}
.section-coupons-quiza .modal-coupon__winner {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0 -24px 0 0;
}
.section-coupons-quiza .modal-coupon__winner #qr-img {
  width: 160px;
  height: 160px;
}
.section-coupons-quiza .modal-coupon__winner #barcode-img {
  width: 229px;
  height: 122px;
}
.section-coupons-quiza .modal-coupon__winner__modal {
  width: 100%;
  height: 317px;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  bottom: 0;
  padding: 16px 24px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 20px #051121;
  border-radius: 12px;
  text-align: center;
}
.section-coupons-quiza .modal-coupon__winner__modal--header {
  font: normal normal medium 16px/25px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-align: left;
}
.section-coupons-quiza .modal-coupon__winner__modal--header .pull-right {
  float: right;
}
.section-coupons-quiza .modal-coupon__winner__modal--wrapper {
  margin-top: 65px;
}

.loader-overlay {
  display: none !important;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #142F54;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Safari */
}
.loader-overlay .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 160px;
  height: 160px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin-top: -100px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-winners {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-winners__modal {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  padding: 24px 16px 16px;
  width: 85%;
  margin: 50px auto;
}
.modal-winners__modal span.pull-right {
  float: right;
  cursor: pointer;
}
.modal-winners__modal--title {
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.modal-winners__modal--image {
  margin-top: 15px;
  max-width: 100%;
  height: auto;
}
.modal-winners__modal--highlight {
  font: normal normal normal 16px/22px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  margin-top: 8px;
}

.modal-chargebacks, .modal-operations {
  display: none;
  position: fixed;
  z-index: 102;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-chargebacks__modal, .modal-operations__modal {
  background-color: #1F3E66;
  margin: 15% auto;
  padding: 20px;
  width: 50%;
  min-width: 680px;
  max-width: 800px;
}
.modal-chargebacks__modal p, .modal-operations__modal p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-chargebacks__modal .close, .modal-operations__modal .close {
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal-chargebacks__modal .close:hover, .modal-chargebacks__modal .close:focus, .modal-operations__modal .close:hover, .modal-operations__modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.section-admin {
  background-color: #142F54;
  padding: 0px 30px;
}
.section-admin .title-messages {
  width: 70%;
  font-size: 21px;
}
.section-admin .right-padding {
  padding-right: 40px;
}
.section-admin .admin-login-logo {
  display: block;
  margin: 50px auto 0px;
  width: 400px;
}
.section-admin .pull-right {
  float: right;
}
.section-admin .ck-editor__editable_inline {
  min-height: 200px;
}
.section-admin .ck-editor__editable_inline p {
  color: black;
}
.section-admin .add-zone {
  text-align: center;
}
.section-admin .add-zone a {
  color: white;
  font-size: 11px;
}
.section-admin .add-zone a:hover, .section-admin .add-zone a:focus {
  text-decoration: underline;
  cursor: pointer;
}
.section-admin .mt-0 {
  margin-top: 0px !important;
}
.section-admin .opacity {
  opacity: 0.3;
}
.section-admin__home {
  padding: 130px 50px;
}
.section-admin__home-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-admin__home-subrow {
  display: flex;
}
.section-admin__home button {
  width: 18%;
  min-width: 230px;
  height: 280px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  text-align: center;
  vertical-align: top;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  font: normal normal normal 20px/20px Inter;
  letter-spacing: 0.26px;
  cursor: pointer;
  color: #FFFFFF;
  opacity: 1;
  border: none;
}
.section-admin__home button img {
  margin-bottom: 10px;
  width: 60px;
}
.section-admin .featured .x-col-50 {
  width: 50%;
}
.section-admin .display-featured {
  padding: 10px 5px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 18px;
}
.section-admin .display-featured span {
  font-weight: bold;
  margin-right: 20px;
}
.section-admin .featured-select {
  padding: 10px 20px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  margin: 10px 5px;
  display: none;
}
.section-admin .button-featured {
  display: inline-block !important;
  margin-left: 10px;
  width: 33% !important;
}
.section-admin table {
  border-collapse: collapse;
}
.section-admin table .col-checkbox {
  width: 10px;
}
.section-admin table.m-t-50 {
  margin-top: 50px;
}
.section-admin table.table {
  width: 100%;
}
.section-admin table.table-responsive {
  white-space: normal;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.section-admin table thead {
  border-bottom: 1px solid #929292;
}
.section-admin table tbody tr {
  border-bottom: 1px solid #929292;
}
.section-admin table th, .section-admin table td {
  text-align: inherit;
  white-space: normal;
  vertical-align: top;
  padding: 2px 4px;
  font-size: 12px;
}
.section-admin table th:last-child, .section-admin table td:last-child {
  text-align: center;
}
.section-admin table.v-a-m td {
  vertical-align: middle;
}
.section-admin table .col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  position: relative;
  width: 8.33333%;
}
.section-admin table .col-2 {
  flex: 0 0 15%;
  max-width: 15%;
  position: relative;
  width: 15%;
}
.section-admin table .col-3 {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 20%;
}
.section-admin table .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 33.33333%;
}
.section-admin table .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 50%;
}
.section-admin table .col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.33333%;
  position: relative;
  width: 58.33333%;
}
.section-admin table .text-small {
  font-size: 12px;
}
.section-admin .form-error {
  display: none;
  font: normal normal normal 14px/18px Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  margin-top: 8px;
  padding-left: 5px;
}
.section-admin .form-error img {
  position: relative;
  top: 2px;
}
.section-admin .button {
  background: #E65C5C 0% 0% no-repeat padding-box;
  display: block;
  text-decoration: none;
  border-radius: 8px;
  font: normal normal bold 14px/16px Inter;
  color: white;
  cursor: pointer;
  padding: 14px 0;
  text-align: center;
  width: 50%;
  border: none;
}
.section-admin .button:focus {
  outline: none;
}
.section-admin .button.normal {
  padding: 12px;
  margin: 10px auto;
  width: 55%;
  display: block;
}
.section-admin .button-cancel {
  background: #4f924f 0% 0% no-repeat padding-box;
  padding: 12px 5px;
  width: auto;
  margin: auto;
}
.section-admin .button.chargebacks {
  padding: 12px;
  width: auto;
  margin: auto;
}
.section-admin .button-add {
  background: #4f924f 0% 0% no-repeat padding-box;
  width: auto;
  padding: 12px;
  display: inline-block;
  margin: 10px 0;
}
.section-admin .button-delete {
  background: #e62828 0% 0% no-repeat padding-box;
  width: auto;
  padding: 12px 5px;
  display: inline-block;
  margin-left: 2px;
}
.section-admin .button-edit {
  background: #2897e6 0% 0% no-repeat padding-box;
  width: auto;
  padding: 12px 5px;
  display: inline-block;
  margin-right: 2px;
}
.section-admin .button--inactive {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #7F93B3;
  background: #1F3E66 0% 0% no-repeat padding-box;
}
.section-admin .btnDeleteObj {
  display: block;
  border-radius: 0;
  padding: 0;
}
.section-admin .btnDeleteObj.small {
  width: 30px;
  height: 30px;
}
.section-admin .btnDeleteObj.medium {
  width: 160px;
  height: 50px;
}
.section-admin .image-preview {
  background-color: #47545B;
  width: 200px;
  height: 200px;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: top;
}
.section-admin .image-preview.d-block {
  display: block;
  margin-left: 0;
}
.section-admin .flex-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-admin .row {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-admin .row.space-around {
  justify-content: space-around;
}
.section-admin .row.flex-start {
  justify-content: flex-start;
  align-items: flex-start;
}
.section-admin .row.m-t-10 {
  margin-top: 30px;
}
.section-admin .row.m-t-30 {
  margin-top: 30px;
}
.section-admin .row.m-t-50 {
  margin-top: 50px;
}
.section-admin .row.m-b-30 {
  margin-bottom: 30px;
}
.section-admin .row.m-b-50 {
  margin-bottom: 50px;
}
.section-admin .row.m-l-60 {
  margin-left: 60px;
}
.section-admin .row.m-l-150 {
  margin-left: 150px;
}
.section-admin .row-answer {
  margin: 15px 0;
}
.section-admin .row-answer .form-admin__text-input {
  width: 90% !important;
  display: inline-block;
}
.section-admin .row .row-title {
  display: flex;
  align-items: center;
}
.section-admin .row .row-title .row-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: white;
  color: #072046;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-admin .row .row-title h3 {
  font: normal normal 600 18px/27px Poppins;
  color: white;
  margin-left: 20px;
}
.section-admin .row.w-60 {
  width: 60%;
  min-width: 1150px;
}
.section-admin .row.w-40 {
  width: 40%;
  min-width: 600px;
}
.section-admin .row.w-33 {
  width: 33%;
  min-width: 585px;
}
.section-admin .m-t-10 {
  margin-top: 10px;
}
.section-admin .m-t-20 {
  margin-top: 20px;
}
.section-admin .m-t-30 {
  margin-top: 30px;
}
.section-admin .row-questions {
  margin-top: 16px;
  width: 100%;
}
.section-admin .row-questions .row {
  display: block;
}
.section-admin .row-questions .row.m-t-30 {
  margin-top: 30px;
}
.section-admin .row-questions .row-answer {
  margin: 15px 0;
}
.section-admin .row-questions .row-answer .form-admin__text-input {
  width: 90% !important;
  display: inline-block;
}
.section-admin .col-50 {
  flex: 1 0 50%;
}
.section-admin .col-50:first-child {
  margin-right: 6px;
}
.section-admin .col-50:last-child {
  margin-left: 6px;
}
.section-admin .col-0-50 {
  flex: 0 0 50%;
}
.section-admin .col-70 {
  flex: 0 0 70%;
  margin-right: 10px;
}
.section-admin .col-33 {
  flex: 0 0 33%;
}
.section-admin .col-28 {
  flex: 0 0 29%;
}
.section-admin .col-66 {
  flex: 0 0 66%;
}
.section-admin .col--25 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 25%;
}
.section-admin .col-25 {
  flex: 0 0 24%;
}
.section-admin .col-20 {
  flex: 0 0 19%;
}
.section-admin .col-15 {
  flex: 0 0 14%;
}
.section-admin .col-75 {
  flex: 0 0 75%;
}
.section-admin .col-35 {
  width: 34.5%;
  min-width: 101px;
  margin-left: 6px;
}
.section-admin .col-100 {
  width: 100%;
}
.section-admin .align-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section-admin .display-none {
  visibility: hidden;
}
.section-admin .form-admin #user-type {
  margin-top: 15px;
  height: 40px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
}
.section-admin .form-admin__label {
  display: block;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  padding-left: 5px;
  margin-bottom: 8px;
}
.section-admin .form-admin__text-input {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  height: 48px;
  max-width: 400px;
}
.section-admin .form-admin__text-input.full-width {
  max-width: 100%;
}
.section-admin .form-admin__text-input.textarea {
  height: 150px;
}
.section-admin .form-admin__text-input::-moz-placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.section-admin .form-admin__text-input:-ms-input-placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.section-admin .form-admin__text-input::placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.section-admin .form-admin__text-input:focus {
  outline: none;
}
.section-admin .form-admin__text-input--invalid {
  border: 1px solid #E68A5C;
}
.section-admin .form-admin__text-inputNew {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #0720461A;
  border-radius: 10px;
  opacity: 1;
  font: normal normal 600 16px/25px Poppins;
  letter-spacing: 0px;
  color: #072046;
  padding: 15px 27px;
  text-align: left;
  width: 100%;
  cursor: pointer;
}
.section-admin .form-admin__text-inputNew.active {
  background: #BCD4FC 0% 0% no-repeat padding-box;
}
.section-admin .form-admin__text-inputNew.option-filter {
  text-align: center;
}
.section-admin .form-admin__text-inputNew:focus {
  outline: none;
}
.section-admin .form-admin__text-inputNew.checkboxes option:before {
  content: "☐";
  width: 1.3em;
  text-align: center;
  display: inline-block;
}
.section-admin .form-admin__text-inputNew.checkboxes option:checked::before {
  content: "☑";
}
.section-admin .form-admin .custom-select {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #0720461A;
  border-radius: 10px;
  opacity: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.section-admin .form-admin .custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font: normal normal 600 16px/25px Poppins;
  letter-spacing: 0px;
  color: #072046;
  padding: 15px 27px;
  border: none;
  width: 100%;
  z-index: 5;
  cursor: pointer;
}
.section-admin .form-admin .custom-select select:focus {
  outline: none;
}
.section-admin .form-admin .custom-select div {
  background-image: url("/images/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFFFFF;
  transform: rotate(90deg);
  width: auto;
  height: 15px;
  width: 8px;
  position: relative;
  left: -25px;
  z-index: 1;
  cursor: pointer;
}
.section-admin .form-admin .button:focus {
  outline: none;
}
.section-admin .form-admin .button--inactive {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #7F93B3;
  background: #1F3E66 0% 0% no-repeat padding-box;
}
.section-admin .form-admin .button--active {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  opacity: 0.9;
  color: white;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 0.5px solid #E65C5C;
}
.section-admin .form-login {
  width: 40%;
  margin: auto;
  margin-top: 5vh;
}
.section-admin__pagination {
  text-align: center;
  margin-top: 15px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-admin__pagination a {
  color: white;
  padding: 0 10px;
  text-align: center;
  background-color: transparent;
  margin-bottom: 10px;
  min-width: 50px;
  max-width: 90px;
  border-right: 1px solid white;
}
.section-admin__pagination a:last-of-type {
  border-right: none;
}
.section-admin__pagination .active {
  color: #9e4f4f;
}
.section-admin .chkbox {
  transform: scale(1.5);
}
.section-admin .row-flex {
  height: 100%;
  display: flex;
  align-items: center;
}
.section-admin .row-flex.ml-10 {
  margin-left: 20px;
}
.section-admin .row-flex label {
  margin: 0;
}
.section-admin .custom-input-file {
  display: inline-block;
  text-align: center;
}
.section-admin .custom-input-file input[type=file] {
  display: none;
}
.section-admin .custom-input-file label {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.section-admin .custom-input-file.asButton label {
  border: none;
  background-color: #E65C5C;
  border-radius: 8px;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.section-admin .custom-input-file h4 {
  font-size: 12px;
  margin-bottom: 10px;
}
.section-admin .user-evidences {
  display: inline-block;
}
.section-admin .user-evidences img {
  max-width: 100px;
  max-height: 100px;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
.section-admin .section-quiz__ranking-wrapper {
  margin: auto;
  width: 98%;
}
.section-admin .quizz-participants {
  padding: 5px;
  text-decoration: underline;
}
.section-admin .text-white {
  color: #FFFFFF;
}
.section-admin .text-right {
  text-align: right !important;
}
.section-admin .text-center {
  text-align: center !important;
}
.section-admin .export-winners {
  padding: 10px 10px;
  max-width: 862px;
  margin: auto;
  text-decoration: underline;
}
.section-admin .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.section-admin .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9 ;
  margin-left: -20px;
  margin: 4px 0 0;
  line-height: normal;
  left: 0px;
  margin-right: 20px;
}
.section-admin .py-4 {
  padding: 4px 0px;
}
.section-admin .upload-quizz {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 8px;
  width: 100%;
}
.section-admin .upload-quizz-download {
  color: #FFFFFF;
  text-decoration: underline;
}
.section-admin .assigned-date {
  font-size: 12px;
  color: #33c307;
  font-style: italic;
  padding: 1px;
}

@media screen and (max-width: 768px) {
  html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .container {
    margin: 72px 5px 70px;
  }

  .admin .container {
    margin: 72px 5px;
  }
  .admin .container header {
    display: flex;
  }
  .admin .container header h1 {
    font-size: 18px;
    padding: 18px;
  }

  .section-admin {
    padding: 0px 5px;
    /*tickets*/
  }
  .section-admin .table-responsive[data-pattern=priority-columns] {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-radius: unset;
    border: none;
    -webkit-overflow-scrolling: touch;
  }
  .section-admin table {
    border-collapse: collapse;
  }
  .section-admin table .col-checkbox {
    width: 10px;
  }
  .section-admin table.m-t-50 {
    margin-top: 50px;
  }
  .section-admin table.table {
    width: 100%;
    table-layout: auto;
  }
  .section-admin table.table-responsive {
    white-space: normal;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .section-admin table thead {
    border-bottom: 1px solid #929292;
  }
  .section-admin table tbody tr {
    border-bottom: 1px solid #929292;
  }
  .section-admin table th, .section-admin table td {
    text-align: inherit;
    white-space: normal;
    padding: 0.75rem;
    vertical-align: top;
  }
  .section-admin table th:last-child, .section-admin table td:last-child {
    text-align: center;
  }
  .section-admin .button {
    border-radius: 4px;
    font: normal normal bold 11px/16px Inter;
  }
  .section-admin .button-add {
    width: 100%;
    white-space: nowrap;
    margin: 0px;
    padding: 5px;
  }
  .section-admin .button-edit {
    width: 100%;
    white-space: nowrap;
    margin: 0px;
    padding: 5px;
  }
  .section-admin .right-padding {
    padding-right: 0px;
  }
  .section-admin .xs-no-pull-right {
    float: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
  .section-admin .xs-no-pull-right .custom-input-file {
    width: 50%;
    right: 0px;
  }
  .section-admin .xs-no-pull-right .custom-input-file.asButton label {
    padding: 8px 10px;
  }
  .section-admin .x-col-50 {
    display: block !important;
    clear: both !important;
    width: 100% !important;
  }
  .section-admin .featured {
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
  }
  .section-admin .featured .display-featured {
    font-size: 13px !important;
    width: 61% !important;
  }

  .modal .toggle1, .modal .toggle2 {
    font-size: 16px !important;
  }

  .modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 22%;
    left: 0px;
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 900px) {
  html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .admin .container {
    margin: 72px 5px;
  }
  .admin .container header {
    display: flex;
  }
  .admin .container header h1 {
    font-size: 18px;
    padding: 18px;
  }

  .section-admin {
    padding: 0px 5px;
    /*tickets*/
  }
  .section-admin .table-responsive[data-pattern=priority-columns] {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-radius: unset;
    border: none;
    -webkit-overflow-scrolling: touch;
  }
  .section-admin table {
    border-collapse: collapse;
  }
  .section-admin table .col-checkbox {
    width: 10px;
  }
  .section-admin table.m-t-50 {
    margin-top: 50px;
  }
  .section-admin table.table {
    width: 100%;
    table-layout: auto;
  }
  .section-admin table.table-responsive {
    white-space: normal;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .section-admin table thead {
    border-bottom: 1px solid #929292;
  }
  .section-admin table tbody tr {
    border-bottom: 1px solid #929292;
  }
  .section-admin table th, .section-admin table td {
    text-align: inherit;
    white-space: normal;
    padding: 0.75rem;
    vertical-align: top;
  }
  .section-admin table th:last-child, .section-admin table td:last-child {
    text-align: center;
  }
  .section-admin .button {
    border-radius: 4px;
  }
  .section-admin .button-add {
    width: 100%;
    white-space: nowrap;
    margin: 0px;
    padding: 5px;
  }
  .section-admin .button-edit {
    width: 100%;
    white-space: nowrap;
    margin: 0px;
    padding: 5px;
  }
  .section-admin .right-padding {
    padding-right: 0px;
  }
  .section-admin .xs-no-pull-right {
    float: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
  .section-admin .xs-no-pull-right .custom-input-file {
    width: 50%;
    right: 0px;
  }
  .section-admin .xs-no-pull-right .custom-input-file.asButton label {
    padding: 8px 10px;
  }

  .modal .toggle1, .modal .toggle2 {
    font-size: 16px !important;
  }

  .modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 22%;
    left: 0px;
    width: 100%;
    margin-left: 0px;
  }
}
.font-xs {
  font-size: 10px;
}

.myaccount {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-bottom: 30px;
}
.myaccount .item-membresi {
  display: none;
}
.myaccount .header-title {
  display: none;
}
.myaccount .subtitle {
  display: none;
}
.myaccount .header-title-mb {
  display: block;
}
.myaccount .alert-successful {
  text-align: center;
  font: normal normal medium 16px/20px Inter;
  letter-spacing: 0.11px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
  width: 90%;
  padding: 8px 12px;
  position: absolute;
  bottom: 85px;
  display: none;
}
.myaccount__half {
  width: 100%;
}
.myaccount .form--block {
  width: 100%;
}
.myaccount__form--button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: #E65C5C;
  /* background-color: transparent; */
  border: 2px solid #E65C5C;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
}
.myaccount__title {
  width: 100%;
  margin-bottom: 20px;
  /*font: normal normal bold 32px/34px Inter;*/
  font: normal normal bold 32px/34px InterBold;
  letter-spacing: 0.51px;
  color: white;
}
.myaccount__txt {
  font: normal normal normal 16px/18px Inter;
  letter-spacing: 0.13px;
  color: white;
}
.myaccount__option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: white;
  /* background-color: #1F3E66; */
}
.myaccount__option:first-of-type {
  margin-top: 0px;
}
@media (min-width: 360px) and (max-width: 768px) {
  .myaccount .myaccount__option {
    margin-top: 0px;
  }
}
.myaccount__txt1 {
  font: normal normal bold 16px/18px Inter;
  letter-spacing: 0.51px;
  color: white;
  text-align: left;
  width: 100%;
}
.myaccount__txt2 {
  margin-bottom: 10px;
  font: normal normal bold 16px/18px Inter;
  letter-spacing: 0.51px;
  color: white;
  text-align: left;
  width: 100%;
}
.myaccount__txt3 {
  margin-bottom: 10px;
  font: normal normal bold 16px/18px Inter;
  letter-spacing: 0.51px;
  color: white;
  text-align: left;
  width: 100%;
}
.myaccount__txt4 {
  margin-bottom: 10px;
  font: normal normal bold 16px/18px Inter;
  letter-spacing: 0.51px;
  color: white;
  text-align: left;
  width: 100%;
}
.myaccount__txt5 {
  margin-bottom: 10px;
  font: normal normal bold 16px/18px Inter;
  letter-spacing: 0.51px;
  color: white;
  text-align: left;
  width: 100%;
}
.myaccount__myaccount--cont {
  margin-bottom: 22px;
  padding: 38px 19px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 179px;
  background-size: 100% 100%;
  background-repeat: none;
  background-image: url(/images/fondoaccount.png?cb749e7f7842a42bb0e9e95b8b954232);
}
.myaccount__myaccount--title {
  display: flex;
  align-items: center;
}
.myaccount__myaccount--title2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.myaccount__myaccount--title--icon {
  margin-right: 8px;
  width: 36px;
  height: 20.2px;
  margin-top: -20px;
}
.myaccount__myaccount--title--icon2 {
  margin-right: 8px;
  width: 70;
  height: 24px;
  margin-top: 20px;
}
.myaccount__myaccount--title--txt {
  font-size: 12px;
  color: white;
  margin-top: -20px;
  font: normal normal medium 12px/14px Inter;
}
.myaccount__myaccount--title--txt2 {
  display: none;
  position: relative;
  margin-left: 190px;
  margin-top: -25px;
  font: normal normal normal 12px/15px Inter Medium;
}
.myaccount__myaccount--title--qr {
  position: absolute;
  right: 40px;
  margin-top: 5px;
  right: 35px;
  /* left: 100%; */
  width: 42px;
  height: 42px;
}
.myaccount__myaccount--title--icon3 {
  position: absolute;
  float: right;
  right: 59px;
  width: 24px;
  height: 24px;
  margin-top: -74px;
}
.myaccount__myaccount--logo {
  margin-top: 10px;
  width: 211px;
  height: 47px;
}
.myaccount__myaccount--numtarjeta {
  font-size: 21px;
  line-height: 23px;
  margin-top: 10px;
}
.myaccount__myaccount--numtarjeta.process {
  font-size: 18px;
  color: #E65C5C;
}
.myaccount__myaccount--nombretarjeta {
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
}
.myaccount__myaccount--date {
  margin-top: 9px;
  font-size: 12px;
  line-height: 15px;
  font-family: InterMedium;
}
.myaccount .card_account_desktop__qrCode {
  display: none;
}
@media (min-width: 1024px) {
  .myaccount {
    display: none;
  }
}

@media (min-width: 1024px) {
  .myaccount {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -40px;
  }
  .myaccount .item-membresi {
    display: flex;
  }
  .myaccount .header-title {
    display: block;
  }
  .myaccount .subtitle {
    display: block;
  }
  .myaccount .header-title-mb {
    display: none;
  }
  .myaccount__half {
    padding-top: 80px;
    width: 30%;
    min-width: 350px;
    height: 93.5vh;
  }
  .myaccount__half .myaccount__title {
    margin-bottom: 24px;
  }
  .myaccount__half:first-of-type {
    border-right: solid 1px #1F3E66;
    padding-right: 16px;
  }
  .myaccount__half:nth-of-type(2) {
    border-left: solid 1px #1F3E66;
    padding-left: 39px;
    padding-top: 118px;
  }
  .myaccount__half a {
    padding: 18px 14px 18px 32px;
  }
  .myaccount__half a:hover {
    background: #1F3E66 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    cursor: pointer;
  }
  .myaccount__half a:hover .circle {
    display: block;
  }
  .myaccount__half a .circle {
    width: 26px;
    max-width: 26px;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("/images/icons/arrowRight.svg");
    background-size: cover;
    background-repeat: none;
    background-position: center;
    display: none;
  }
  .myaccount__half h2 {
    margin-bottom: 16px;
  }
  .myaccount .btnFlip {
    display: none;
    visibility: hidden;
  }
  .myaccount .card_account_desktop__qrCode {
    display: block;
  }
  .myaccount .alert-successful {
    text-align: center;
    font: normal normal medium 16px/20px Inter;
    letter-spacing: 0.11px;
    color: #142F54;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 32px #00000029;
    border-radius: 6px;
    width: 90%;
    padding: 8px 12px;
    position: absolute;
    bottom: 85px;
    display: none;
  }
  .myaccount .nav-active {
    background: #1F3E66 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    cursor: pointer;
  }
  .myaccount .nav-active .circle {
    display: block;
  }
}

body .select2-results {
  background-color: #142F54;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFF;
}
@media (min-width: 1024px) {
  body .select2-results ::-webkit-scrollbar {
    margin: 0 8px;
    width: 12px;
    position: absolute;
    left: 30px;
  }
  body .select2-results ::-webkit-scrollbar-track {
    background-color: #667790;
    border-radius: 8px;
  }
  body .select2-results ::-webkit-scrollbar-thumb {
    background: #FFFFFF4D;
    border-radius: 8px;
    border-right: 12px solid #FFFFFF4D;
  }
}

.star_content {
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

.star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 18px;
  cursor: pointer;
}

.star a {
  display: block;
  width: 100%;
  background-position: 0 0;
}

.star {
  position: relative;
  top: -1px;
  float: left;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

.star a {
  display: block;
  position: absolute;
  text-indent: -5000px;
}

div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #777676;
}

div.star.star_on {
  display: block;
}

div.star.star_on:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743;
}

div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743;
}

.select2-container .select2-dropdown .select2-results .select2-results__options {
  max-height: 96vh;
  margin: 0 0;
  background-color: #1F3E66;
  scrollbar-width: none;
}
@media (min-width: 1024px) {
  .select2-container .select2-dropdown .select2-results .select2-results__options {
    margin: 0 25px;
    width: 100%;
    margin: 0px !important;
    max-height: 29vh;
  }
}

select option[disabled], li[aria-disabled=true] {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFF transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -25px;
  margin-top: 8px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-dropdown {
  background-color: #1F3E66;
  border: none !important;
}

body .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #1F3E66;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-image: url(/images/i-circle-active.svg?05aa82c587ba2877b73388b9b204650d);
  background-color: #142F54;
  background-position: right 12px top 18px;
  margin: 2px;
  background-size: 24px;
}

li.select2-results__option {
  background-image: url(/images/i-circle.svg?62903984a6ab29db36b65d7ce22a7627);
  background-position: right 14px top 18px;
  background-size: 24px;
  background-repeat: no-repeat;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  height: 48px;
  padding: 14px;
}

.form-membershipcancel {
  margin-top: 40px;
}
.form-membershipcancel.reset-password {
  margin-top: 36px !important;
}
.form-membershipcancel.reset-password div.form-error span {
  margin-right: 2px;
}
.form-membershipcancel.new-password {
  margin-top: -5px !important;
}
.form-membershipcancel.new-password div.form-error span {
  margin-right: 2px;
}
.form-membershipcancel__gender {
  margin-top: 15px;
}
.form-membershipcancel__gender .button {
  height: 40px;
  padding: 0;
}
.form-membershipcancel__label {
  display: block;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  padding-left: 5px;
  margin-bottom: 8px;
}
.form-membershipcancel__select, .form-membershipcancel .select2-selection__rendered, .form-membershipcancel .select2-container .select2-selection--single, .form-membershipcancel .select2-container--default .select2-selection--single {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  height: 48px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
  font: normal normal normal 16px/20px Inter !important;
  letter-spacing: 0.26px;
  color: #fff !important;
  display: block;
}
.form-membershipcancel__select:focus, .form-membershipcancel .select2-selection__rendered:focus, .form-membershipcancel .select2-container .select2-selection--single:focus, .form-membershipcancel .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.form-membershipcancel .select2-selection__rendered {
  padding: 14px !important;
}
.form-membershipcancel__text-input {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  height: 48px;
}
.form-membershipcancel__text-input::-moz-placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-membershipcancel__text-input:-ms-input-placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-membershipcancel__text-input::placeholder {
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-membershipcancel__text-input:focus {
  outline: none;
}
.form-membershipcancel__text-input--invalid {
  border: 1px solid #E68A5C;
}
.form-membershipcancel .field-icon {
  float: right;
  left: -25px;
  top: -35px;
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  background-image: url(/images/feather-icon-eye-off.png?a8d6efbca93682d1f97bdb1cf48f940f);
  cursor: pointer;
}
.form-membershipcancel .field-icon.eye-open {
  background-image: url(/images/feather-icon-eye.svg?ac81a7fc83a6599f13afe17988f21b1f);
}
.form-membershipcancel .button {
  width: 100%;
  margin-bottom: 60px;
}
.form-membershipcancel .button:focus {
  outline: none;
}
.form-membershipcancel .button--inactive {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #7F93B3;
  background: #1F3E66 0% 0% no-repeat padding-box;
}
.form-membershipcancel .button--active {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  opacity: 0.9;
  color: white;
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 0.5px solid #E65C5C;
}

.form-payment .ccnumber-icon {
  float: right;
  left: -12px;
  top: -35px;
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  background-image: url(/images/icon_card.png?51ca976999ea3c25394774c50d51cef6);
}
.form-payment .ccnumber-icon--invalid {
  width: 30px;
  left: -10px;
  background-image: url(/images/i-cc-error.svg?86b31a12d9db9886b80950989a2344d6);
}
.form-payment .text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ec-stars-wrapper {
  /* Espacio entre los inline-block (los hijos, los `a`)
     http://ksesocss.blogspot.com/2012/03/display-inline-block-y-sus-empeno-en.html */
  font-size: 0;
  /* Podríamos quitarlo,
      pero de esta manera (siempre que no le demos padding),
      sólo aplicará la regla .ec-stars-wrapper:hover a cuando
      también se esté haciendo hover a alguna estrella */
  display: flex;
  justify-items: center;
  justify-content: space-between;
}

.ec-stars-wrapper a {
  text-decoration: none;
  display: flex;
  /* Volver a dar tamaño al texto */
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  color: #8a97aa;
}
.ec-stars-wrapper a.active {
  color: #619FCB;
}

.section-membershipcancel {
  background-color: #142F54;
}
.section-membershipcancel .navmenu {
  display: none;
}
.section-membershipcancel .select2-results {
  visibility: hidden;
}
.section-membershipcancel .icon-error {
  display: none;
  float: right;
  left: -10px;
  top: -33px;
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  background: #E68A5C 0% 0% no-repeat padding-box;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #1F3E66;
  margin: 0;
}
.section-membershipcancel .form-error {
  display: none;
  font: normal normal normal 14px/18px Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  margin-top: 8px;
  padding-left: 5px;
}
.section-membershipcancel .form-error img {
  position: relative;
  top: 2px;
}
.section-membershipcancel .i-exclamation {
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  border: 1px solid #E69973;
  display: inline-block;
}
.section-membershipcancel .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: #E65C5C;
  /* background-color: transparent; */
  border: 2px solid #E65C5C;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
}
.section-membershipcancel .button:hover {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  cursor: pointer;
}
.section-membershipcancel .button:focus {
  outline: none;
}
.section-membershipcancel .button--inactive {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #7F93B3;
  background: #1F3E66 0% 0% no-repeat padding-box;
}
.section-membershipcancel .m-x-10 {
  margin: 0 10px;
}
.section-membershipcancel .p-x-5 {
  padding: 0 5px;
}
.section-membershipcancel .p-l-5 {
  padding-left: 5px;
}
.section-membershipcancel .p-r-5 {
  padding-right: 5px;
}
.section-membershipcancel .p-x-6 {
  padding: 0 6px;
}
.section-membershipcancel .p-l-6 {
  padding-left: 6px;
}
.section-membershipcancel .p-r-6 {
  padding-right: 6px;
}
.section-membershipcancel .flex-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-membershipcancel .row {
  margin-top: 16px;
  width: 100%;
}
.section-membershipcancel .row.m-t-30 {
  margin-top: 30px;
}
.section-membershipcancel .col-50 {
  flex: 1 1 50%;
}
.section-membershipcancel .col-50:first-child {
  margin-right: 6px;
}
.section-membershipcancel .col-50:last-child {
  margin-left: 6px;
}
.section-membershipcancel .col-70 {
  flex: 0 0 70%;
  margin-right: 10px;
}
.section-membershipcancel .col-33 {
  flex: 0 0 33.3%;
}
.section-membershipcancel .col-30 {
  width: 30%;
  min-width: 0;
}
.section-membershipcancel .col-65 {
  flex: 0 0 65.5%;
  margin-right: 6px;
}
.section-membershipcancel .col-35 {
  width: 34.5%;
  min-width: 101px;
  margin-left: 6px;
}
.section-membershipcancel .col-100 {
  width: 100%;
}
.section-membershipcancel__cardname {
  margin-top: 35px;
}
.section-membershipcancel__text {
  font: normal normal normal 14px/18px Inter;
  letter-spacing: 0.22px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-left: 5px;
}
.section-membershipcancel__reminder {
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0.22px;
  color: #FFFFFF;
  margin-left: 5px;
  margin-top: 10px;
}
.section-membershipcancel__header {
  margin-bottom: 24px;
}
.section-membershipcancel__header .m-l-14 {
  margin-left: 14px;
}
.section-membershipcancel__header .m-b-8 {
  margin-bottom: 8px !important;
}
.section-membershipcancel__header .m-b-10 {
  margin-bottom: 10px !important;
}
.section-membershipcancel__header .m-l-10 {
  margin-left: 10px !important;
}
.section-membershipcancel__header-subtitle {
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
}
.section-membershipcancel__header .circle {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: #667790;
  text-align: center;
  background: #667790;
  display: inline-block;
}
.section-membershipcancel__header .circle-inactive {
  position: relative;
  top: 3px;
}
.section-membershipcancel__header .circle-active {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #E65C5C 0% 0% no-repeat padding-box;
  font-size: 14px;
  font-weight: 600;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #142F54;
  margin: 0;
}
.section-membershipcancel__footer {
  margin-top: 40px;
  text-align: center;
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0.22px;
  color: #667790;
}
.section-membershipcancel__footer a {
  font: normal normal bold 14px/17px Inter;
  letter-spacing: 0.22px;
  color: #667790;
  text-decoration: none;
}
.section-membershipcancel__footer-hidden {
  height: 35px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
  display: none;
  text-align: center;
  font: normal normal bold 15px/18px InterBold;
  letter-spacing: 0.1px;
  color: #142F54;
  padding: 9px 12px;
  position: absolute;
  bottom: 25px;
}
.section-membershipcancel__monthly {
  background: #142F54 0% 0% no-repeat padding-box;
  border: 0.5px solid #8997a9;
  border-radius: 8px;
  padding: 13px 15px;
  height: 48px;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  width: 100%;
}
.section-membershipcancel__monthly span {
  color: #FFFFFF;
  opacity: 0.9;
}
.section-membershipcancel__monthly span:first-child {
  float: left;
}
.section-membershipcancel__monthly span:last-child {
  float: right;
}
.section-membershipcancel__title {
  font: normal normal bold 32px/34px InterBold;
  letter-spacing: 0.51px;
  color: white;
  margin-bottom: 35px;
  width: 250px;
}
.section-membershipcancel__title span {
  color: #E65C5C;
}
.section-membershipcancel__disclaimer {
  font: normal normal normal 13px/16px Inter;
  letter-spacing: 0.21px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 8px;
  padding-left: 5px;
}
.section-membershipcancel .alert-successful {
  text-align: center;
  font: normal normal medium 16px/20px Inter;
  letter-spacing: 0.11px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
  width: 90%;
  padding: 8px 12px;
  position: absolute;
  bottom: 85px;
  display: none;
}
.section-membershipcancel .alert-warning {
  text-align: center;
  font: normal normal medium 16px/20px Inter;
  letter-spacing: 0.11px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
  width: 90%;
  padding: 8px 12px;
  position: absolute;
  bottom: 85px;
  display: none;
}
@media (min-width: 360px) and (max-width: 768px) {
  .section-membershipcancel .xs-hidden {
    visibility: hidden;
    display: none;
  }
  .section-membershipcancel .xs-show {
    visibility: visible;
    display: block;
  }
}

@media (min-width: 1024px) {
  .section-membershipcancel {
    display: flex;
    justify-content: center;
    margin-top: -40px;
    height: 120vh;
    position: relative;
  }
  .section-membershipcancel__title {
    margin-bottom: 24px;
  }
  .section-membershipcancel .subtitle {
    font-size: 1.5rem;
    font-family: "Inter";
    margin-bottom: 20px;
  }
  .section-membershipcancel__half {
    padding-top: 80px;
    width: 30%;
    min-width: 350px;
    height: 95.5vh;
  }
  .section-membershipcancel__half:nth-of-type(1) {
    border-right: solid 2px #1F3E66;
    padding-right: 16px;
  }
  .section-membershipcancel__half:nth-of-type(2) {
    border-left: solid 1px #1F3E66;
    padding-left: 39px;
    padding-top: 118px;
    padding-bottom: 100px;
  }
  .section-membershipcancel__half h2 {
    margin-bottom: 16px;
  }
  .section-membershipcancel .navmenu {
    display: block;
  }
  .section-membershipcancel .navmenu a {
    padding: 18px 14px 18px 32px;
  }
  .section-membershipcancel .navmenu a:hover {
    background: #1F3E66 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    cursor: pointer;
  }
  .section-membershipcancel .navmenu a:hover .circle {
    display: block;
  }
  .section-membershipcancel .navmenu a .circle {
    width: 26px;
    max-width: 26px;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("/images/icons/arrowRight.svg");
    background-size: cover;
    background-repeat: none;
    background-position: center;
    display: none;
  }
  .section-membershipcancel .navmenu .nav-active {
    background: #1F3E66 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    cursor: pointer;
  }
  .section-membershipcancel .navmenu .nav-active .circle {
    display: block;
  }
  .section-membershipcancel .alert-successful {
    text-align: center;
    font: normal normal medium 16px/20px Inter;
    letter-spacing: 0.11px;
    color: #142F54;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 32px #00000029;
    border-radius: 6px;
    width: 600px;
    padding: 8px 12px;
    position: fixed;
    bottom: 30px;
    display: none;
  }
  .section-membershipcancel .alert-warning {
    text-align: center;
    font: normal normal medium 16px/20px Inter;
    letter-spacing: 0.11px;
    color: #142F54;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 32px #00000029;
    border-radius: 6px;
    width: 600px;
    padding: 8px 12px;
    position: fixed;
    bottom: 30px;
    display: none;
  }
  .section-membershipcancel body.member-shipcancel .select2-dropdown {
    height: auto !important;
  }
  .section-membershipcancel body.member-shipcancel .select2-results {
    visibility: visible !important;
  }
  .section-membershipcancel body.member-shipcancel select2-container--open .select2-dropdown--below {
    height: auto !important;
  }
  .section-membershipcancel .xl-show {
    visibility: visible;
    display: block;
  }
  .section-membershipcancel .xl-hidden {
    visibility: hidden;
    display: none;
  }
}

.section-contactaccount {
  padding-bottom: 20px;
}
.section-contactaccount .navmenu {
  display: none;
}
.section-contactaccount #successful-form-sent {
  display: none;
  width: calc(100% - 48px);
  padding: 8px 0px;
  position: fixed;
  bottom: 12%;
  text-align: center;
  font: normal normal 500 15px/18px Inter;
  letter-spacing: 0px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
}
.section-contactaccount .form-error, .section-contactaccount #mail-error {
  display: none;
  font: normal normal normal 14px/18px Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  margin-top: 8px;
  padding-left: 5px;
}
.section-contactaccount .i-exclamation {
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  border: 1px solid #E69973;
  display: inline-block;
}
.section-contactaccount__header {
  margin-bottom: 4px;
  text-align: left;
  font: normal normal bold 32px/34px Inter;
  letter-spacing: 0.51px;
  color: #FFFFFF;
  opacity: 1;
}
.section-contactaccount__title {
  /*font: normal normal bold 21px/25px Inter;*/
  font: normal normal bold 32px/34px InterBold;
  letter-spacing: 0.34px;
  color: #FFFFFF;
}
.section-contactaccount__disclaimer {
  text-align: left;
  font: normal normal normal 14px/17px Inter;
  letter-spacing: 0.22px;
  color: #619FCB;
  opacity: 1;
  margin-top: 8px;
}
.section-contactaccount__row {
  display: flex;
  width: 100%;
}
.section-contactaccount__row img {
  width: 24px;
  height: 24px;
  margin-right: 18px;
}
.section-contactaccount__row h1 {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
}
.section-contactaccount__row p {
  text-align: left;
  font: normal normal normal 12px/15px Inter;
  letter-spacing: 0.19px;
  color: #FFFFFF;
  opacity: 0.7;
  width: 279px;
  margin-left: 43px;
}
.section-contactaccount textarea {
  resize: none;
}
.section-contactaccount input[type=input]:hover {
  cursor: pointer;
}
@media (min-width: 360px) and (max-width: 768px) {
  .section-contactaccount .xs-hidden {
    visibility: hidden;
    display: none;
  }
  .section-contactaccount .xs-show {
    visibility: visible;
    display: block;
  }
}
@media (min-width: 1024px) {
  .section-contactaccount .call-mobile {
    display: none;
  }
}
.section-contactaccount .call-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .section-contactaccount .call-desktop {
    display: inline-flex;
  }
}

.form-contactaccount .icon-error {
  display: none;
  float: right;
  left: -10px;
  top: -33px;
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  background: #E68A5C 0% 0% no-repeat padding-box;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #1F3E66;
  margin: 0;
}
.form-contactaccount .input-field--invalid {
  border: 1px solid #E68A5C !important;
}
.form-contactaccount__label {
  display: block;
  margin-bottom: 8px;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 16px;
}
.form-contactaccount__text-input {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  height: 48px;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
}
.form-contactaccount__text-input::-moz-placeholder {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-contactaccount__text-input:-ms-input-placeholder {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-contactaccount__text-input::placeholder {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-contactaccount__text-input:focus {
  outline: none;
}
.form-contactaccount__textarea {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  height: 96px;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.9;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
}
.form-contactaccount__textarea::-moz-placeholder {
  text-align: left;
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-contactaccount__textarea:-ms-input-placeholder {
  text-align: left;
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-contactaccount__textarea::placeholder {
  text-align: left;
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0.26px;
  color: #667790;
  opacity: 0.9;
}
.form-contactaccount__textarea:focus {
  outline: none;
}
.form-contactaccount__submit {
  background-color: transparent;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: #E65C5C;
  border: 2px solid #E65C5C;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  margin-bottom: 50px;
}
.form-contactaccount__submit:hover {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  cursor: pointer;
}
.form-contactaccount__submit:focus {
  outline: none;
}

@media (min-width: 1024px) {
  .section-contactaccount {
    display: flex;
    justify-content: center;
    margin-top: -40px;
  }
  .section-contactaccount__title {
    margin-bottom: 24px;
  }
  .section-contactaccount .subtitle {
    font-size: 1.5rem;
    font-family: "Inter";
    margin-bottom: 8px;
  }
  .section-contactaccount__half {
    padding-top: 80px;
    width: 30%;
    min-width: 350px;
    height: 93.5vh;
  }
  .section-contactaccount__half:nth-of-type(1) {
    border-right: solid 2px #1F3E66;
    padding-right: 16px;
  }
  .section-contactaccount__half:nth-of-type(2) {
    border-left: solid 1px #1F3E66;
    padding-left: 39px;
    padding-top: 118px;
  }
  .section-contactaccount__half h2 {
    margin-bottom: 16px;
  }
  .section-contactaccount .navmenu {
    display: block;
  }
  .section-contactaccount .navmenu a {
    padding: 18px 14px 18px 32px;
  }
  .section-contactaccount .navmenu a:hover {
    background: #1F3E66 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    cursor: pointer;
  }
  .section-contactaccount .navmenu a:hover .circle {
    display: block;
  }
  .section-contactaccount .navmenu a .circle {
    width: 26px;
    max-width: 26px;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("/images/icons/arrowRight.svg");
    background-size: cover;
    background-repeat: none;
    background-position: center;
    display: none;
  }
  .section-contactaccount .navmenu .nav-active {
    background: #1F3E66 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    cursor: pointer;
  }
  .section-contactaccount .navmenu .nav-active .circle {
    display: block;
  }
  .section-contactaccount #successful-form-sent {
    display: none;
    width: 600px;
    padding: 8px 0px;
    position: fixed;
    bottom: 4%;
    text-align: center;
    font: normal normal 500 15px/18px Inter;
    letter-spacing: 0px;
    color: #142F54;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 32px #00000029;
    border-radius: 6px;
  }
  .section-contactaccount .no-padding {
    padding: 5px;
  }
  .section-contactaccount .xl-show {
    visibility: visible;
    display: block;
  }
  .section-contactaccount .xl-hidden {
    visibility: hidden;
    display: none;
  }
}

.newsletter-details {
  padding-bottom: 20px;
}
.newsletter-details__header {
  margin-bottom: 24px;
}
.newsletter-details__header--title {
  width: 100%;
  margin-bottom: 10px;
  /*font: normal normal bold 32px/34px Inter;*/
  font: normal normal bold 32px/34px InterBold;
  letter-spacing: 0.51px;
  color: white;
}
.newsletter-details__section {
  margin-bottom: 22px;
}
.newsletter-details__section--title {
  text-align: left;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 14px;
}
.newsletter-details__section--paragraph {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  opacity: 1;
  overflow: hidden;
  overflow-wrap: break-word;
}
.newsletter-details__section--scrollable {
  width: 112%;
  margin-left: -6.2%;
  /* border-left: 24px solid transparent;
  border-right: 26px solid transparent; */
  padding: 1px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.newsletter-details__section--scrollable::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}
.newsletter-details__section--scrollable div {
  display: inline-block;
  margin: 0px 23px;
}
.newsletter-details__section--scrollable--table {
  margin-top: 24px;
  margin-bottom: 24px;
  border-collapse: collapse;
  min-width: 824px;
  border-radius: 8px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #FFFFFF;
}
.newsletter-details__section--scrollable--table th, .newsletter-details__section--scrollable--table td {
  vertical-align: top;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  opacity: 1;
  padding: 12px 12px 10px;
}
.newsletter-details__section--scrollable--table th {
  background: #E65C5C 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 61px;
  min-width: 327px;
  border: 0.1000000015px solid #FFFFFF;
}
.newsletter-details__section--scrollable--table th:first-child {
  border-radius: 8px 0px 0px 0px;
  min-width: 170px;
  border: none;
}
.newsletter-details__section--scrollable--table th:last-child {
  border-radius: 0px 8px 0px 0px;
  border: none;
}
.newsletter-details__section--scrollable--table td {
  border: 0.1000000015px solid #FFFFFF;
}
.newsletter-details__section--scrollable--table tr:nth-of-type(2n) td {
  background: #1F3E66 0% 0% no-repeat padding-box;
}
.newsletter-details__section--scrollable--table tr:last-of-type td:first-of-type {
  border-radius: 0px 0px 0px 8px;
}
.newsletter-details__section--scrollable--table tr:last-of-type td:last-of-type {
  border-radius: 0px 0px 8px 0px;
}
.newsletter-details .navmenu {
  display: none;
}
.newsletter-details .active {
  background: #E65C5C 0% 0% no-repeat padding-box;
}
@media (min-width: 360px) and (max-width: 768px) {
  .newsletter-details .xs-hidden {
    visibility: hidden;
    display: none;
  }
  .newsletter-details .xs-show {
    visibility: visible;
    display: block;
  }
}
.newsletter-details .alert-successful {
  text-align: center;
  font: normal normal medium 16px/20px Inter;
  letter-spacing: 0.11px;
  color: #142F54;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
  width: 90%;
  padding: 8px 12px;
  position: absolute;
  bottom: 85px;
  display: none;
}

.newsletter-configuration__header {
  margin-bottom: 36px;
}
.newsletter-configuration__header--title {
  text-align: left;
  font: normal normal bold 32px/36px Inter;
  letter-spacing: 0.51px;
  color: #FFFFFF;
  opacity: 1;
}
.newsletter-configuration__section {
  margin-bottom: 30px;
}
.newsletter-configuration__section--title {
  display: inline-block;
  text-align: left;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
}
.newsletter-configuration__section--slider {
  display: inline-block;
  float: right;
}
.newsletter-configuration__section--paragraph {
  margin-top: 22px;
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  opacity: 1;
}
.newsletter-configuration__buttons {
  display: flex;
  justify-content: space-between;
}
.newsletter-configuration__buttons button {
  width: 157px;
  height: 36px;
  border-radius: 8px;
  opacity: 1;
  text-align: center;
  font: normal normal bold 16px/20px Inter;
  color: #FFFFFF;
  opacity: 1;
}
.newsletter-configuration__buttons--cancel {
  background: #142F54 0% 0% no-repeat padding-box;
  border: 0.5px solid #FFFFFF;
  letter-spacing: 0.13px;
}
.newsletter-configuration__buttons--agree {
  background: #E65C5C 0% 0% no-repeat padding-box;
  border: 0.5px solid #E65C5C;
  text-align: center;
  letter-spacing: 0.26px;
}

.buttons {
  background: #1F3E66 0% 0% no-repeat padding-box;
  display: inline-block;
  position: relative;
  float: right;
  margin-right: 50px;
  margin-top: -5px;
  text-decoration: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font: normal normal bold 16px/20px Inter;
  color: white;
  /* padding: 14px 0; */
  padding: 5px;
  text-align: center;
  width: 40px;
  height: 30px;
  border: none;
}
.buttons:focus {
  outline: none;
}

.buttons2 {
  background: #1F3E66 0% 0% no-repeat padding-box;
  display: inline-block;
  position: relative;
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  text-decoration: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font: normal normal bold 16px/20px Inter;
  color: white;
  /* padding: 14px 0; */
  padding: 5px;
  text-align: center;
  width: 40px;
  height: 30px;
  border: none;
}
.buttons2:focus {
  outline: none;
}

@media (min-width: 1024px) {
  .newsletter-details {
    display: flex;
    justify-content: center;
    margin-top: -40px;
  }
  .newsletter-details__title {
    margin-bottom: 24px;
  }
  .newsletter-details .subtitle {
    font-size: 1.5rem;
    font-family: "Inter";
    margin-bottom: 20px;
  }
  .newsletter-details__half {
    padding-top: 80px;
    width: 30%;
    min-width: 350px;
    height: 93.5vh;
  }
  .newsletter-details__half:nth-of-type(1) {
    border-right: solid 2px #1F3E66;
    padding-right: 16px;
  }
  .newsletter-details__half:nth-of-type(2) {
    border-left: solid 1px #1F3E66;
    padding-left: 39px;
    padding-top: 118px;
  }
  .newsletter-details__half h2 {
    margin-bottom: 16px;
  }
  .newsletter-details .navmenu {
    display: block;
  }
  .newsletter-details .navmenu a {
    padding: 18px 14px 18px 32px;
  }
  .newsletter-details .navmenu a:hover {
    background: #1F3E66 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    cursor: pointer;
  }
  .newsletter-details .navmenu a:hover .circle {
    display: block;
  }
  .newsletter-details .navmenu a .circle {
    width: 26px;
    max-width: 26px;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("/images/icons/arrowRight.svg");
    background-size: cover;
    background-repeat: none;
    background-position: center;
    display: none;
  }
  .newsletter-details .navmenu .nav-active {
    background: #1F3E66 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    cursor: pointer;
  }
  .newsletter-details .navmenu .nav-active .circle {
    display: block;
  }
  .newsletter-details .alert-successful {
    text-align: center;
    font: normal normal medium 16px/20px Inter;
    letter-spacing: 0.11px;
    color: #142F54;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 32px #00000029;
    border-radius: 6px;
    width: 600px;
    padding: 8px 12px;
    position: fixed;
    bottom: 30px;
    display: none;
  }
  .newsletter-details .no-padding {
    padding: 5px;
  }
  .newsletter-details .xl-show {
    visibility: visible;
    display: block;
  }
  .newsletter-details .xl-hidden {
    visibility: hidden;
    display: none;
  }
}

@media (min-width: 1024px) {
  .section-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .section-profile #profileSave {
    position: relative;
    left: -200px;
  }
}
.section-profile .profile-step-two {
  display: none;
}
.section-profile__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #142F54;
  display: none;
}
.section-profile__header-back {
  position: relative;
  left: -1px;
}
.section-profile__subtitle {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .section-profile__subtitle {
    width: 100%;
    max-width: 928px;
    cursor: pointer;
  }
}
.section-profile__subtitle h3 {
  font: normal normal bold 21px/34px Inter;
  letter-spacing: 0.34px;
}
.section-profile__subtitle-body {
  font: normal normal normal 16px/25px Inter;
  letter-spacing: 0.05px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .section-profile__content {
    width: 100%;
    max-width: 928px;
    cursor: pointer;
  }
}
.section-profile__content .flex-row {
  display: flex;
  flex-wrap: wrap;
}
.section-profile__content h3 {
  font: normal normal bold 21px/34px Inter;
  letter-spacing: 0.34px;
}
.section-profile__content h3.step-two {
  margin-top: 24px;
}
.section-profile__content .subcategory-item {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 6px;
  text-align: center;
  font: normal normal normal 14px/18px InterMedium;
  letter-spacing: 0.1px;
  padding: 7px 12px;
  color: #FFFFFF;
  height: 32px;
  cursor: pointer;
  margin: 5px;
  border: none;
}
.section-profile__content .subcategory-item.active-subcategory {
  background: #E65C5C 0% 0% no-repeat padding-box;
}
.section-profile__content-row {
  display: grid;
  font-size: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 14px;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .section-profile__content-row {
    display: grid;
    font-size: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 7px;
  }
}
.section-profile__content-row__column {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #183052;
  border-radius: 12px;
  text-align: center;
  min-height: 132px;
  margin: 0;
  font: normal normal normal 16px/20px InterMedium;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  width: 156px;
}
@media (min-width: 1024px) {
  .section-profile__content-row__column {
    width: 270px;
    height: 241px;
    margin-bottom: 24px;
  }
}
.section-profile__content-row__column.active-card {
  background-color: #A74E59;
}
.section-profile__content-row__column.active-card img.profile-icon {
  display: block !important;
}
.section-profile__content-row__column--img-container {
  position: relative;
}
.section-profile__content-row__column--img-container img.main-bg {
  width: 100%;
  height: 84px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (min-width: 1024px) {
  .section-profile__content-row__column--img-container img.main-bg {
    height: 189px;
    width: 270px;
  }
}
.section-profile__content-row__column--img-container img.profile-icon {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.section-profile__content-row__column--title {
  margin-top: 10px;
  text-align: center;
  font: normal normal normal 16px/20px InterMedium;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.section-profile__footer {
  text-align: center;
  margin-top: 24px;
}
.section-profile__footer .icon-error {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  background: #E68A5C 0% 0% no-repeat padding-box;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #1F3E66;
  margin: 0;
}
.section-profile__footer .empty-list {
  display: none;
  font: normal normal normal 16px/20px InterMedium;
  letter-spacing: 0.35px;
  color: #E69973;
  margin-bottom: 17px;
}
@media (min-width: 1024px) {
  .section-profile__footer .empty-list {
    position: relative;
    margin-left: -620px;
    margin-bottom: 20px;
  }
}
.section-profile__footer button {
  width: 100%;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #1F3E66;
  border-radius: 8px;
  height: 48px;
  text-align: center;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .section-profile__footer button {
    position: relative;
    float: left;
    margin-left: -260px;
    width: 180px;
    margin-bottom: 100px;
  }
}
.section-profile__footer button:focus {
  outline: none;
}
.section-profile__footer button.active {
  background: #E65C5C 0% 0% no-repeat padding-box;
  opacity: 1;
}
.section-profile__footer a {
  margin-top: 16px;
  width: 100%;
  text-align: center;
  display: inline-block;
  font: normal normal normal 16px/20px InterMedium;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .section-profile__footer a {
    margin-left: -400px;
    float: left;
    position: relative;
  }
}

.section-payment .successful-message {
  z-index: 100;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 32px #00000029;
  border-radius: 6px;
  opacity: 1;
  width: calc(100% - 48px);
  text-align: center;
  font: normal normal 500 15px/20px Inter;
  letter-spacing: 0.1px;
  color: #142F54;
  padding: 9px 0px;
  position: fixed;
  bottom: 5%;
  display: none;
}
.section-payment .card-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 10px;
  right: 14px;
}
.section-payment .position-relative {
  position: relative;
}
.section-payment__header {
  text-align: left;
  opacity: 1;
  margin-bottom: 20px;
}
.section-payment__title {
  font: normal normal bold 32px/34px InterBold;
  letter-spacing: 0.51px;
  color: #FFFFFF;
}
.section-payment .navmenu {
  display: none;
}
.section-payment .navmenu .nav-active {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  cursor: pointer;
}
.section-payment .navmenu .nav-active .circle {
  display: block;
}
.section-payment .btn:hover {
  cursor: pointer;
}
.section-payment .btn-outline-primary {
  border: 2px solid #E65C5C;
}
.section-payment .btn-outline-primary:hover {
  background: #E65C5C 0% 0% no-repeat padding-box;
}
.section-payment .btn:disabled,
.section-payment .btn[disabled] {
  background-color: #a29c9c42 !important;
  color: #e3dbdb;
  border: 2px solid #e65c5c61;
  cursor: not-allowed;
}
.section-payment .mb-payment-title {
  display: none;
}
@media (min-width: 360px) and (max-width: 768px) {
  .section-payment .xs-hidden {
    visibility: hidden;
    display: none;
  }
}
.section-payment__filters {
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 19px;
  width: 100%;
}
.section-payment__filters div {
  padding: 7px 0 8px;
  margin-right: 16px;
  border: 1px solid var(--unnamed-color-e65c5c);
  /* background: #1F3E66 0% 0% no-repeat padding-box; */
  border: none;
  /* border-radius: 6px; */
  text-align: left;
  font: normal normal normal 16px/20px InterBold;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  opacity: 1;
}
.section-payment__filters .active {
  /*background: #E65C5C 0% 0% no-repeat padding-box; */
  border-bottom: 2px solid #E65C5C;
  color: #E65c5c;
  z-index: 10;
}
.section-payment__filters .active2 {
  background: transparent 0% 0% no-repeat padding-box;
  border-bottom: 2px solid #1F3E66;
  z-index: 0;
  color: #E65c5c;
  width: 80%;
  position: relative;
  margin-left: -10px;
}
.section-payment__filters::-webkit-scrollbar {
  display: none;
}
.section-payment__scroll-cards {
  height: calc(100vh - 280px);
  margin-bottom: -50px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section-payment__scroll-cards--card {
  width: 100%;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  margin-bottom: 16px;
  padding: 20px 16px 16px;
}
.section-payment__scroll-cards--card p {
  font: normal normal normal 16px/20px InterRegular;
}
.section-payment__scroll-cards--card:last-child {
  margin-bottom: 50%;
}
.section-payment__scroll-cards--card img {
  width: 145px !important;
  height: 133px;
}
.section-payment__scroll-cards--card--data {
  margin-bottom: 16px;
}
.section-payment__scroll-cards--card--data p {
  margin-top: 4px;
  font: normal normal normal 16px/20px Inter, Regular;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  opacity: 0.7;
}
.section-payment__scroll-cards--card .section-payment__row {
  margin-bottom: 16px;
}
.section-payment__scroll-cards--card--button {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: none;
  box-shadow: 0 0 0 0.5px #619FCB;
  border-radius: 8px;
  opacity: 1;
  width: 139px;
  height: 36px;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #619FCB;
  opacity: 1;
}
.section-payment__scroll-cards--card .button-inactive {
  opacity: 0.3;
}
.section-payment__scroll-cards--card .section-payment__row {
  align-items: center;
}
.section-payment__scroll-cards--add-card {
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: 1px solid #1F3E66;
  border-radius: 8px;
  opacity: 1;
  padding: 16px 20px 16px 14px;
  margin-bottom: 40px;
  display: none;
}
.section-payment__scroll-cards--add-card button {
  border: none;
  background: transparent;
  width: 24px;
  height: 24px;
}
.section-payment__scroll-cards::-webkit-scrollbar {
  display: none;
}
.section-payment__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section-payment__section-title {
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
}
.section-payment__automatic-renewal {
  margin-bottom: 28px;
}
.section-payment__automatic-renewal--switch-buttons {
  width: 70px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 2px;
}
.section-payment__automatic-renewal--switch-buttons button {
  width: 32px;
  height: 26px;
  border: none;
  background: transparent;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  border-radius: 5px;
}
.section-payment__automatic-renewal--switch-buttons .active {
  background: #E65C5C 0% 0% no-repeat padding-box;
}
.section-payment__automatic-renewal--text {
  font: normal normal normal 14px/18px Inter;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  opacity: 1;
}
.section-payment__automatic-renewal--text.warning {
  color: #E65c5c;
}

.modal-payment {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-payment__modal {
  width: calc(100% - 48px);
  background: #1F3E66 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 20px #051121;
  border-radius: 12px;
  opacity: 1;
  margin: auto;
  margin-top: 240px;
  padding: 32px 14px;
}
.modal-payment__modal--title {
  text-align: center;
  font: normal normal bold 21px/25px Inter;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 24px;
}
.modal-payment__modal--paragraph {
  text-align: center;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  opacity: 1;
  margin: 0px 2px 32px;
}
.modal-payment__modal--cancel-button {
  background: #1F3E66 0% 0% no-repeat padding-box;
  box-shadow: 0 0 0 0.5px #619FCB;
  border: none;
  border-radius: 8px;
  opacity: 1;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-right: 16px;
  width: 46.5%;
  height: 36px;
}
.modal-payment__modal--confirm-button {
  background: #E65C5C 0% 0% no-repeat padding-box;
  box-shadow: 0 0 0 0.5px #E65C5C;
  border: none;
  border-radius: 8px;
  opacity: 1;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  width: 46.5%;
  height: 36px;
}
@media (min-width: 1024px) {
  .modal-payment__modal {
    width: calc(40% - 48px);
  }
}

.edit-card {
  display: none;
}
.edit-card__header {
  margin-bottom: 36px;
}
.edit-card__header h1 {
  text-align: left;
  font: normal normal bold 32px/34px Inter;
  letter-spacing: 0.51px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 8px;
}
.edit-card__header h4 {
  text-align: left;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  opacity: 1;
}
.edit-card__form .row {
  display: flex;
  justify-content: space-between;
}
.edit-card__form .row .col-100 {
  flex-basis: 100%;
}
.edit-card__form .row .col-66 {
  flex-basis: 64%;
}
.edit-card__form .row .col-33 {
  flex-basis: 31%;
}
.edit-card__form .form-group {
  margin-bottom: 16px;
}
.edit-card__form .form-group label {
  margin-left: 6px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #000000;
  opacity: 1;
}
.edit-card__form .form-group input {
  margin-top: 8px;
  background: #1F3E66 0% 0% no-repeat padding-box;
  border: none;
  box-shadow: 0 0 0 0.5px #619FCB;
  border-radius: 8px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 14px;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  width: 100%;
  height: 48px;
}
.edit-card__form .form-group input:focus {
  outline: none;
}
.edit-card__form .form-error {
  display: none;
  font: normal normal normal 14px/18px Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  margin-top: 8px;
  padding-left: 5px;
}
.edit-card__form .form-error .i-exclamation {
  width: 13px;
  height: 13px;
  line-height: 12px;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  font-family: Inter;
  letter-spacing: 0.22px;
  color: #E69973;
  border: 1px solid #E69973;
  display: inline-block;
  position: relative;
  top: -2px;
}
.edit-card__form button {
  width: 100%;
  height: 48px;
  text-align: center;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  border-radius: 8px;
  border: none;
}
.edit-card__form .form-submit {
  background: #E65C5C 0% 0% no-repeat padding-box;
  margin-bottom: 16px;
  margin-top: 32px;
}
.edit-card__form .form-cancel {
  background: #142F54 0% 0% no-repeat padding-box;
}

.modal-event {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-event__modal {
  width: 100%;
  height: 200px;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
  position: fixed;
  bottom: 0;
  padding: 18px 24px;
}
.modal-event__modal--header {
  display: flex;
  justify-content: space-between;
}
.modal-event__modal--header h2 {
  text-align: left;
  font: normal normal 500 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
}
.modal-event__modal--header img {
  width: 24px;
  height: 24px;
}
.modal-event__modal--instruction {
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: left;
  font: normal normal normal 14px/15px Inter;
  letter-spacing: 0.22px;
  color: #FFFFFF;
  opacity: 0.7;
}
.modal-event__modal--row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px 0px;
}
.modal-event__modal--row img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.modal-event__modal--row p {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0.05px;
  color: #FFFFFF;
  opacity: 1;
}

.gallery-event {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #142F54 0% 0% no-repeat padding-box;
  opacity: 1;
}
.gallery-event__close {
  margin: 17px 0px 21px 24px;
  width: 24px;
  height: 24px;
}
.gallery-event__image {
  height: 346px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gallery-event__image--row {
  display: flex;
  padding-top: 16px;
  padding-left: 24px;
}
.gallery-event__image--row p {
  text-align: left;
  font: normal normal medium 14px/16px Inter;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  opacity: 1;
}
.gallery-event__image--row .line-options {
  display: flex;
  margin-left: 8px;
  align-items: center;
}
.gallery-event__image--row .line-options .option {
  width: 45px;
  height: 4px;
  background: #FFFFFF80 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-right: 2px;
}
.gallery-event__image--row .line-options .active {
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.gallery-event__image--play {
  display: none;
  margin: 0 auto;
  margin-top: 119px;
  margin-bottom: 115px;
  width: 72px;
  height: 72px;
}
.gallery-event__share {
  border: none;
  margin: 24px 24px;
  width: 87.2%;
  height: 48px;
  text-align: center;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  background: #142F54 0% 0% no-repeat padding-box;
  border-radius: 8px;
}
.gallery-event__share:focus {
  outline: none;
}
.gallery-event__share img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  vertical-align: sub;
}

@media (min-width: 1024px) {
  .section-payment {
    display: flex;
    justify-content: center;
    margin-top: -40px;
  }
  .section-payment__title {
    margin-bottom: 24px;
  }
  .section-payment .subtitle {
    font-size: 1.5rem;
    font-family: "Inter";
    margin-bottom: 8px;
  }
  .section-payment__half {
    padding-top: 80px;
    width: 30%;
    min-width: 350px;
    height: 93.5vh;
  }
  .section-payment__half:nth-of-type(4) {
    border-right: solid 2px #1F3E66;
    padding-right: 16px;
  }
  .section-payment__half:nth-of-type(5) {
    border-left: solid 1px #1F3E66;
    padding-left: 39px;
    padding-top: 118px;
  }
  .section-payment__half a {
    padding: 18px 14px 18px 32px;
  }
  .section-payment__half a:hover {
    background: #1F3E66 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    cursor: pointer;
  }
  .section-payment__half a:hover .circle {
    display: block;
  }
  .section-payment__half a .circle {
    width: 26px;
    max-width: 26px;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("/images/icons/arrowRight.svg");
    background-size: cover;
    background-repeat: none;
    background-position: center;
    display: none;
  }
  .section-payment__half h2 {
    margin-bottom: 16px;
  }
  .section-payment .mb-payment-title {
    display: block;
  }
  .section-payment .navmenu {
    display: block;
  }
  .section-payment .successful-message {
    width: calc(30% - 48px);
  }
  .section-payment .xs-hidden {
    visibility: visible;
    display: block;
  }
  .section-payment .xl-show {
    visibility: visible;
  }
  .section-payment .xl-hidden {
    visibility: hidden;
    display: none;
  }
}

nav .breadcums {
  margin: 8px 0px 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #6b778c;
}

nav.breadcums .title {
  font-size: 1.5rem;
  font-family: "Inter";
  margin-bottom: 8px;
}

nav.breadcums .subtitle {
  color: #E65c5c;
  margin: 0px;
}

nav.breadcums ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

nav.breadcums ol a {
  margin: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #172b4d;
  text-decoration: none;
  padding: 2px !important;
}

.css-ptiqhd-MuiSvgIcon-root {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.25rem;
}

