@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-color: #472980;
  --second-color: #79689F;
  --third-color: #472980;
  --font-primary: 'Montserrat';
  --font-second: 'Montserrat'; }

html, body {
  height: 100%; }

/* Global */
.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.alert {
  margin-top: 20px; }

.alert.alert-success {
  font-size: 16px;
  font-weight: bold; }

.error {
  color: red;
  font-size: 13px; }

.content {
  text-align: center; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

/* Masonry */
.grid {
  position: relative; }

.grid-sizer, .grid-item {
  min-height: auto !important; }

body.admin-site {
  background: radial-gradient(circle, #79689f, #472980);
  /* Main */
  /* Store */
  /* Admin */
  /* Admin Editor */ }
  body.admin-site label {
    color: #472980; }
  body.admin-site a {
    color: #79689F;
    font-size: 16px; }
  body.admin-site a:hover {
    color: #472980; }
  body.admin-site #create-sale .total, body.admin-site #create-sale .icon i {
    color: #472980; }
  body.admin-site #create-sale #products #amount.form-control[readonly], body.admin-site #create-sale #paid_amount.form-control[readonly] {
    background: #472980; }
  body.admin-site .btn-brand, body.admin-site .daterangepicker .ranges li.active, body.admin-site .btn-success {
    background: #79689F;
    border-color: #79689F; }
  body.admin-site .page-sidebar .page-sidebar-menu > li.active.open > a, body.admin-site .page-sidebar .page-sidebar-menu > li.active > a, body.admin-site .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, body.admin-site .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, body.admin-site .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle .badge.badge-default {
    background: #472980; }
  body.admin-site .content-wrap.pdf-wrap h1, body.admin-site h2, body.admin-site h3, body.admin-site h4, body.admin-site h5, body.admin-site h6 {
    font-family: "Montserrat", sans-serif; }
  body.admin-site .tooltip-custom, body.admin-site #map-canvas a.active .btn, body.admin-site .progress_bar .bar, body.admin-site .btn-site {
    background: #472980; }
  body.admin-site #map-canvas .btn:hover, body.admin-site .m-tabs-line.m-tabs-line--brand a.m-tabs__link.active, body.admin-site .m-tabs-line.m-tabs-line--brand a.m-tabs__link:hover, body.admin-site .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link.active, body.admin-site .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link:hover {
    border-color: #472980;
    color: #472980; }
  body.admin-site .table .title, body.admin-site .m-content h1, body.admin-site .m-nav-grid .m-nav-grid__row .m-nav-grid__item .m-nav-grid__text {
    color: #472980; }
  body.admin-site .control-label, body.admin-site .btn.m-btn--label-brand, body.admin-site .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-icon {
    color: #472980; }
  body.admin-site .m-loader.m-loader--brand:before, body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover:not(.m-menu__item--actions) > .m-menu__link .m-menu__link-text {
    color: #472980; }
  body.admin-site .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon:hover .m-nav__link-icon-wrapper, body.admin-site .m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-dropdown--open > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #79689F;
    border: 1px solid #79689F; }
  body.admin-site .btn-site {
    color: #fff;
    background: #472980;
    color: #fff;
    padding: 10px 36px;
    border-radius: 26px;
    font-size: 16px; }
  body.admin-site .btn-site:hover {
    background: #79689F; }
  body.admin-site .pagination > .active > a, body.admin-site .pagination > .active > a:hover, body.admin-site .pagination > .active > a:focus, body.admin-site .pagination > .active > span, body.admin-site .pagination > .active > span:hover, body.admin-site .pagination > .active > span:focus {
    background: #472980;
    border-color: #472980; }
  body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs.m-menu__item--active-tab > .m-menu__link, body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs.m-menu__item--hover > .m-menu__link {
    background-color: #472980; }
  body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #472980; }
  body.admin-site .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-text {
    color: #79689F; }
  body.admin-site .box-list .admin-list .active a {
    background: #472980 !important; }
  body.admin-site .box-list .admin-list a {
    background: #79689F; }
  body.admin-site .box-list .admin-list a:hover {
    background: #472980; }
  body.admin-site .flex-item .form_fields_actions {
    display: none;
    background: #f3f3f3;
    border: 1px dashed #ccc;
    padding: 10px;
    color: #777; }
  body.admin-site .flex-item:hover .form_fields_actions {
    display: block; }
  body.admin-site .m-brand__logo-wrapper {
    width: 200px; }
    body.admin-site .m-brand__logo-wrapper img {
      max-width: 100%; }

@media (min-width: 1025px) {
  .admin-site.m-header--fixed.m-header--minimize-on .m-header .m-header__top {
    background-color: #472980 !important; } }
body.error-site {
  background: #472980;
  color: #ffffff; }
  body.error-site .top {
    background: #ffffff;
    color: #472980; }
  body.error-site .button {
    background: #ffffff;
    color: #472980; }
  body.error-site a:hover .button {
    background: #ffffff; }

body.main-site {
  /*@import "master/main";
  @import "master/responsive";
  @import "segments/main";
  @import "segments/responsive";*/
  /*==============  style 2  ===============*/ }
  body.main-site #primary-menu > ul > li.menu-item-emphasis > a {
    border-radius: 20px !important; }
  body.main-site .button.button-large {
    border-radius: 23px !important; }
  body.main-site .dark a {
    color: #444 !important; }
  body.main-site .dark a:hover {
    color: #EEE !important; }
  body.main-site form .flex-item {
    margin-bottom: 20px; }
    body.main-site form .flex-item label {
      color: #472980; }
  body.main-site .form-control {
    border-radius: 10px;
    border-radius: 20px !important;
    padding: 12px !important;
    height: auto !important; }
  body.main-site .form-control.fileupload {
    padding: 9px 12px;
    height: auto; }
  body.main-site .file_container div.image_thumb {
    margin-bottom: 5px !important; }
  body.main-site .btn-site {
    border-radius: 20px !important;
    padding: 10px 20px; }
  body.main-site .no-padding {
    padding: 0; }
  body.main-site .row {
    width: auto; }
  body.main-site .featherlight-inner h1 {
    font-family: "Montserrat", Helvetica; }
  body.main-site .landing-new {
    position: relative;
    position: relative;
    /* Menu desktop */
    /* form starting stylings ------------------------------- */
    /* LABEL ======================================= */
    /* active state */
    /* BOTTOM BARS ================================= */
    /* active state */
    /* HIGHLIGHTER ================================== */
    /* active state */
    /* ANIMATIONS ================ */ }
    body.main-site .landing-new .btn-download {
      position: fixed;
      bottom: 0;
      z-index: 15;
      max-width: 200px; }
      body.main-site .landing-new .btn-download .top-img {
        margin-bottom: -15px; }
    body.main-site .landing-new img {
      width: 100%;
      height: auto; }
    body.main-site .landing-new .center {
      text-align: center; }
    body.main-site .landing-new h2 {
      font-family: "Montserrat", Helvetica;
      font-size: 35px;
      margin-bottom: 1.5rem;
      font-weight: 700;
      line-height: 1.2; }
    body.main-site .landing-new h5 {
      font-size: 22px;
      font-family: "Montserrat", Helvetica; }
    body.main-site .landing-new p {
      font-size: 20px;
      line-height: 1.3;
      font-family: "Montserrat", sans-serif; }
    body.main-site .landing-new .members-btn {
      padding: 1rem;
      border: 1px solid #ccc;
      display: inline-block;
      margin: 2rem 0;
      border-radius: 50px;
      background-image: radial-gradient(#ffffff, #f7f7f7); }
    body.main-site .landing-new .menu-desktop {
      background: #efefef;
      color: #000; }
      body.main-site .landing-new .menu-desktop .menu-contain ul {
        padding: 0;
        margin: 0;
        list-style: unset; }
        body.main-site .landing-new .menu-desktop .menu-contain ul li {
          display: inline-block;
          position: relative;
          padding: 1.5rem 2rem;
          text-align: center;
          font-family: "Montserrat", sans-serif;
          width: 49.5%;
          font-size: 1rem;
          font-weight: 700;
          transition: .3s all ease-in-out;
          vertical-align: middle; }
          body.main-site .landing-new .menu-desktop .menu-contain ul li a {
            transition: .3s all ease-in-out; }
          body.main-site .landing-new .menu-desktop .menu-contain ul li a:hover, body.main-site .landing-new .menu-desktop .menu-contain ul li a.active {
            padding: 10px 12px;
            border-radius: 50px; }
        body.main-site .landing-new .menu-desktop .menu-contain ul li::after {
          height: 35px;
          display: block;
          width: 2px;
          background: #000;
          content: '';
          position: absolute;
          top: 17%;
          right: 0; }
        body.main-site .landing-new .menu-desktop .menu-contain ul li.last-menu:after {
          display: none !important; }
    body.main-site .landing-new .menu-desktop.normal-menu {
      background: #472980;
      color: #fff; }
      body.main-site .landing-new .menu-desktop.normal-menu .menu-contain ul li a {
        color: #fff;
        transition: .3s all ease-in-out; }
      body.main-site .landing-new .menu-desktop.normal-menu .menu-contain ul li a:hover, body.main-site .landing-new .menu-desktop.normal-menu .menu-contain ul li a.active {
        background: #472980;
        color: #fff;
        padding: 10px 12px;
        border-radius: 50px; }
      body.main-site .landing-new .menu-desktop.normal-menu .menu-contain ul li::after {
        height: 35px;
        display: block;
        width: 2px;
        background: #fff;
        content: '';
        position: absolute;
        top: 17%;
        right: 0; }
    body.main-site .landing-new .blue-menu {
      color: #fff; }
      body.main-site .landing-new .blue-menu .menu-contain ul {
        margin-bottom: 0; }
        body.main-site .landing-new .blue-menu .menu-contain ul li {
          display: inline-block;
          position: relative;
          padding: 0;
          text-align: center;
          font-family: "Montserrat", sans-serif;
          width: 24.7%;
          font-size: 1rem;
          font-weight: 700;
          vertical-align: middle; }
          body.main-site .landing-new .blue-menu .menu-contain ul li a {
            color: #fff;
            transition: .3s all ease-in-out;
            padding: 1.5rem 2rem;
            display: block;
            margin: 0;
            background: #472980; }
          body.main-site .landing-new .blue-menu .menu-contain ul li a:hover, body.main-site .landing-new .blue-menu .menu-contain ul li a.active {
            background: #000;
            color: #fff; }
        body.main-site .landing-new .blue-menu .menu-contain ul li.last-menu a {
          border-right: 0; }
    body.main-site .landing-new .group {
      position: relative;
      margin-bottom: 45px; }
      body.main-site .landing-new .group label {
        top: -26px;
        font-size: 16px;
        color: #472980;
        font-weight: 600;
        left: 0;
        width: fit-content;
        margin-bottom: 0; }
    body.main-site .landing-new input, body.main-site .landing-new select {
      font-size: 18px;
      padding: 10px 10px 10px 5px;
      display: block;
      width: 100%;
      border: none;
      border: 1px solid #757575;
      font-family: "Montserrat", sans-serif;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
    body.main-site .landing-new input:focus {
      outline: none; }
    body.main-site .landing-new label {
      color: #999;
      font-size: 18px;
      font-weight: normal;
      position: absolute;
      pointer-events: none;
      left: 5px;
      top: 10px;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all;
      width: 100%;
      background: #fff;
      font-family: "Montserrat", sans-serif;
      text-transform: unset;
      letter-spacing: 0; }
    body.main-site .landing-new input:focus ~ .bar:before, body.main-site .landing-new input:focus ~ .bar:after, body.main-site .landing-new select:focus ~ .bar:before, body.main-site .landing-new select:focus ~ .bar:after {
      width: 50%; }
    body.main-site .landing-new input[type=number]::-webkit-inner-spin-button,
    body.main-site .landing-new input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    body.main-site .landing-new input[type=number] {
      -moz-appearance: textfield; }
    body.main-site .landing-new .highlight {
      position: absolute;
      height: 60%;
      width: 100px;
      top: 25%;
      left: 0;
      pointer-events: none;
      opacity: 0.5;
      padding: 0;
      background: none;
      color: transparent;
      border-radius: 0; }
    body.main-site .landing-new input:focus ~ .highlight, body.main-site .landing-new select:focus ~ .highlight {
      -webkit-animation: inputHighlighter 0.3s ease;
      -moz-animation: inputHighlighter 0.3s ease;
      animation: inputHighlighter 0.3s ease; }
@-webkit-keyframes inputHighlighter {
  from {
    background: #472980; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #472980; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #472980; }
  to {
    width: 0;
    background: transparent; } }
    body.main-site .landing-new .container-fluid-cap.min_h-full {
      min-height: 100vh;
      display: flex;
      flex-direction: column; }
      body.main-site .landing-new .container-fluid-cap.min_h-full .section-3 {
        flex-grow: 1; }
    body.main-site .landing-new .section-1 {
      padding: 3rem 3rem 0rem 3rem;
      text-align: center;
      background: transparent; }
      body.main-site .landing-new .section-1 h1 {
        font-family: "Montserrat", Helvetica;
        font-size: 45px;
        line-height: 1.3;
        color: #000; }
      body.main-site .landing-new .section-1 p {
        font-weight: 700;
        color: #000;
        font-size: 28px; }
        body.main-site .landing-new .section-1 p span {
          font-family: "Montserrat", Helvetica;
          color: #472980;
          font-size: 40px; }
      body.main-site .landing-new .section-1 img {
        max-width: 60%; }
      body.main-site .landing-new .section-1 h2 {
        color: #000;
        font-size: 26px;
        margin-top: 2rem; }
    body.main-site .landing-new .section-2 {
      padding: 6rem 12% 2rem;
      background: #efefef; }
      body.main-site .landing-new .section-2 h2 {
        text-align: center;
        color: #472980;
        font-size: 35px; }
      body.main-site .landing-new .section-2 p {
        font-size: 18px;
        margin-bottom: 0; }
      body.main-site .landing-new .section-2 .all-steps {
        margin-top: 5rem; }
      body.main-site .landing-new .section-2 .step {
        margin: 0;
        margin-bottom: 4rem; }
        body.main-site .landing-new .section-2 .step p {
          text-align: left;
          line-height: 1.3 !important; }
        body.main-site .landing-new .section-2 .step .title {
          font-weight: 700;
          font-size: 20px;
          margin-bottom: 0; }
        body.main-site .landing-new .section-2 .step .min-btn {
          background: #472980;
          color: #fff;
          padding: 8px 20px;
          border-radius: 50px;
          display: inline-block;
          margin-top: 8px;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-weight: 700;
          transition: .3s all ease-in-out; }
        body.main-site .landing-new .section-2 .step .min-btn:hover {
          background: #000; }
        body.main-site .landing-new .section-2 .step .p-btn {
          min-height: 46px; }
    body.main-site .landing-new .section-3 {
      background-color: transparent;
      color: #fff;
      padding: 2rem 1rem; }
      body.main-site .landing-new .section-3 .box-content {
        background: #fff;
        color: #000;
        padding: 3rem 4rem;
        min-height: 66vh;
        background-color: white;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px; }
        body.main-site .landing-new .section-3 .box-content.centered {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
        body.main-site .landing-new .section-3 .box-content.back {
          background: transparent; }
        body.main-site .landing-new .section-3 .box-content h2 {
          text-align: center;
          color: #472980;
          font-size: 35px; }
        body.main-site .landing-new .section-3 .box-content .pop-up-link {
          font-family: "Montserrat", sans-serif;
          text-align: center;
          color: #472980; }
        body.main-site .landing-new .section-3 .box-content .subtitle {
          font-family: "Montserrat", sans-serif;
          text-align: center;
          font-weight: 700;
          font-size: 18px;
          margin-bottom: 4rem; }
        body.main-site .landing-new .section-3 .box-content .blue {
          font-family: "Montserrat", sans-serif;
          text-align: center;
          font-weight: 700;
          color: #472980; }
        body.main-site .landing-new .section-3 .box-content .btn-contain {
          text-align: center; }
          body.main-site .landing-new .section-3 .box-content .btn-contain .btn-form {
            background: #472980;
            color: #fff;
            padding: 25px 6rem 25px;
            font-weight: 500;
            display: inline-block;
            border-radius: 50px;
            transition: .3s all ease-in-out;
            font-family: "Montserrat", Helvetica;
            text-transform: uppercase;
            font-size: 22px;
            line-height: .8;
            z-index: 60;
            border: none; }
          body.main-site .landing-new .section-3 .box-content .btn-contain .btn-form:hover {
            background: #79689F; }
        body.main-site .landing-new .section-3 .box-content .input-contain {
          text-align: center; }
          body.main-site .landing-new .section-3 .box-content .input-contain p {
            color: #999;
            font-size: 18px;
            font-weight: normal;
            font-family: "Montserrat", sans-serif;
            margin-bottom: 0; }
          body.main-site .landing-new .section-3 .box-content .input-contain .file-item {
            display: none; }
          body.main-site .landing-new .section-3 .box-content .input-contain .file_label {
            display: inline-block;
            margin: 50px auto;
            font-size: 20px;
            font-family: "Montserrat", sans-serif;
            width: auto;
            height: auto;
            line-height: 40px;
            background-color: #14289e;
            color: #FFF;
            text-align: center;
            padding: 5px 25px;
            border: 2px solid #14289e;
            border-radius: 5px;
            transition: all 0.3s ease-in-out;
            position: relative;
            pointer-events: initial;
            left: auto;
            top: auto; }
          body.main-site .landing-new .section-3 .box-content .input-contain .file_label:hover {
            background: transparent;
            color: #14289e; }
          body.main-site .landing-new .section-3 .box-content .input-contain .fa {
            margin-right: 5px; }
        body.main-site .landing-new .section-3 .box-content .checkbox-contain {
          margin-bottom: 2rem; }
        body.main-site .landing-new .section-3 .box-content .check-input {
          margin-bottom: 15px; }
          body.main-site .landing-new .section-3 .box-content .check-input .container-text {
            display: block;
            position: relative;
            padding-left: 45px;
            margin-bottom: 12px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            padding-top: 5px;
            pointer-events: all;
            font-weight: 700;
            color: #472980; }
          body.main-site .landing-new .section-3 .box-content .check-input .container-text input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0; }
          body.main-site .landing-new .section-3 .box-content .check-input .checkmark {
            position: absolute;
            top: 20%;
            left: 0;
            height: 28px;
            width: 28px;
            border: 2px solid #000; }
          body.main-site .landing-new .section-3 .box-content .check-input .container-text input:checked ~ .checkmark {
            background-color: #472980;
            border-color: #472980; }
          body.main-site .landing-new .section-3 .box-content .check-input .checkmark:after {
            content: "";
            position: absolute;
            display: none; }
          body.main-site .landing-new .section-3 .box-content .check-input .container-text input:checked ~ .checkmark:after {
            display: block; }
          body.main-site .landing-new .section-3 .box-content .check-input .container-text .checkmark:after {
            left: 8px;
            top: 3px;
            width: 8px;
            height: 15px;
            border: solid #fff;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      body.main-site .landing-new .section-3 .roulette .logo-home {
        padding-top: 2%;
        text-align: center;
        flex-grow: 0; }
        body.main-site .landing-new .section-3 .roulette .logo-home .width-position {
          position: absolute;
          width: 20% !important; }
        body.main-site .landing-new .section-3 .roulette .logo-home .left-top {
          top: 24px;
          right: 29px; }
        body.main-site .landing-new .section-3 .roulette .logo-home .right-top {
          top: 24px;
          left: 48px; }
        body.main-site .landing-new .section-3 .roulette .logo-home .image {
          width: 65%;
          padding-top: 40px;
          padding-bottom: 40px; }
      body.main-site .landing-new .section-3 .roulette .contnt_cmax {
        flex-grow: 1; }
        body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax {
          height: 100%; }
          body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete {
            padding: 0 20px;
            text-align: center;
            margin: auto;
            position: relative;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            z-index: 2; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng {
              width: max-content;
              height: 100%;
              position: relative;
              margin: 0 auto;
              padding: 0; }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .roullete_img {
                width: 100%;
                height: auto;
                max-width: 550px;
                filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.5)); }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .contn_objets {
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                left: 0;
                padding: 0; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .contn_objets .contn_pun {
                  width: 100%;
                  height: 100%;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  position: relative; }
                  body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .contn_objets .contn_pun img {
                    width: 30%;
                    aspect-ratio: 1 / 1;
                    object-fit: scale-down;
                    object-position: center; }
                    body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .contn_objets .contn_pun img.pointer_anim {
                      display: none;
                      margin-top: -4%; }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 p {
                  position: absolute;
                  font-size: 24px;
                  font-family: var(--font-primary), sans-serif;
                  color: #fff;
                  text-align: center;
                  width: 20%; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-0 {
                  top: 38%;
                  left: 18%;
                  transform: rotate(-160deg);
                  margin: 0; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-1 {
                  top: 24%;
                  left: 31%;
                  transform: rotate(-115deg);
                  margin: 0; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-2 {
                  top: 25%;
                  right: 30%;
                  transform: rotate(-65deg);
                  margin: 0; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-3 {
                  top: 37%;
                  right: 16%;
                  transform: rotate(335deg);
                  margin: 0; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-4 {
                  bottom: 36%;
                  right: 17%;
                  transform: rotate(25deg);
                  margin: 0; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-5 {
                  bottom: 23%;
                  right: 30%;
                  transform: rotate(65deg);
                  margin: 0; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-6 {
                  bottom: 23%;
                  left: 30%;
                  transform: rotate(115deg);
                  margin: 0; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-7 {
                  bottom: 37%;
                  left: 17%;
                  transform: rotate(-200deg);
                  margin: 0; }
          body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .roulette_base {
            margin-top: -5%;
            text-align: center; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .roulette_base img {
              max-width: 55%;
              filter: drop-shadow(0px 4px 22px rgba(0, 0, 0, 0.5)); }
          body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .right_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .right_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left-a, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left-b, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .left_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .right_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .left_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .right_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .left-a, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .left-b, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .right_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .right_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left-a, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left-b {
              position: absolute; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .right_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .left_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .right_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .right_p {
              top: 320px;
              bottom: 0;
              width: 100%;
              max-width: 250px;
              margin: auto 0;
              height: max-content; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .right_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .left_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .right_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .right_s {
              width: 100%;
              max-width: 100px;
              top: 7rem;
              bottom: 0;
              margin: auto 0;
              height: max-content; }
          body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person {
            z-index: 1; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left_p {
              left: 20px; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .right_p {
              right: 10px; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left-a {
              bottom: 140px;
              width: 100%;
              max-width: 350px;
              z-index: -1;
              left: -40px; }
          body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn {
            z-index: 3;
            width: 30%;
            right: 0;
            left: unset; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left-b {
              top: 0;
              right: 0;
              max-width: 350px;
              margin: auto;
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left-b .contnt-btn-start {
                background-color: #00113f;
                color: #fff;
                padding: 20px 60px;
                border-radius: 10px;
                box-shadow: 0 0 20px white;
                font-family: var(--font-primary), sans-serif;
                letter-spacing: 1px;
                font-size: 14px; }
      body.main-site .landing-new .section-3 .roulette h1.title {
        text-align: left;
        font-size: 5rem;
        font-family: var(--font-primary), sans-serif, sans-serif;
        margin: 0;
        padding-left: 5rem;
        color: #fff; }
      body.main-site .landing-new .section-3 .price {
        text-align: center; }
        body.main-site .landing-new .section-3 .price img {
          max-width: 70%; }
    body.main-site .landing-new .section-4 {
      background: #fff;
      color: #000;
      padding: 0;
      position: relative;
      margin-top: -2rem; }
      body.main-site .landing-new .section-4 p {
        font-size: 18px; }
      body.main-site .landing-new .section-4 .btn-contain {
        text-align: center; }
        body.main-site .landing-new .section-4 .btn-contain .terms-btn {
          background: #000;
          color: #fff;
          display: inline-block;
          border-radius: 50px;
          font-weight: 700;
          padding: 1rem 4rem;
          font-family: "Montserrat", sans-serif;
          transition: .3s all ease-in-out; }
        body.main-site .landing-new .section-4 .btn-contain .terms-btn:hover {
          text-decoration: none;
          background: #472980; }
      body.main-site .landing-new .section-4 .terms {
        background-color: #fff;
        padding: 5rem 1.5rem 3rem; }
        body.main-site .landing-new .section-4 .terms .logos-contain {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          grid-gap: 10px; }
          body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center;
            padding: 1rem;
            text-align: center; }
            body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_3 img {
              width: 300px; }
            body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_2 p {
              color: #576A83;
              font-size: 11px;
              margin-bottom: .3rem;
              font-weight: 600;
              line-height: 13px !important; }
            body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_2 img {
              width: 90px; }
            body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer img {
              display: block;
              margin: auto;
              max-width: 100%;
              width: auto; }
  body.main-site .featherlight .featherlight-inner {
    display: block !important; }
  body.main-site .featherlight .featherlight-content {
    background: #f6f4f5;
    border-radius: 30px; }
    body.main-site .featherlight .featherlight-content .inside-lightbox {
      text-align: center;
      padding: 2rem; }
      body.main-site .featherlight .featherlight-content .inside-lightbox h5 {
        font-size: 25px;
        font-family: "Montserrat", Helvetica;
        color: #472980; }
      body.main-site .featherlight .featherlight-content .inside-lightbox p {
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        max-width: 60%;
        font-weight: 700;
        margin: 0 auto 1rem; }
      body.main-site .featherlight .featherlight-content .inside-lightbox img {
        max-width: 70%;
        margin-bottom: 1.5rem; }
      body.main-site .featherlight .featherlight-content .inside-lightbox table p {
        margin: 0 auto;
        max-width: 100%; }
      body.main-site .featherlight .featherlight-content .inside-lightbox table h5 {
        margin-bottom: 0;
        margin-top: 5px; }
  body.main-site .modal-body {
    padding: 7rem 1rem !important; }
  body.main-site .modal-dialog {
    max-width: 800px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    margin: auto; }
  body.main-site .modal-content {
    position: relative;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 5px solid #F4A9CB;
    background: linear-gradient(116.01deg, #fff3f3 0%, #fff7f7 29.17%, #ffffff 100%); }
    body.main-site .modal-content::after {
      content: '';
      width: 50%;
      height: 50%;
      background: url(../../../assets/img/casa-ideas-30/2.png) no-repeat left 1rem bottom 1rem;
      background-size: contain;
      position: absolute;
      bottom: 0;
      left: 0; }
    body.main-site .modal-content::before {
      content: '';
      width: 50%;
      height: 50%;
      background: url(../../../assets/img/casa-ideas-30/1.png) no-repeat right 1rem top 1rem;
      background-size: contain;
      position: absolute;
      top: 0;
      right: 0; }
    body.main-site .modal-content button {
      font-family: 'Montserrat', sans-serif;
      z-index: 1;
      position: relative;
      line-height: 3.589rem;
      font-size: 2.664rem;
      background-color: #472980;
      color: #fff;
      border-radius: 64.68px;
      padding: 16px 65px;
      -webkit-border-radius: 64.68px;
      -moz-border-radius: 64.68px;
      -ms-border-radius: 64.68px;
      -o-border-radius: 64.68px; }
    body.main-site .modal-content h1 {
      font-size: 5rem;
      color: #472980;
      font-weight: 700; }
    body.main-site .modal-content p {
      position: relative;
      z-index: 1;
      color: #616161;
      font-size: 2rem; }
      body.main-site .modal-content p:not(.colored) {
        opacity: .8;
        margin-bottom: 1rem; }
      body.main-site .modal-content p.colored {
        color: #472980;
        font-size: 2.2rem;
        font-weight: 500; }
    body.main-site .modal-content #respuesta {
      font-size: 4rem;
      color: #472980;
      font-weight: 700; }
    body.main-site .modal-content .p-absolute {
      position: absolute;
      bottom: 1rem;
      right: 1.5rem;
      margin-bottom: 0;
      color: #616161;
      font-weight: 700;
      font-size: 1.5rem; }
  body.main-site h1.title {
    font-size: 5rem;
    color: #472980;
    font-weight: 700;
    line-height: 5.3rem; }
  body.main-site #wrapper {
    background: transparent; }
    body.main-site #wrapper #content {
      background: transparent; }
  body.main-site .icon-angle-up:hover {
    background-color: #472980 !important; }
  body.main-site .box__normal {
    width: 800px;
    margin: auto;
    max-width: 100%; }
  body.main-site .primary-color {
    color: var(--primary-color) !important; }
  body.main-site .second-color {
    color: var(--second-color) !important; }
  @media screen and (max-width: 767px) {
    body.main-site .featherlight .featherlight-content {
      max-width: 90%;
      max-height: 90%; }
      body.main-site .featherlight .featherlight-content .inside-lightbox {
        padding: 1rem 0; }
        body.main-site .featherlight .featherlight-content .inside-lightbox h5 {
          font-size: 22px; }
        body.main-site .featherlight .featherlight-content .inside-lightbox p {
          max-width: 90%; }
    body.main-site .container {
      padding: 20px 0;
      width: 330px !important; }
    body.main-site .landing-new {
      padding: 30; }
      body.main-site .landing-new .box-content .btn-contain {
        margin-top: 3rem; }
        body.main-site .landing-new .box-content .btn-contain .btn-form {
          font-size: 20px;
          padding: 1rem 4.5rem; }
      body.main-site .landing-new .steps-contain {
        margin: 0 0 2rem; }
        body.main-site .landing-new .steps-contain .steps li {
          width: 60px;
          height: 60px;
          line-height: 57px;
          margin: 0 6px;
          border: 5px solid #12b7e3;
          font-size: 32px; }
      body.main-site .landing-new .steps-contain:after {
        top: 45%; }
      body.main-site .landing-new .bottom-sign img {
        max-width: 100%; }
      body.main-site .landing-new .description {
        margin: 2rem 0; }
        body.main-site .landing-new .description .pc {
          display: none; }
        body.main-site .landing-new .description .mobile {
          display: block; }
      body.main-site .landing-new .menu-desktop .menu-contain ul {
        overflow: auto;
        white-space: nowrap; }
        body.main-site .landing-new .menu-desktop .menu-contain ul li {
          width: auto; }
      body.main-site .landing-new .blue-menu .menu-contain ul {
        overflow: auto;
        white-space: nowrap; }
        body.main-site .landing-new .blue-menu .menu-contain ul li {
          width: auto;
          min-width: 100px; }
      body.main-site .landing-new .section-1 {
        padding: 3rem 0; }
        body.main-site .landing-new .section-1 h1 {
          font-size: 24px; }
        body.main-site .landing-new .section-1 img {
          max-width: 90%;
          margin-bottom: 2rem; }
        body.main-site .landing-new .section-1 p {
          font-size: 18px; }
          body.main-site .landing-new .section-1 p span {
            display: block;
            font-size: 24px; }
      body.main-site .landing-new .section-2 {
        padding: 3rem 0; }
        body.main-site .landing-new .section-2 h2 {
          font-size: 22px;
          margin-bottom: 1rem; }
        body.main-site .landing-new .section-2 p {
          font-size: 16px; }
        body.main-site .landing-new .section-2 .all-steps {
          margin-top: 4rem; }
        body.main-site .landing-new .section-2 .step {
          text-align: center; }
          body.main-site .landing-new .section-2 .step p {
            text-align: center;
            font-size: 16px; }
          body.main-site .landing-new .section-2 .step img {
            max-width: 50%;
            margin-bottom: 1rem; }
          body.main-site .landing-new .section-2 .step .min-btn {
            font-size: 16px; }
      body.main-site .landing-new .section-3 {
        padding: 2rem 1rem; }
        body.main-site .landing-new .section-3 .box-content {
          padding: 2rem; }
          body.main-site .landing-new .section-3 .box-content .input-contain .file_label {
            word-break: break-all; }
          body.main-site .landing-new .section-3 .box-content h2 {
            font-size: 22px;
            margin-bottom: 1rem; }
          body.main-site .landing-new .section-3 .box-content .subtitle {
            margin-bottom: 2.5rem;
            font-size: 16px; }
          body.main-site .landing-new .section-3 .box-content .btn-contain .btn-form {
            font-size: 18px;
            padding: 1rem 3rem;
            line-height: 1.1; }
          body.main-site .landing-new .section-3 .box-content .roulette .contnt_cmax .roullete-cmax .content_roullete {
            padding: 0; }
          body.main-site .landing-new .section-3 .box-content .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng {
            width: 100%; }
          body.main-site .landing-new .section-3 .box-content .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .contn_objets .contn_pun img {
            width: 70px;
            height: 70px; }
          body.main-site .landing-new .section-3 .box-content .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 p {
            font-size: 14px; }
          body.main-site .landing-new .section-3 .box-content .pop-up-link {
            display: block;
            margin-top: 3rem; }
          body.main-site .landing-new .section-3 .box-content .roulette .contnt_cmax .roullete-cmax .roulette_base img {
            max-width: 100%; }
      body.main-site .landing-new .section-4 {
        padding: 20px; }
        body.main-site .landing-new .section-4 p {
          font-size: 16px; }
        body.main-site .landing-new .section-4 .terms {
          background-color: #fff;
          padding: 2rem 1.5rem 3rem; }
          body.main-site .landing-new .section-4 .terms .logos-contain {
            display: grid;
            grid-template-columns: 100%;
            grid-gap: 10px; }
            body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer {
              -webkit-align-self: center;
              -ms-flex-item-align: center;
              align-self: center;
              padding: 1rem;
              text-align: center; }
              body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_2 p {
                font-size: 10px;
                line-height: 13px; }
              body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_2 img {
                width: 80px; }
              body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_3 img {
                width: 300px; }
              body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer img {
                display: block;
                margin: auto;
                max-width: 100%;
                width: auto; } }
  @media screen and (max-width: 991px) {
    body.main-site .modal-content button {
      line-height: 1.589rem;
      font-size: 1.664rem; }
    body.main-site .modal-content h1 {
      font-size: 3rem; }
    body.main-site h1.title {
      font-size: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    body.main-site .featherlight .featherlight-content {
      max-width: 70%;
      max-height: 80%; }
    body.main-site .landing-new .bottom-sign img {
      max-width: 70%; }
    body.main-site .landing-new {
      padding: 20px 0; }
      body.main-site .landing-new .title-inner h1 {
        font-size: 55px; }
      body.main-site .landing-new .steps-contain .steps li {
        margin: 0 1.5rem; }
      body.main-site .landing-new .steps-contain:after {
        top: 45%; }
      body.main-site .landing-new .menu-desktop .menu-contain ul {
        overflow: auto;
        white-space: nowrap; }
        body.main-site .landing-new .menu-desktop .menu-contain ul li {
          width: auto; }
      body.main-site .landing-new .blue-menu .menu-contain ul li {
        width: 24.55%; }
      body.main-site .landing-new h2 {
        font-size: 28px; }
      body.main-site .landing-new h5 {
        font-size: 18px; }
      body.main-site .landing-new p {
        font-size: 17px;
        line-height: 1.2; }
      body.main-site .landing-new .section-1 {
        padding: 3rem 0; }
        body.main-site .landing-new .section-1 h1 {
          font-size: 40px; }
        body.main-site .landing-new .section-1 p {
          font-size: 20px; }
          body.main-site .landing-new .section-1 p span {
            font-size: 28px; }
      body.main-site .landing-new .section-2 {
        padding: 2rem; }
        body.main-site .landing-new .section-2 .step {
          padding: 0 6rem; }
      body.main-site .landing-new .section-3 {
        padding: 2rem 5%; }
        body.main-site .landing-new .section-3 .box-content .input-contain .file_label {
          word-break: break-all; }
        body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng {
          width: 100%; }
        body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .contn_objets .contn_pun img {
          width: 100px;
          height: 100px; }
      body.main-site .landing-new .section-4 .terms {
        padding: 1rem 0; }
        body.main-site .landing-new .section-4 .terms img {
          max-width: 100%; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    body.main-site .landing-new .container {
      margin: auto;
      padding: 0;
      width: 100%; }
    body.main-site .featherlight .featherlight-content {
      max-width: 60%;
      max-height: 70%; }
    body.main-site .landing-new .steps-contain .steps li {
      margin: 0 5.5rem; }
    body.main-site .landing-new .steps-contain:after {
      top: 50%; }
    body.main-site .landing-new .blue-menu .menu-contain ul li {
      width: 24.65%; }
    body.main-site .landing-new .section-1 {
      padding: 4rem 2rem 0; }
    body.main-site .landing-new .section-2 {
      padding: 2rem 5%; }
    body.main-site .landing-new .section-4 {
      padding: 4rem 2rem; }
      body.main-site .landing-new .section-4 .terms img {
        max-width: 80%; } }
  @media screen and (min-width: 1200px) {
    body.main-site .featherlight .featherlight-content {
      max-width: 40%;
      max-height: 70%; } }
