@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;

400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;900&display=swap);@charset "UTF-8";

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: transparent;
}

.hamburger-box {
  width: 25px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #4c95c8;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: transparent;
}

.hamburger-box {
  width: 25px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #4c95c8;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.header {
  background: #f8f8f8;
  border-bottom: solid 1px #ddd;
  width: 100%;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.header .menu a {
  color: #4c95c8;
  font-size: 18px;
  font-weight: bold;
}

.header-navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.header-logo {
  height: 100%;
  display: flex;
  padding: 0px;
  transition: all 0.25s;
  padding: 0.5rem 0px;
}

.header-logo img {
  max-height: 35px;
}

.header-logo span {
  color: #4c95c8;
  font-size: 17px;
  margin-top: 7px;
  margin-left: 7px;
}

@media screen and (max-width: 767px) {
  .header-logo span {
    display: none;
  }
}

.header-authData {
  background-color: transparent;
  font-size: 0.85rem;
  color: #4c95c8;
  text-decoration: none;
  line-height: 1.5;
  margin-right: 20px;
  display: flex;
}

.header-authData i {
  font-size: 40px;
}

.header-authData:hover,
.header-authData:active,
.header-authData:focus {
  color: #4c95c8;
  text-decoration: none;
}

.header-menu {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header-menu {
    display: none;
  }
}

.header-menu li.nav-item a.nav-link {
  color: #4c95c8;
  background-color: transparent;
  font-size: 16px;
  margin: 0px 2.5px;
  padding: 10px 2.5px;
  line-height: 1;
  transition: background-color 0.25s;
  cursor: pointer;
  border-radius: 0px;
}

.header-menu li.nav-item a.nav-link:hover,
.header-menu li.nav-item a.nav-link:active,
.header-menu li.nav-item a.nav-link:focus {
  text-decoration: none;
}

.header-menu li.nav-item.last a.nav-link:after {
  content: "";
  display: inline-block;
  color: #4c95c8;
  padding-left: 0px;
}

.header-bottom {
  background-color: #4c95c8;
  padding: 6px 0px;
  color: #fff;
}

.header-bottom span {
  font-size: 20px;
  padding-right: 10px;
  margin: 5px 0px;
  display: inline-block;
}

.header-mobile-link {
  color: #fff;
  background-color: #4c95c8;
  font-size: 18px;
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 10px 20px;
  padding: 12px 28px;
  line-height: 1;
  text-align: center;
  transition: background-color 0.25s;
  cursor: pointer;
}

.header-mobile-link:hover,
.header-mobile-link:active,
.header-mobile-link:focus {
  color: #fff;
  background-color: #4c95c8;
  border: 1px solid #fff;
}

.header-collapse {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-collapse {
    display: block;
  }
}

.header-authDataMobile {
  margin: 15px 15px 8px 15px;
}

.header-authDataMobile--link {
  color: #eee;
  font-size: 0.85rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4c95c8;
  border-radius: 3px;
  padding: 8px;
  margin: 5px 5px 0px 5px;
}

.header-authDataMobile--link:hover,
.header-authDataMobile--link:active,
.header-authDataMobile--link:focus {
  color: #eee;
  text-decoration: none;
}

.header-authDataMobile--icon {
  color: #eee;
  margin-right: 10px;
  font-size: 1.35rem;
  border: 1px solid #eee;
  border-radius: 100%;
  padding: 2px 7px;
}

.header-authDataMobile--text {
  font-size: 0.85rem;
  color: #eee;
  text-decoration: none;
  text-align: left;
}

.footer {
  background-image: url("/images/shadow-footer.png");
  background-color: #404040;
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  flex-direction: column;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  padding: 60px 0px;
}

.footer-nav {
  padding-left: 0px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    text-align: center;
  }
}

.footer-nav li.nav-item a.nav-link {
  color: #fff;
  text-decoration: none;
  padding: 0px;
}

.footer-nav li.nav-item a.nav-link:hover,
.footer-nav li.nav-item a.nav-link:focus,
.footer-nav li.nav-item a.nav-link:active {
  color: #4c95c8;
}

.section {
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  background-repeat: repeat-x;
  padding: 60px 0px;
}

.section.withBorder {
  border-bottom: 1px solid #e6e6e6;
}

.section.page {
  background-image: none;
  min-height: 0px;
  padding: 40px 0px 20px;
}

.section.gray {
  background-color: #f2f1f1;
}

@media screen and (max-width: 991px) {
  .section-imageSms {
    margin: 30px auto 0px auto;
    text-align: center;
  }
}

.section-text {
  color: #4c95c8;
}

.section-text.black {
  color: #333;
  font-size: 18px;
}

.section-subtitle {
  font-size: 24px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  margin: 60px auto 30px;
}

.section-sobretitle {
  font-size: 20px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
}

.section-text {
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .section-containerMobile {
    text-align: right;
    max-width: 56%;
    margin-top: -75px;
    margin-right: -10px;
    margin-left: auto;
  }
}

.section-imageMobile {
  max-width: 120%;
}

@media screen and (max-width: 1200px) {
  .section-imageMobile {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .section-imageMobile {
    text-align: center;
    margin: 0px auto 20px;
  }
}

.section-box--amazon {
  max-width: 300px;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .section-box--amazon {
    max-width: 100%;
  }
}

.section-box--amazon.right {
  margin-left: auto;
}

@media screen and (max-width: 575px) {
  .section-box--amazon.right {
    margin-left: initial;
  }
}

.section-logo {
  margin-bottom: 30px;
}

.section-col--image {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .section-col--image {
    text-align: center;
    margin-bottom: 30px;
  }
}

.section-breakline {
  display: block;
}

@media screen and (max-width: 991px) {
  .section-breakline {
    display: inline;
  }
}

.bottomRound {
  box-sizing: content-box;
  position: relative;
}

.bottomRound:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -46px;
  width: 0;
  height: 0;
  height: 112px;
  width: 100%;
  background-color: white;
  border-radius: 100%;
  transform: rotateZ(-2deg);
}

.portada {
  position: relative;
  background-color: #DFDFDF;
  background-position: top left;
  background-repeat: no-repeat;
  flex-direction: column;
  color: #4c95c8;
  font-family: "Source Sans Pro", sans-serif;
  min-height: 540px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portada.isBanner {
  min-height: 380px;
}

@media screen and (max-width: 575px) {
  .portada.isBanner {
    min-height: 540px;
  }
}

.portada-banner--text {
  margin-left: 40px;
}

@media screen and (max-width: 991px) {
  .portada-banner--text {
    margin-left: 0px;
  }
}

.portada-content {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
}

.portada-content--card {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  max-width: 600px;
  padding: 65px 20px 65px 40px;
  margin-left: auto;
}

.portada-content--card_stars {
  position: absolute;
  top: 20px;
  right: -24px;
}

@media screen and (max-width: 767px) {
  .portada-content--card_stars {
    top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .portada-content--card {
    padding: 45px 10px 30px 10px;
    margin: 15px 15px;
  }
}

.portada-content--boy {
  position: absolute;
  z-index: 9;
  left: 50px;
}

@media screen and (max-width: 991px) {
  .portada-content--boy {
    left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .portada-content--boy {
    display: none;
  }
}

.portada-content--title {
  color: #4c95c8;
  font-weight: 900;
  text-align: center;
  font-size: 32px;
  margin-left: 150px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .portada-content--title {
    color: #333;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .portada-content--title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .portada-content--title {
    font-size: 26px;
    margin-top: 15px;
  }
}

.portada-content--title.inBanner {
  text-align: left;
  margin-left: 0px;
  margin-bottom: 10px;
}

.portada-content--text {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .portada-content--text {
    color: #333;
  }
}

.portada-content--product {
  color: #000;
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .portada-content--product_col {
    margin-top: 30px;
    text-align: center;
  }
}

.portada-content--productImg {
  max-width: 255px;
}

@media screen and (max-width: 575px) {
  .portada-content--productImg {
    margin-top: 20px;
    text-align: center;
  }
}

.portada-content--list li.nav-item a.nav-link {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  padding: 0px 5px;
}

.portada-content--list li.nav-item a.nav-link.first {
  padding-left: 0px;
}

.portada-content--list li.nav-item a.nav-link.last {
  padding-right: 0px;
}

.portada-content--list li.nav-item a.nav-link.last::after {
  content: "";
  display: inline-block;
  color: #000;
  padding-left: 0px;
}

.portada-content--list li.nav-item a.nav-link::after {
  content: "|";
  display: inline-block;
  color: #000;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .portada-content--list {
    justify-content: center;
  }
}

.portada-content--btn {
  background-color: #4c95c8;
  color: #fff;
  padding: 0.45rem 1.5rem !important;
  font-size: 15px !important;
  border-radius: 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .portada-content--btn {
    margin: 0 30px;
    width: auto !important;
  }
}

.portada-authorized {
  position: absolute;
  top: -65px;
  left: -200px;
}

.portada-authorized img {
  max-width: 250px;
}

@media screen and (max-width: 1200px) {
  .portada-authorized {
    top: -65px;
    left: -200px;
  }
}

@media screen and (max-width: 991px) {
  .portada-authorized {
    right: 0px;
    position: absolute;
    top: -76px;
    left: revert;
  }

  .portada-authorized img {
    max-width: 154px;
  }
}

@media screen and (max-width: 767px) {
  .portada-authorized {
    position: relative;
    top: 10px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
    left: 0px;
  }

  .portada-authorized img {
    max-width: 154px;
  }
}

.portada-inside {
  position: absolute;
  top: -90px;
  right: 80px;
}

@media screen and (max-width: 991px) {
  .portada-inside {
    right: 0px;
    position: absolute;
    top: -26px;
  }
}

@media screen and (max-width: 767px) {
  .portada-inside {
    position: relative;
    top: -25px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
    left: 0px;
  }
}

.portada-selector {
  position: relative;
  background-color: #4c95c8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-weight: lighter;
  min-height: 184px;
  font-size: 62px;
  margin-bottom: 15px;
  cursor: pointer;
}

.portada-selector.active {
  background-color: #c85d7b;
}

.portada-selector.multiple {
  font-size: 29px;
  line-height: 30px;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .portada-selector {
    min-height: 135px;
    font-size: 52px;
  }
}

@media screen and (max-width: 991px) {
  .portada-selector {
    min-height: 130px;
  }
}

@media screen and (max-width: 575px) {
  .portada-selector {
    min-height: 80px;
  }
}

.portada-methods {
  background-color: #4c95c8;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 20px;
}

@media screen and (max-width: 575px) {
  .portada-methods {
    flex-direction: column;
    padding: 20px;
  }
}

.portada-methods--text {
  min-width: 70px;
}

.portada-nav {
  position: relative;
  justify-content: center;
}

.portada-nav span.nav-link {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  font-size: 20px;
  font-weight: lighter;
}

.portada-nav span.nav-link::after {
  content: "|";
  padding-left: 10px;
}

@media screen and (max-width: 575px) {
  .portada-nav span.nav-link::after {
    content: "";
    padding-left: 0px;
  }
}

.portada-nav span.nav-link.last::after {
  content: "";
  padding-left: 0px;
}

.portada-text {
  font-size: 26px;
}

@media screen and (max-width: 576px) {
  .portada-text {
    font-size: 24px;
  }
}

.portada-link {
  text-decoration: none;
  position: relative;
}

.portada-link:hover,
.portada-link:active,
.portada-link:focus {
  text-decoration: none;
  outline: 0;
}

.portada-link .las {
  position: absolute;
  color: #fff;
  bottom: 5px;
  right: 5px;
  font-size: 24px;
}

.portada-lead {
  font-size: 30px;
}

@media screen and (max-width: 576px) {
  .portada-lead {
    font-size: 26px;
  }
}

.striped .row {
  padding: 5px 0px;
}

.striped .row.stripheader {
  background: red;
}

.striped .row:nth-of-type(odd) {
  background: #e2ebf2;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #4c95c8;
  border-color: #4c95c8;
}

.page-link {
  color: #4c95c8;
}

.stripheader {
  background: #95bedb !important;
}

.auth-modal {
  position: relative;
  padding: 40px;
  background-color: #f6f6f6;
}

.auth-modal--close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.auth-divider {
  border-right: 1px solid #333;
}

@media screen and (max-width: 991px) {
  .auth-divider {
    border-right: none;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
  }
}

.auth-form {
  padding: 0px 50px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .auth-form {
    padding: 0px 25px;
  }
}

@media screen and (max-width: 575px) {
  .auth-form {
    padding: 0px;
  }
}

.auth-input {
  background-color: #fff;
  border: none;
  max-width: 250px;
  margin: 0 auto;
}

.auth-input:active {
  border: 1px solid #777;
  box-shadow: none;
}

.auth-control {
  margin: 0px auto 20px auto;
}

.auth-check {
  text-align: left;
}

.auth-left {
  text-align: left;
}

.auth-title {
  font-size: 34px;
  margin-bottom: 40px;
  color: #4c95c8;
  font-weight: lighter;
  text-align: center;
}

.auth-btn {
  font-size: 16px;
  background-color: #4c95c8;
  color: #fff;
  border-radius: 3px;
  padding: 0.35rem 1.5rem;
  border: none;
  outline: 0;
}

.auth-btn:active,
.auth-btn:hover,
.auth-btn:focus {
  outline: 0px dotted;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0px;
  outline: 0px auto -webkit-focus-ring-color;
  color: #4c95c8;
  background-color: white;
  border: 1px solid #4c95c8;
}

.auth-text {
  padding: 0px 50px;
}

@media screen and (max-width: 1199px) {
  .auth-text {
    padding: 0px 25px;
  }
}

@media screen and (max-width: 575px) {
  .auth-text {
    padding: 0px;
  }
}

input[type=date]:invalid::-webkit-datetime-edit {
  color: #888;
}

.invalid-feedback {
  font-size: 0.6rem;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1250px !important;
  }
}

.title {
  font-size: 24px;
  color: #4c95c8;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 500px) {
  .title {
    font-size: 28px;
  }
}

@media screen and (max-width: 450px) {
  .title {
    font-size: 25px;
  }
}

.title.white {
  color: #fff;
}

.title.white span {
  font-weight: bold;
}

.CloseX {
  text-align: right;
  font-size: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
}

@media screen and (max-width: 450px) {
  .CloseX {
    top: -36px;
  }
}

.subtitle {
  font-size: 18px;
  color: #4c95c8;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.text {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

.text.bold {
  font-weight: bold;
}

.text-small {
  font-size: 14px;
}

.btn {
  font-size: 16px;
  background-color: #4c95c8;
  color: #fff;
  border-radius: 12px;
  padding: 0.45rem 2rem;
  font-weight: bold;
  min-width: 170px;
}

@media screen and (max-width: 767px) {
  .btn {
    min-width: auto;
  }
}

.btn:active,
.btn:hover,
.btn:focus {
  color: white;
  box-shadow: 0 0 0 0.25rem rgba(180, 61, 61, 0.2);
}

.btn-fills a {
  margin: 0px 5px;
}

@media screen and (max-width: 767px) {
  .btn-fills a {
    margin: 10px;
  }
}

.btn-xs {
  font-size: 15px;
  padding: 0.35rem 1.5rem;
}

.btn-secondary {
  background-color: #404040;
}

@media screen and (max-width: 575px) {
  .btn {
    width: 100%;
  }
}

button:active,
button:hover,
button:focus {
  outline: 0px dotted;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0px;
  outline: 0px auto -webkit-focus-ring-color;
  color: #fff;
}

.input-multiple {
  position: relative;
}

.input-multiple input {
  margin-top: 10px;
  border: 0;
  border-bottom: 1px solid #333;
  border-radius: 0px;
  font-size: 25px;
}

.input-multiple input:active,
.input-multiple input:focus,
.input-multiple input:hover {
  outline: 0;
  box-shadow: none;
}

.input-multiple:after {
  content: "\20AC";
  font-size: 25px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
  color: #d5c6c6;
}

.resume-logo {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 575px) {
  .resume-logo {
    max-width: 80%;
  }
}

.resume-amount {
  margin: 0px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .resume-amount {
    margin: 20px auto;
  }
}

.resume-amount span {
  font-size: 62px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .resume-amount span {
    font-size: 50px;
  }
}

.resume-text {
  color: gray;
  margin-bottom: 0px;
}

.resume-result {
  position: relative;
  padding: 10px;
  min-height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .resume-result {
    min-height: auto;
    padding: 15px;
    margin: 0px 50px;
  }
}

@media screen and (max-width: 450px) {
  .resume-result {
    min-height: auto;
    padding: 15px;
    margin: 0px 15px;
  }
}

.resume-result_title {
  margin-bottom: 7px;
  font-size: 28px;
  color: gray;
  font-weight: bold;
}

@media screen and (max-width: 450px) {
  .resume-result_title {
    font-size: 24px;
  }
}

.resume-result_icon {
  font-size: 60px;
}

@media screen and (max-width: 450px) {
  .resume-result_icon {
    font-size: 45px;
  }
}

.resume-result_icon i {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #efefef;
  animation: moveIt 2.5s ease-in-out infinite;
}

.resume-result p.text {
  margin-bottom: 0px;
  font-size: 20px;
  color: gray;
}

@media screen and (max-width: 767px) {
  .resume-result p.text {
    font-size: 18px;
  }
}

.resume-result p.text span {
  display: block;
  color: gray;
}

.resume-result p.text span strong {
  font-size: 24px;
  font-weight: bold;
  color: gray;
}

@media screen and (max-width: 767px) {
  .resume-result p.text span strong {
    font-size: 20px;
  }
}

@keyframes moveIt {
  0%, 100% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }
}

.cupones-col {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 20px;
}

.cupones-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cupones-item img {
  max-width: 240px;
  box-shadow: -4px 5px 2px 0.05rem rgba(180, 61, 61, 0.2);
  border-radius: 6px;
}

@media screen and (max-width: 575px) {
  .cupones-item img {
    max-width: 165px;
  }
}

.cupones-item span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  align-self: flex-start;
}

@media screen and (max-width: 1299px) {
  .cupones-item span {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .destacados-item {
    max-width: 288px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .destacados-item {
    margin: 30px auto 0px auto;
  }
}

.lideres-item {
  position: relative;
}

.lideres-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0px 5px 0px;
}

@media screen and (max-width: 575px) {
  .lideres-item img {
    max-width: 70px;
  }
}

@media screen and (max-width: 991px) {
  .lideres-item {
    margin: 20px auto 5px auto;
    max-width: 400px;
  }
}

.box {
  background-color: #404040;
  padding: 30px;
  color: #fff;
}

.box.disabled {
  position: relative;
}

.box.disabled .opaque {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #000;
}

.box .form-control-plaintext {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .box {
    margin: 5px 0px;
  }
}

.box-secondary {
  background-color: #4c95c8;
  padding: 20px;
}

.box-icons {
  background-color: transparent;
  display: flex;
  justify-content: center;
}

.box-icons a i.las {
  color: #4c95c8;
  font-size: 50px;
  padding: 0px 20px;
}

.link {
  color: #4c95c8;
  text-decoration: none;
}

.link:hover,
.link:active,
.link:focus {
  text-decoration: none;
  outline: 0;
  color: #4c95c8;
}

.error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  background-image: none;
}

.error-content {
  padding: 25px;
}

.error-icon {
  font-size: 140px;
  line-height: 90px;
  color: #4c95c8;
  margin-bottom: 0px;
}

.error-icon.red {
  color: #4c95c8;
}

.error-code {
  font-size: 50px;
  font-weight: 900;
}

.error-msg {
  font-size: 25px;
}

.error-msg a {
  color: #4c95c8;
  text-decoration: none;
  font-weight: bold;
}

.error-msg a:hover,
.error-msg a:active,
.error-msg a:focus {
  text-decoration: none;
  outline: 0;
}

.faq-list {
  margin-top: 0px;
}

.faq-list .first {
  padding-top: 0px !important;
}

.faq-list > .faq-item {
  border-bottom: 0.07em solid #ededed;
  padding: 1.5em 0em;
}

@media screen and (max-width: 575px) {
  .faq-list > .faq-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.faq-list > .faq-item:last-child {
  border: unset;
}

.faq-title {
  font-size: 2em;
  margin: 0.4em 0;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details > summary::marker {
  display: none;
}

summary {
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}

@media screen and (max-width: 575px) {
  summary {
    font-size: 1em;
  }
}

div + div {
  clear: both;
}

summary:hover {
  color: #4c95c8;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }

  100% {
    opacity: 1;
    margin-left: 55px;
  }
}

details[open] summary {
  color: #4c95c8;
}

details[open] .faq-content {
  border-left: 2px solid #4c95c8;
  margin-top: 25px;
  margin-left: 55px;
  padding-left: 25px;
  opacity: 100;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  details[open] .faq-content {
    margin-left: 10px;
  }
}

details[open] summary:before {
  content: "-";
  font-size: 3.2em;
  margin: -33px 0.35em 0 0;
  font-weight: 200;
}

summary::-webkit-details-marker {
  display: none;
}

summary::marker {
  display: none;
}

summary:before {
  background: transparent;
  border-radius: 0.3em;
  content: "+";
  color: #4c95c8;
  float: left;
  font-size: 1.8em;
  font-weight: bold;
  margin: -0.3em 0.65em 0 0;
  padding: 0;
  text-align: center;
  width: 25px;
}

@media screen and (max-width: 575px) {
  summary:before {
    margin: -0.3em 0.25em 0 0;
  }
}

@media screen and (max-width: 575px) {
  .method-col {
    width: 100%;
  }
}

.method-item {
  padding: 0px 10px;
  margin: 10px 0px;
  border: 1px solid #eee;
  height: 58px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  min-width: 200px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .method-item {
    width: 100%;
  }
}

.sidebar {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sidebar {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
}

.sidebar ul.nav li.nav-item a.nav-link {
  color: #404040;
}

.sidebar ul.nav li.nav-item a.nav-link i {
  font-size: 32px;
  color: #4c95c8;
}

@media screen and (max-width: 768px) {
  .sidebar ul.nav li.nav-item a.nav-link i {
    font-size: 39px;
  }
}

.sidebar ul.nav li.nav-item a.nav-link span {
  display: block;
  color: #404040;
}

@media screen and (max-width: 768px) {
  .sidebar ul.nav li.nav-item a.nav-link span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sidebar ul.nav li.nav-item a.nav-link {
    padding: 0.25rem 0.1rem;
  }
}

@media screen and (max-width: 768px) {
  .sidebar ul.nav {
    flex-direction: row !important;
  }
}

.sidebar-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  color: #404040;
  text-align: center;
  padding: 30px 10px;
  border-bottom: 1px solid #333;
  margin-top: -16px;
}

.sidebar-item.active {
  background-color: #e5e5e5;
}

@media screen and (max-width: 768px) {
  .sidebar-item {
    padding: 5px;
    border-bottom: none;
    margin-top: 0px;
  }
}

.account-card {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 4px;
  margin: 10px 0px 15px;
  max-width: 100%;
  border: 1px solid #eee;
  padding: 15px 30px;
  position: relative;
}

.account-card--text {
  font-size: 0.75rem;
  margin-bottom: 5px;
  cursor: pointer;
  margin-right: 15px;
  font-weight: bold;
  font-style: italic;
  color: #333;
}

.account-card--text.isToken {
  text-overflow: ellipsis;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  margin-bottom: -1px;
}

.account-card--link {
  font-size: 0.95rem;
  text-align: center;
  cursor: pointer;
  color: #4c95c8;
}

.account-card--link.isToken {
  text-overflow: ellipsis;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  margin-bottom: -1px;
}

.message {
  border: none;
}

.message-header {
  border: none;
  color: #333 !important;
}

.message-button {
  background-color: #eee !important;
  padding: 15px;
  margin-bottom: 10px;
  border: none !important;
  color: #333 !important;
}

.message-button:hover,
.message-button:focus,
.message-button:active {
  color: #333 !important;
  box-shadow: none;
}

.message-button.unread {
  background-color: #4c95c8 !important;
  color: #eee !important;
}

.message-content {
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.message-body {
  font-size: 1rem;
}

.message-footer {
  align-self: flex-end;
  font-size: 0.8rem;
}

.message-response {
  background-color: #eee;
  padding: 15px;
  font-size: 1rem;
  margin-top: 15px;
}

.modal-contact--input {
  background-color: #fff;
  border: none;
  margin: 0 auto 15px auto;
}

.modal-contact--input:active {
  border: 1px solid #777;
  box-shadow: none;
}

.modal-points {
  padding: 40px 15px;
}

.modal .multiplicador {
  background-color: #4c95c8;
  color: #eee;
}

.modal .multiplicador-modal {
  position: relative;
  padding: 40px;
  background-color: #4c95c8;
  border: none;
}

.modal .multiplicador-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #eee;
}

.modal .multiplicador-body {
  background-color: #4c95c8;
  color: #eee;
}

.modal .multiplicador-sobretitle {
  font-weight: lighter;
  color: #eee;
  margin-bottom: 30px;
}

.modal .multiplicador-title {
  font-weight: bold;
  color: #eee;
  margin-bottom: 50px;
}

.points-how {
  display: flex;
  flex-direction: column;
  margin: 15px;
}

@media screen and (max-width: 768px) {
  .points-how {
    margin: 0px;
  }
}

.points-item {
  background-color: #4c95c8;
  padding: 15px;
  color: #fff;
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.points-item--text {
  margin-right: 15px;
}

.points-item--bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .points-item {
    margin: 4.5px;
  }
}

@media screen and (max-width: 576px) {
  .points-item {
    font-size: 0.8rem;
  }
}

.points-form-group {
  display: block;
}

@media screen and (min-width: 991px) {
  .points-form-group {
    display: inline-flex;
    gap: 10px;
  }
}

.points-form-group .btn-check:hover .points-form-group--btn,
.points-form-group .btn-check:active .points-form-group--btn,
.points-form-group .btn-check:focus .points-form-group--btn,
.points-form-group .btn-check:checked .points-form-group--btn,
.points-form-group .btn-check:focus-visible .points-form-group--btn,
.points-form-group .btn-check:focus-within .points-form-group--btn,
.points-form-group .btn-check:target + .points-form-group--btn {
  background-color: #c85d7b !important;
  outline: 0;
  border: 0;
  box-shadow: none;
  box-shadow: 0 0 0 0.25rem rgba(72, 122, 197, 0.25) !important;
}

.points-form-group--btn {
  width: 100%;
  margin: 5px auto;
  font-size: 1rem;
  outline: 0;
  border: 0;
  box-shadow: none;
  padding: 0.75rem 2.5rem;
  border-radius: 0px;
}

.points-form-group--btn:hover,
.points-form-group--btn:active,
.points-form-group--btn:focus,
.points-form-group--btn:checked,
.points-form-group--btn:focus-visible,
.points-form-group--btn:focus-within,
.points-form-group--btn:target {
  background-color: #c85d7b !important;
  outline: 0;
  border: 0;
  box-shadow: none;
  box-shadow: 0 0 0 0.25rem rgba(72, 122, 197, 0.25) !important;
}

.promo {
  background-color: #38c172;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
  margin: 20px auto -20px;
  font-size: 1.4rem;
  border-radius: 3px;
}

@media screen and (max-width: 575px) {
  .promo {
    flex-direction: column;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}

.promo span {
  margin-left: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .promo span {
    font-size: 1.4rem;
  }
}

.promo-btn {
  background-color: #24a062;
  color: #eee;
  margin: 0px 15px;
  padding: 6px 15px;
  font-size: 0.95rem;
}

.promo-btn:hover,
.promo-btn:focus,
.promo-btn:active {
  color: #eee;
  outline: 0;
  box-shadow: none;
}

@media screen and (max-width: 575px) {
  .promo-btn {
    width: 50%;
    margin-top: 8px;
  }
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px;
  background-color: #4c95c8;
  z-index: 9999;
  color: #eee;
}

.cookie-consent__agree {
  margin-left: 20px;
  background-color: white;
  border: 0;
  padding: 5px 10px;
  margin-top: -3px;
}

.cookie-consent__agree:hover,
.cookie-consent__agree:active,
.cookie-consent__agree:focus {
  color: #000;
}

.accordion-button:hover,
.accordion-button:focus,
.accordion-button:active {
  outline: 0;
  box-shadow: none;
}

.accordion-sorteo {
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  cursor: pointer;
}

.accordion-header {
  color: #333;
  text-decoration: none;
}

.accordion-header:hover,
.accordion-header:focus,
.accordion-header:active {
  color: #333;
  outline: 0;
  box-shadow: none;
}

.accordion-boleto {
  padding: 5px 0px;
  font-size: 0.9rem;
  padding-left: 15px;
  margin-bottom: 15px;
}

.homeBanner {
  background-color: #4c95c8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
  margin: 10px auto -20px;
  font-size: 1.4rem;
  border-radius: 3px;
}

@media screen and (max-width: 575px) {
  .homeBanner {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0px;
  }
}

.homeBanner-amount {
  margin: 0px 25px 0px 0px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .homeBanner-amount {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 575px) {
  .homeBanner-amount {
    margin: 0px;
  }
}

.homeBanner img {
  border-radius: 5px;
}

.homeBanner-text {
  padding: 0px 25px;
  line-height: 1.3;
  text-align: center;
}

.homeBanner-btn {
  background-color: #eee;
  color: #4c95c8;
  margin: 0px 15px;
  padding: 10px 15px;
  font-size: 0.95rem;
}

.homeBanner-btn:hover,
.homeBanner-btn:focus,
.homeBanner-btn:active {
  color: #eee;
  outline: 0;
  box-shadow: none;
}

@media screen and (max-width: 575px) {
  .homeBanner-btn {
    width: auto;
    margin-top: 8px;
    padding: 10px 50px;
  }
}

.totalAmount {
  padding: 10px;
  border-radius: 8px;
  background: #ccc;
  background: #f8f8f8;
  font-weight: bold;
  min-width: 101px;
  display: inline-block;
  font-size: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 300px;
  overflow-x: hidden;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

@media screen and (max-width: 991px) {
  .mt-lg-0 {
    margin-top: 0px;
  }

  .mt-lg-10 {
    margin-top: 10px;
  }

  .mt-lg-15 {
    margin-top: 15px;
  }

  .mt-lg-20 {
    margin-top: 20px;
  }

  .mt-lg-25 {
    margin-top: 25px;
  }

  .mt-lg-30 {
    margin-top: 30px;
  }

  .mt-lg-35 {
    margin-top: 35px;
  }

  .mt-lg-40 {
    margin-top: 40px;
  }

  .mt-lg-45 {
    margin-top: 45px;
  }

  .mt-lg-50 {
    margin-top: 50px;
  }

  .mt-lg-60 {
    margin-top: 60px;
  }

  .mt-lg-70 {
    margin-top: 70px;
  }

  .mt-lg-80 {
    margin-top: 80px;
  }

  .mt-lg-90 {
    margin-top: 90px;
  }

  .mt-lg-100 {
    margin-top: 100px;
  }

  .mb-lg-0 {
    margin-bottom: 0px;
  }

  .mb-lg-10 {
    margin-bottom: 10px;
  }

  .mb-lg-15 {
    margin-bottom: 15px;
  }

  .mb-lg-20 {
    margin-bottom: 20px;
  }

  .mb-lg-25 {
    margin-bottom: 25px;
  }

  .mb-lg-30 {
    margin-bottom: 30px;
  }

  .mb-lg-35 {
    margin-bottom: 35px;
  }

  .mb-lg-40 {
    margin-bottom: 40px;
  }

  .mb-lg-45 {
    margin-bottom: 45px;
  }

  .mb-lg-50 {
    margin-bottom: 50px;
  }

  .mb-lg-60 {
    margin-bottom: 60px;
  }

  .mb-lg-70 {
    margin-bottom: 70px;
  }

  .mb-lg-80 {
    margin-bottom: 80px;
  }

  .mb-lg-90 {
    margin-bottom: 90px;
  }

  .mb-lg-100 {
    margin-bottom: 100px;
  }

  .ml-lg-0 {
    margin-left: 0px;
  }

  .ml-lg-10 {
    margin-left: 10px;
  }

  .ml-lg-15 {
    margin-left: 15px;
  }

  .ml-lg-20 {
    margin-left: 20px;
  }

  .ml-lg-25 {
    margin-left: 25px;
  }

  .ml-lg-30 {
    margin-left: 30px;
  }

  .ml-lg-35 {
    margin-left: 35px;
  }

  .ml-lg-40 {
    margin-left: 40px;
  }

  .ml-lg-45 {
    margin-left: 45px;
  }

  .ml-lg-50 {
    margin-left: 50px;
  }

  .ml-lg-60 {
    margin-left: 60px;
  }

  .ml-lg-70 {
    margin-left: 70px;
  }

  .ml-lg-80 {
    margin-left: 80px;
  }

  .ml-lg-90 {
    margin-left: 90px;
  }

  .ml-lg-100 {
    margin-left: 100px;
  }

  .mr-lg-0 {
    margin-right: 0px;
  }

  .mr-lg-10 {
    margin-right: 10px;
  }

  .mr-lg-15 {
    margin-right: 15px;
  }

  .mr-lg-20 {
    margin-right: 20px;
  }

  .mr-lg-25 {
    margin-right: 25px;
  }

  .mr-lg-30 {
    margin-right: 30px;
  }

  .mr-lg-35 {
    margin-right: 35px;
  }

  .mr-lg-40 {
    margin-right: 40px;
  }

  .mr-lg-45 {
    margin-right: 45px;
  }

  .mr-lg-50 {
    margin-right: 50px;
  }

  .mr-lg-60 {
    margin-right: 60px;
  }

  .mr-lg-70 {
    margin-right: 70px;
  }

  .mr-lg-80 {
    margin-right: 80px;
  }

  .mr-lg-90 {
    margin-right: 90px;
  }

  .mr-lg-100 {
    margin-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mt-md-0 {
    margin-top: 0px;
  }

  .mt-md-10 {
    margin-top: 10px;
  }

  .mt-md-15 {
    margin-top: 15px;
  }

  .mt-md-20 {
    margin-top: 20px;
  }

  .mt-md-25 {
    margin-top: 25px;
  }

  .mt-md-30 {
    margin-top: 30px;
  }

  .mt-md-35 {
    margin-top: 35px;
  }

  .mt-md-40 {
    margin-top: 40px;
  }

  .mt-md-45 {
    margin-top: 45px;
  }

  .mt-md-50 {
    margin-top: 50px;
  }

  .mt-md-60 {
    margin-top: 60px;
  }

  .mt-md-70 {
    margin-top: 70px;
  }

  .mt-md-80 {
    margin-top: 80px;
  }

  .mt-md-90 {
    margin-top: 90px;
  }

  .mt-md-100 {
    margin-top: 100px;
  }

  .mt-md-150 {
    margin-top: 150px;
  }

  .mb-md-0 {
    margin-bottom: 0px;
  }

  .mb-md-10 {
    margin-bottom: 10px;
  }

  .mb-md-15 {
    margin-bottom: 15px;
  }

  .mb-md-20 {
    margin-bottom: 20px;
  }

  .mb-md-25 {
    margin-bottom: 25px;
  }

  .mb-md-30 {
    margin-bottom: 30px;
  }

  .mb-md-35 {
    margin-bottom: 35px;
  }

  .mb-md-40 {
    margin-bottom: 40px;
  }

  .mb-md-45 {
    margin-bottom: 45px;
  }

  .mb-md-50 {
    margin-bottom: 50px;
  }

  .mb-md-60 {
    margin-bottom: 60px;
  }

  .mb-md-70 {
    margin-bottom: 70px;
  }

  .mb-md-80 {
    margin-bottom: 80px;
  }

  .mb-md-90 {
    margin-bottom: 90px;
  }

  .mb-md-100 {
    margin-bottom: 100px;
  }

  .ml-md-0 {
    margin-left: 0px;
  }

  .ml-md-10 {
    margin-left: 10px;
  }

  .ml-md-15 {
    margin-left: 15px;
  }

  .ml-md-20 {
    margin-left: 20px;
  }

  .ml-md-25 {
    margin-left: 25px;
  }

  .ml-md-30 {
    margin-left: 30px;
  }

  .ml-md-35 {
    margin-left: 35px;
  }

  .ml-md-40 {
    margin-left: 40px;
  }

  .ml-md-45 {
    margin-left: 45px;
  }

  .ml-md-50 {
    margin-left: 50px;
  }

  .ml-md-60 {
    margin-left: 60px;
  }

  .ml-md-70 {
    margin-left: 70px;
  }

  .ml-md-80 {
    margin-left: 80px;
  }

  .ml-md-90 {
    margin-left: 90px;
  }

  .ml-md-100 {
    margin-left: 100px;
  }

  .mr-md-0 {
    margin-right: 0px;
  }

  .mr-md-10 {
    margin-right: 10px;
  }

  .mr-md-15 {
    margin-right: 15px;
  }

  .mr-md-20 {
    margin-right: 20px;
  }

  .mr-md-25 {
    margin-right: 25px;
  }

  .mr-md-30 {
    margin-right: 30px;
  }

  .mr-md-35 {
    margin-right: 35px;
  }

  .mr-md-40 {
    margin-right: 40px;
  }

  .mr-md-45 {
    margin-right: 45px;
  }

  .mr-md-50 {
    margin-right: 50px;
  }

  .mr-md-60 {
    margin-right: 60px;
  }

  .mr-md-70 {
    margin-right: 70px;
  }

  .mr-md-80 {
    margin-right: 80px;
  }

  .mr-md-90 {
    margin-right: 90px;
  }

  .mr-md-100 {
    margin-right: 100px;
  }
}

@media screen and (max-width: 575px) {
  .mt-sm-0 {
    margin-top: 0px;
  }

  .mt-sm-10 {
    margin-top: 10px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

  .mt-sm-25 {
    margin-top: 25px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .mt-sm-35 {
    margin-top: 35px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .mt-sm-45 {
    margin-top: 45px;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }

  .mt-sm-60 {
    margin-top: 60px;
  }

  .mt-sm-70 {
    margin-top: 70px;
  }

  .mt-sm-80 {
    margin-top: 80px;
  }

  .mt-sm-90 {
    margin-top: 90px;
  }

  .mt-sm-100 {
    margin-top: 100px;
  }

  .mt-sm-190 {
    margin-top: 190px;
  }

  .mb-sm-0 {
    margin-bottom: 0px;
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-25 {
    margin-bottom: 25px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mb-sm-35 {
    margin-bottom: 35px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-45 {
    margin-bottom: 45px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .mb-sm-70 {
    margin-bottom: 70px;
  }

  .mb-sm-80 {
    margin-bottom: 80px;
  }

  .mb-sm-90 {
    margin-bottom: 90px;
  }

  .mb-sm-100 {
    margin-bottom: 100px;
  }

  .ml-sm-0 {
    margin-left: 0px;
  }

  .ml-sm-10 {
    margin-left: 10px;
  }

  .ml-sm-15 {
    margin-left: 15px;
  }

  .ml-sm-20 {
    margin-left: 20px;
  }

  .ml-sm-25 {
    margin-left: 25px;
  }

  .ml-sm-30 {
    margin-left: 30px;
  }

  .ml-sm-35 {
    margin-left: 35px;
  }

  .ml-sm-40 {
    margin-left: 40px;
  }

  .ml-sm-45 {
    margin-left: 45px;
  }

  .ml-sm-50 {
    margin-left: 50px;
  }

  .ml-sm-60 {
    margin-left: 60px;
  }

  .ml-sm-70 {
    margin-left: 70px;
  }

  .ml-sm-80 {
    margin-left: 80px;
  }

  .ml-sm-90 {
    margin-left: 90px;
  }

  .ml-sm-100 {
    margin-left: 100px;
  }

  .mr-sm-0 {
    margin-right: 0px;
  }

  .mr-sm-10 {
    margin-right: 10px;
  }

  .mr-sm-15 {
    margin-right: 15px;
  }

  .mr-sm-20 {
    margin-right: 20px;
  }

  .mr-sm-25 {
    margin-right: 25px;
  }

  .mr-sm-30 {
    margin-right: 30px;
  }

  .mr-sm-35 {
    margin-right: 35px;
  }

  .mr-sm-40 {
    margin-right: 40px;
  }

  .mr-sm-45 {
    margin-right: 45px;
  }

  .mr-sm-50 {
    margin-right: 50px;
  }

  .mr-sm-60 {
    margin-right: 60px;
  }

  .mr-sm-70 {
    margin-right: 70px;
  }

  .mr-sm-80 {
    margin-right: 80px;
  }

  .mr-sm-90 {
    margin-right: 90px;
  }

  .mr-sm-100 {
    margin-right: 100px;
  }
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

@media screen and (max-width: 991px) {
  .pt-lg-0 {
    padding-top: 0px;
  }

  .pt-lg-10 {
    padding-top: 10px;
  }

  .pt-lg-15 {
    padding-top: 15px;
  }

  .pt-lg-20 {
    padding-top: 20px;
  }

  .pt-lg-25 {
    padding-top: 25px;
  }

  .pt-lg-30 {
    padding-top: 30px;
  }

  .pt-lg-35 {
    padding-top: 35px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pt-lg-45 {
    padding-top: 45px;
  }

  .pt-lg-50 {
    padding-top: 50px;
  }

  .pt-lg-60 {
    padding-top: 60px;
  }

  .pt-lg-70 {
    padding-top: 70px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .pt-lg-90 {
    padding-top: 90px;
  }

  .pt-lg-100 {
    padding-top: 100px;
  }

  .pb-lg-0 {
    padding-bottom: 0px;
  }

  .pb-lg-10 {
    padding-bottom: 10px;
  }

  .pb-lg-15 {
    padding-bottom: 15px;
  }

  .pb-lg-20 {
    padding-bottom: 20px;
  }

  .pb-lg-25 {
    padding-bottom: 25px;
  }

  .pb-lg-30 {
    padding-bottom: 30px;
  }

  .pb-lg-35 {
    padding-bottom: 35px;
  }

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pb-lg-45 {
    padding-bottom: 45px;
  }

  .pb-lg-50 {
    padding-bottom: 50px;
  }

  .pb-lg-60 {
    padding-bottom: 60px;
  }

  .pb-lg-70 {
    padding-bottom: 70px;
  }

  .pb-lg-80 {
    padding-bottom: 80px;
  }

  .pb-lg-90 {
    padding-bottom: 90px;
  }

  .pb-lg-100 {
    padding-bottom: 100px;
  }

  .pl-lg-0 {
    padding-left: 0px;
  }

  .pl-lg-10 {
    padding-left: 10px;
  }

  .pl-lg-15 {
    padding-left: 15px;
  }

  .pl-lg-20 {
    padding-left: 20px;
  }

  .pl-lg-25 {
    padding-left: 25px;
  }

  .pl-lg-30 {
    padding-left: 30px;
  }

  .pl-lg-35 {
    padding-left: 35px;
  }

  .pl-lg-40 {
    padding-left: 40px;
  }

  .pl-lg-45 {
    padding-left: 45px;
  }

  .pl-lg-50 {
    padding-left: 50px;
  }

  .pl-lg-60 {
    padding-left: 60px;
  }

  .pl-lg-70 {
    padding-left: 70px;
  }

  .pl-lg-80 {
    padding-left: 80px;
  }

  .pl-lg-90 {
    padding-left: 90px;
  }

  .pl-lg-100 {
    padding-left: 100px;
  }

  .pr-lg-0 {
    padding-right: 0px;
  }

  .pr-lg-10 {
    padding-right: 10px;
  }

  .pr-lg-15 {
    padding-right: 15px;
  }

  .pr-lg-20 {
    padding-right: 20px;
  }

  .pr-lg-25 {
    padding-right: 25px;
  }

  .pr-lg-30 {
    padding-right: 30px;
  }

  .pr-lg-35 {
    padding-right: 35px;
  }

  .pr-lg-40 {
    padding-right: 40px;
  }

  .pr-lg-45 {
    padding-right: 45px;
  }

  .pr-lg-50 {
    padding-right: 50px;
  }

  .pr-lg-60 {
    padding-right: 60px;
  }

  .pr-lg-70 {
    padding-right: 70px;
  }

  .pr-lg-80 {
    padding-right: 80px;
  }

  .pr-lg-90 {
    padding-right: 90px;
  }

  .pr-lg-100 {
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pt-md-0 {
    padding-top: 0px;
  }

  .pt-md-10 {
    padding-top: 10px;
  }

  .pt-md-15 {
    padding-top: 15px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .pt-md-25 {
    padding-top: 25px;
  }

  .pt-md-30 {
    padding-top: 30px;
  }

  .pt-md-35 {
    padding-top: 35px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pt-md-45 {
    padding-top: 45px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .pt-md-70 {
    padding-top: 70px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .pt-md-90 {
    padding-top: 90px;
  }

  .pt-md-100 {
    padding-top: 100px;
  }

  .pt-md-150 {
    padding-top: 150px;
  }

  .pb-md-0 {
    padding-bottom: 0px;
  }

  .pb-md-10 {
    padding-bottom: 10px;
  }

  .pb-md-15 {
    padding-bottom: 15px;
  }

  .pb-md-20 {
    padding-bottom: 20px;
  }

  .pb-md-25 {
    padding-bottom: 25px;
  }

  .pb-md-30 {
    padding-bottom: 30px;
  }

  .pb-md-35 {
    padding-bottom: 35px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-45 {
    padding-bottom: 45px;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }

  .pb-md-70 {
    padding-bottom: 70px;
  }

  .pb-md-80 {
    padding-bottom: 80px;
  }

  .pb-md-90 {
    padding-bottom: 90px;
  }

  .pb-md-100 {
    padding-bottom: 100px;
  }

  .pl-md-0 {
    padding-left: 0px;
  }

  .pl-md-10 {
    padding-left: 10px;
  }

  .pl-md-15 {
    padding-left: 15px !important;
  }

  .pl-md-20 {
    padding-left: 20px;
  }

  .pl-md-25 {
    padding-left: 25px;
  }

  .pl-md-30 {
    padding-left: 30px;
  }

  .pl-md-35 {
    padding-left: 35px;
  }

  .pl-md-40 {
    padding-left: 40px;
  }

  .pl-md-45 {
    padding-left: 45px;
  }

  .pl-md-50 {
    padding-left: 50px;
  }

  .pl-md-60 {
    padding-left: 60px;
  }

  .pl-md-70 {
    padding-left: 70px;
  }

  .pl-md-80 {
    padding-left: 80px;
  }

  .pl-md-90 {
    padding-left: 90px;
  }

  .pl-md-100 {
    padding-left: 100px;
  }

  .pr-md-0 {
    padding-right: 0px;
  }

  .pr-md-10 {
    padding-right: 10px;
  }

  .pr-md-15 {
    padding-right: 15px;
  }

  .pr-md-20 {
    padding-right: 20px;
  }

  .pr-md-25 {
    padding-right: 25px;
  }

  .pr-md-30 {
    padding-right: 30px;
  }

  .pr-md-35 {
    padding-right: 35px;
  }

  .pr-md-40 {
    padding-right: 40px;
  }

  .pr-md-45 {
    padding-right: 45px;
  }

  .pr-md-50 {
    padding-right: 50px;
  }

  .pr-md-60 {
    padding-right: 60px;
  }

  .pr-md-70 {
    padding-right: 70px;
  }

  .pr-md-80 {
    padding-right: 80px;
  }

  .pr-md-90 {
    padding-right: 90px;
  }

  .pr-md-100 {
    padding-right: 100px;
  }
}

@media screen and (max-width: 575px) {
  .pt-sm-0 {
    padding-top: 0px;
  }

  .pt-sm-10 {
    padding-top: 10px;
  }

  .pt-sm-15 {
    padding-top: 15px;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .pt-sm-25 {
    padding-top: 25px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pt-sm-35 {
    padding-top: 35px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pt-sm-45 {
    padding-top: 45px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }

  .pt-sm-60 {
    padding-top: 60px;
  }

  .pt-sm-70 {
    padding-top: 70px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .pt-sm-90 {
    padding-top: 90px;
  }

  .pt-sm-100 {
    padding-top: 100px;
  }

  .pt-sm-190 {
    padding-top: 190px;
  }

  .pb-sm-0 {
    padding-bottom: 0px;
  }

  .pb-sm-10 {
    padding-bottom: 10px;
  }

  .pb-sm-15 {
    padding-bottom: 15px;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pb-sm-25 {
    padding-bottom: 25px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pb-sm-35 {
    padding-bottom: 35px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-45 {
    padding-bottom: 45px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pb-sm-60 {
    padding-bottom: 60px;
  }

  .pb-sm-70 {
    padding-bottom: 70px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }

  .pb-sm-90 {
    padding-bottom: 90px;
  }

  .pb-sm-100 {
    padding-bottom: 100px;
  }

  .pl-sm-0 {
    padding-left: 0px;
  }

  .pl-sm-10 {
    padding-left: 10px;
  }

  .pl-sm-15 {
    padding-left: 15px;
  }

  .pl-sm-20 {
    padding-left: 20px;
  }

  .pl-sm-25 {
    padding-left: 25px;
  }

  .pl-sm-30 {
    padding-left: 30px;
  }

  .pl-sm-35 {
    padding-left: 35px;
  }

  .pl-sm-40 {
    padding-left: 40px;
  }

  .pl-sm-45 {
    padding-left: 45px;
  }

  .pl-sm-50 {
    padding-left: 50px;
  }

  .pl-sm-60 {
    padding-left: 60px;
  }

  .pl-sm-70 {
    padding-left: 70px;
  }

  .pl-sm-80 {
    padding-left: 80px;
  }

  .pl-sm-90 {
    padding-left: 90px;
  }

  .pl-sm-100 {
    padding-left: 100px;
  }

  .pr-sm-0 {
    padding-right: 0px;
  }

  .pr-sm-10 {
    padding-right: 10px;
  }

  .pr-sm-15 {
    padding-right: 15px;
  }

  .pr-sm-20 {
    padding-right: 20px;
  }

  .pr-sm-25 {
    padding-right: 25px;
  }

  .pr-sm-30 {
    padding-right: 30px;
  }

  .pr-sm-35 {
    padding-right: 35px;
  }

  .pr-sm-40 {
    padding-right: 40px;
  }

  .pr-sm-45 {
    padding-right: 45px;
  }

  .pr-sm-50 {
    padding-right: 50px;
  }

  .pr-sm-60 {
    padding-right: 60px;
  }

  .pr-sm-70 {
    padding-right: 70px;
  }

  .pr-sm-80 {
    padding-right: 80px;
  }

  .pr-sm-90 {
    padding-right: 90px;
  }

  .pr-sm-100 {
    padding-right: 100px;
  }
}

.align-left {
  text-align: left !important;
}

.align-center {
  margin: 0 auto;
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

@media screen and (max-width: 991px) {
  .align-lg-left {
    text-align: left !important;
  }

  .align-lg-center {
    margin: 0 auto;
    text-align: center !important;
  }

  .align-lg-right {
    text-align: right !important;
  }
}

@media screen and (max-width: 767px) {
  .align-md-left {
    text-align: left !important;
  }

  .align-md-center {
    margin: 0 auto !important;
    text-align: center !important;
  }

  .align-md-right {
    text-align: right !important;
  }
}

@media screen and (max-width: 576px) {
  .align-sm-left {
    text-align: left !important;
  }

  .align-sm-center {
    margin: 0 auto;
    text-align: center !important;
  }

  .align-sm-right {
    text-align: right !important;
  }
}

.showMobile {
  display: none;
}

@media screen and (max-width: 575px) {
  .showMobile {
    display: block;
  }
}

.hideMobile {
  display: block;
}

@media screen and (max-width: 575px) {
  .hideMobile {
    display: none;
  }
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

.bg-green {
  background-color: #65c196;
}

.bg-grey {
  background-color: #6c757d;
}

