@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Lexend+Deca&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body .body-home {
  background: #fff;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  list-style: none;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  outline: none;
}

button,
input {
  /* 1 */
  overflow: visible;
  border-radius: 0px;
}

button,
select,
textarea,
input {
  /* 1 */
  border-radius: 0px;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

hr {
  border: 0;
  border-bottom: solid 1px #eaeaea;
  width: 100%;
  background: none;
}
hr.vertical {
  width: 1px;
  height: 100%;
  border: none;
  background-color: #eaeaea;
  position: absolute;
  margin: 0;
}

.icon-arrow {
  margin-left: 10px;
  margin-bottom: 6px;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  transition: 0.5s;
}

.content-icon {
  margin-right: 15px;
}
.content-icon img {
  width: 100%;
}

@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Sabu";
  font-style: normal;
  font-weight: 400;
  src: url("../../../assets/fonts/sabu/Sabu-Regular.ttf");
  font-display: swap;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: "Lexend Deca";
}
body.active {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 0.6vw;
}
body::-webkit-scrollbar-track {
  background: #000000;
}
body::-webkit-scrollbar-thumb {
  width: 0.7vw;
  border-radius: 10%;
  background-color: rgba(101, 95, 95, 0.6);
}

#LeadboosterContainer {
  bottom: 50px !important;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.container-banner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  max-width: 100%;
}

.container-title {
  font-family: "Archivo";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0;
  color: #000000;
  display: flex;
}
@media screen and (min-width: 768px) {
  .container-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .container-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.container-title a {
  display: flex;
  align-items: center;
  color: inherit;
  justify-content: flex-end;
}
.container-title a .arrow {
  margin-left: 6px;
  width: 8px;
}
@media screen and (min-width: 1024px) {
  .container-title.mobile {
    display: none !important;
  }
}
.container-title.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1201px) {
  .container-title.right {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-5 {
    margin-left: 5%;
  }
}

@media screen and (min-width: 768px) {
  .mr-5 {
    margin-right: 5%;
  }
}

.open-modal {
  cursor: pointer;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.container-banner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container-header {
  width: 100%;
  max-width: 100%;
  background-color: #000000;
  position: sticky;
  top: 0;
  z-index: 100;
}

.archivo {
  font-family: "Archivo";
}

.pathActived {
  color: #15BEF0 !important;
}
.pathActived path {
  fill: #15BEF0 !important;
}

.color-red {
  color: #E81F76;
}

.border-color-red {
  border-color: #E81F76 !important;
}

.placeholder-red input::placeholder,
.placeholder-red input[type=text] {
  color: #E81F76;
}

.color-blue {
  color: #3CB4E5;
}

.border-color-blue {
  border-color: #3CB4E5 !important;
}

.placeholder-blue input::placeholder,
.placeholder-blue input[type=text] {
  color: #3CB4E5;
}

.color-green {
  color: #00A19B;
}

.border-color-green {
  border-color: #00A19B !important;
}

.placeholder-green input::placeholder,
.placeholder-green input[type=text] {
  color: #00A19B;
}

.color-orange {
  color: #FF7800;
}

.border-color-orange {
  border-color: #FF7800 !important;
}

.placeholder-orange input::placeholder,
.placeholder-orange input[type=text] {
  color: #FF7800;
}

.color-yellow {
  color: #F5A800;
}

.border-color-yellow {
  border-color: #F5A800 !important;
}

.placeholder-yellow input::placeholder,
.placeholder-yellow input[type=text] {
  color: #F5A800;
}

.color-pink {
  color: #DA236F;
}

.border-color-pink {
  border-color: #DA236F !important;
}

.placeholder-pink input::placeholder,
.placeholder-pink input[type=text] {
  color: #DA236F;
}

.color-purple {
  color: #961FBD;
}

.border-color-purple {
  border-color: #961FBD !important;
}

.placeholder-purple input::placeholder,
.placeholder-purple input[type=text] {
  color: #961FBD;
}

.color-dark {
  color: #000000;
}

.border-color-dark {
  border-color: #000000 !important;
}

.placeholder-dark input::placeholder,
.placeholder-dark input[type=text] {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.border-color-white {
  border-color: #ffffff !important;
}

.placeholder-white input::placeholder,
.placeholder-white input[type=text] {
  color: #ffffff;
}

.logo-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 23px;
}
@media screen and (min-width: 768px) {
  .logo-container {
    height: 52px;
  }
}
.logo-container img {
  height: 85%;
}
.logo-container img.logo {
  margin-right: 4px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .logo-container img.logo {
    margin-right: 7px;
  }
}
@media screen and (min-width: 768px) {
  .logo-container.setWidth {
    width: 100px;
  }
}
.logo-container.custom {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .logo-container.custom {
    height: 80px;
  }
}
@media screen and (min-width: 1400) {
  .logo-container.custom {
    height: 100px;
  }
}
.logo-container.custom img {
  width: 60%;
}
@media screen and (max-width: 700px) {
  .logo-container.custom img:first-child {
    width: 40%;
  }
}
@media screen and (min-width: 950px) {
  .logo-container.custom img:first-child {
    width: 30%;
  }
}
@media screen and (min-width: 1300px) {
  .logo-container.custom img:first-child {
    width: 50%;
  }
}

.checkbox {
  display: flex;
  align-items: center;
  position: relative;
}
.checkbox__name {
  font-family: "Lexend Deca";
  margin-left: 10px;
  font-size: 10px;
}
.checkbox__content {
  display: flex;
  align-items: flex-start;
  color: rgb(38.25, 38.25, 38.25);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.checkbox__content:hover .checkbox__box {
  transition: all 0.15s ease-in-out;
  border: solid 1px none;
}
.checkbox__box {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 1px;
  border-radius: 3px;
  border: solid 1px #E7E9EC;
}
.checkbox input[type=checkbox] {
  z-index: 2;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked ~ .checkbox__box {
  border: solid 1px #000000;
  background-color: #000000;
}
.checkbox input[type=checkbox]:checked ~ .checkbox__box:before {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  content: "\e909";
  font-size: 10px;
  color: #ffffff;
}
.checkbox.white input[type=checkbox]:checked ~ .checkbox__box {
  border: solid 1px #000000;
  background-color: transparent;
}
.checkbox.white input[type=checkbox]:checked ~ .checkbox__box:before {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  content: "\e909";
  font-size: 13px;
  color: #000000;
}
.checkbox.white .checkbox__box {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 1px;
  border-radius: 0px;
  border: solid 1px #E7E9EC;
}
.checkbox.white .checkbox__name {
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
}

.radiobutton {
  display: flex;
  align-items: center;
  position: relative;
}
.radiobutton__content {
  display: flex;
  align-items: center;
  color: rgb(38.25, 38.25, 38.25);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.radiobutton__content:hover .radiobutton__box {
  transition: all 0.15s ease-in-out;
  border: solid 1px none;
}
.radiobutton__content:hover .radiobutton__name {
  transition: all 0.15s ease-in-out;
  color: none;
}
.radiobutton__box {
  display: inline-flex;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  border: solid 1px #E7E9EC;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.radiobutton input[type=radio] {
  opacity: 0;
}
.radiobutton input[type=radio]:checked ~ .radiobutton__box {
  border: solid 1px none;
}
.radiobutton input[type=radio]:checked ~ .radiobutton__box:before {
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  content: "";
  font-size: 16px;
  color: none;
  background: #000;
  border-radius: 50%;
}
.radiobutton input[type=radio]:checked ~ .radiobutton__name {
  color: none;
}
.radiobutton__name {
  width: 190px;
  font-size: 13px;
  letter-spacing: 1.1px;
  margin-left: 14px;
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .form__row {
    flex-direction: row;
  }
}
.form__row__col {
  padding-right: 10px;
  padding-left: 10px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.form__row.wrap {
  flex-wrap: wrap;
  flex-direction: row;
}
.form__row.wrap .form__row__col {
  width: 100%;
  flex-basis: initial;
  box-sizing: border-box;
}
@media screen and (min-width: 721px) {
  .form__row.wrap .form__row__col {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .form__row.wrap .form__row__col {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.form input[type=search]::-webkit-search-decoration,
.form input[type=search]::-webkit-search-cancel-button,
.form input[type=search]::-webkit-search-results-button,
.form input[type=search]::-webkit-search-results-decoration {
  display: none;
  appearance: none;
}
.form input[type=text],
.form input[type=email],
.form input[type=number],
.form input[type=password],
.form input[type=search],
.form input[type=url],
.form input[type=tel],
.form textarea {
  color: #000000;
  width: 100%;
  border: 1px solid #E7E9EC;
  height: 40px;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out;
  box-sizing: border-box;
  line-height: 1.5;
  border-radius: 4px !important;
  font-family: "Lexend Deca";
  background-color: transparent;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=password]:focus,
.form input[type=search]:focus,
.form input[type=url]:focus,
.form input[type=tel]:focus,
.form textarea:focus {
  outline: none;
  transition: all 0.15s ease-in-out;
  border-color: #3cb4e5;
  box-shadow: none;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=number]::placeholder,
.form input[type=password]::placeholder,
.form input[type=search]::placeholder,
.form input[type=url]::placeholder,
.form input[type=tel]::placeholder,
.form textarea::placeholder {
  color: rgb(38.25, 38.25, 38.25);
  font-size: 14px;
}
.form input[type=text]:disabled,
.form input[type=email]:disabled,
.form input[type=number]:disabled,
.form input[type=password]:disabled,
.form input[type=search]:disabled,
.form input[type=url]:disabled,
.form input[type=tel]:disabled,
.form textarea:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form textarea {
  height: 100%;
  height: 95px;
  resize: none;
}
.form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
.form__group label {
  font-family: "Lexend Deca";
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 10px;
  color: #27292C;
  font-size: 12px;
  letter-spacing: normal;
}
.form__group__select {
  position: relative;
}
.form__group__select select {
  color: #000000;
  width: 100%;
  border: 1px solid #E7E9EC;
  height: 40px;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out;
  box-sizing: border-box;
  line-height: 1.5;
  border-radius: 4px !important;
  font-family: "Lexend Deca";
  background-color: transparent;
  cursor: pointer;
  min-width: 100px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0.375rem 1.5rem 0.375rem 0.75rem;
}
.form__group__select select:focus {
  outline: none;
  transition: all 0.15s ease-in-out;
  border-color: #3cb4e5;
  box-shadow: none;
}
.form__group__select::before {
  content: url("../images/icons/vector-bold.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  right: 15px;
  pointer-events: none;
  transition: 0.5s all;
}
.form__group__select:active::before {
  transform: rotate(-180deg) translateY(50%);
}
.form__group__select-input {
  display: flex;
  flex-direction: row;
}
.form__group__select-input .form__group__select {
  width: 260px;
  margin-right: 0;
}
.form__group__select-input .form__group__select select {
  height: 100%;
  border: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.form__group__select-input .form__group__select select:focus {
  border-color: #E7E9EC;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form__group__select-input .input {
  width: 100%;
}
.form__group__select-input input {
  width: 100%;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form__group__radio-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form__group__radio-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

.form-error-all {
  margin-top: 20px;
  text-align: center;
}

.btn {
  display: inline-flex;
  padding: 14px 36px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  text-decoration: none;
  text-transform: initial;
  letter-spacing: 0;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  border-radius: 8px;
}

.btn {
  background-color: #F1F1F1;
  color: #909090;
  border: #F1F1F1;
}

.btn-primary {
  background-color: #FF7800;
  color: #ffffff;
  border: solid 1px #FF7800;
}
.btn-primary:hover {
  background-color: #EC6F00;
  border: solid 1px #EC6F00;
}

.btn-primary-disabled {
  background-color: #FF780040;
  color: #FF7800;
  border: #FF780040;
  cursor: default;
}

.btn-green {
  background-color: #00A19B;
  color: #ffffff;
  border: solid 1px #00A19B;
}
.btn-green:hover {
  background-color: rgb(0, 212, 204.099378882);
  border: solid 1px rgb(0, 212, 204.099378882);
}

.btn-green-disabled {
  background-color: #00A19B40;
  color: #00A19B;
  border: #00A19B40;
  cursor: default;
}

.btn-orange {
  background-color: #EB6F25;
  color: #ffffff;
  border: solid 1px #EB6F25;
}
.btn-orange:hover {
  background-color: rgb(250, 219, 200.5);
  border: solid 1px rgb(250, 219, 200.5);
}

.btn-orange-disabled {
  color: #EB6F25;
  cursor: default;
}

.btn-yellow {
  background-color: #F5A800;
  color: #000000;
  border: solid 1px #F5A800;
}
.btn-yellow:hover {
  background-color: rgb(255, 227.8142857143, 168.5);
  border: solid 1px rgb(255, 227.8142857143, 168.5);
}

.btn-yellow-disabled {
  color: #F5A800;
  cursor: default;
}

.btn-outline {
  background-color: transparent;
  color: #3CB4E5;
  border: solid 1px #3CB4E5;
}
.btn-outline:hover {
  background-color: rgb(217.5, 240.5769230769, 250);
  border: solid 1px rgb(217.5, 240.5769230769, 250);
}

.btn-outline-disabled {
  color: transparent;
  cursor: default;
}

.btn-black {
  background-color: #050505;
  color: #cacaca;
  border: solid 1px #050505;
}
.btn-black:hover {
  background-color: rgb(94.25, 94.25, 94.25);
  border: solid 1px rgb(94.25, 94.25, 94.25);
}

.btn-black-disabled {
  color: #050505;
  cursor: default;
}

.btn-white {
  background-color: #ffffff;
  color: #050505;
  border: solid 1px #D4D8DD;
}
.btn-white:hover {
  background-color: #eeeeee;
}

.btn-white-disabled {
  color: #ffffff;
  cursor: default;
}

.btn-red {
  background-color: #cb213b;
  color: #ffffff;
  border: solid 1px #cb213b;
}
.btn-red:hover {
  background-color: rgb(220.2521186441, 41.2478813559, 68.625);
  border: solid 1px rgb(220.2521186441, 41.2478813559, 68.625);
}

.btn-red-disabled {
  color: #cb213b;
  cursor: default;
}

.btn-blue {
  background-color: #3CB4E5;
  color: #ffffff;
  border: solid 1px #3CB4E5;
}
.btn-blue:hover {
  background-color: rgb(82.5, 188.6538461538, 232);
  border: solid 1px rgb(82.5, 188.6538461538, 232);
}

.btn-blue-disabled {
  color: #3CB4E5;
  cursor: default;
}

.btn-pink {
  background-color: #E81F76;
  color: #ffffff;
  border: solid 1px #E81F76;
}
.btn-pink:hover {
  background-color: rgb(234.3744939271, 54.1255060729, 132.1437246964);
  border: solid 1px rgb(234.3744939271, 54.1255060729, 132.1437246964);
}

.btn-pink-disabled {
  color: #E81F76;
  cursor: default;
}

.btn-gray {
  background-color: #F1F1F1;
  color: #000000;
  border: solid 1px #F1F1F1;
}
.btn-gray:hover {
  background-color: rgb(228.25, 228.25, 228.25);
  border: solid 1px rgb(228.25, 228.25, 228.25);
}

.btn-gray-disabled {
  color: #F1F1F1;
  cursor: default;
}

.btn-facebook {
  background-color: #334d90;
  color: #ffffff;
  border: solid 2px #334d90;
}
.btn-facebook:hover {
  background-color: rgb(57.6692307692, 87.0692307692, 162.8307692308);
  border: solid 2px rgb(57.6692307692, 87.0692307692, 162.8307692308);
}

.btn-facebook-disabled {
  color: #334d90;
  cursor: default;
}

.btn-gray-lineal {
  background-color: transparent;
  color: #3E4B61;
  border: solid 1px #e8e8e8;
}
.btn-gray-lineal:hover {
  background: transparent;
  color: #000000;
  border: solid 1px rgb(219.25, 219.25, 219.25);
}

.btn-gray-lineal-disabled {
  color: transparent;
  cursor: default;
}

.btn-gray-light {
  background-color: #f8f8f8;
  color: #000000;
  border: solid 1px #f8f8f8;
}
.btn-gray-light:hover {
  background: rgb(242.9, 242.9, 242.9);
  color: #000000;
  border: solid 1px rgb(242.9, 242.9, 242.9);
}

.btn-gray-light-disabled {
  color: #f8f8f8;
  cursor: default;
}

.btn-white-line {
  background-color: transparent;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.btn-white-line:hover {
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #ffffff;
}

.btn-white-line-disabled {
  color: transparent;
  cursor: default;
}

.btn-black-line {
  background-color: transparent;
  color: #050505;
  border: solid 1px #050505;
}
.btn-black-line:hover {
  background-color: #050505;
  color: #ffffff;
  border: solid 1px #050505;
}

.btn-black-line-disabled {
  color: transparent;
  cursor: default;
}

.btn-blue-line {
  background-color: transparent;
  color: #3CB4E5;
  border: solid 1px #3CB4E5;
}
.btn-blue-line:hover {
  background-color: #3CB4E5;
  color: #000000;
  border: solid 1px #3CB4E5;
}

.btn-blue-line-disabled {
  color: transparent;
  cursor: default;
}

.btn-orange-line {
  background-color: #ffffff;
  color: #FF7800;
  border: solid 1px #EB6F25;
}
.btn-orange-line:hover {
  background-color: #FFE9D6;
  color: #FF7800;
  border: solid 1px #EB6F25;
}

.btn-orange-line-disabled {
  color: #ffffff;
  cursor: default;
}

.btn-gray-line {
  background-color: transparent;
  color: #FF7800;
  border: solid 1px #E7E9EC;
}
.btn-gray-line:hover {
  background-color: #FFE9D6;
  color: #FF7800;
  border: solid 1px #EB6F25;
}

.btn-gray-line-disabled {
  color: transparent;
  cursor: default;
}

.btn-without-line {
  color: #FF7800;
}
.btn-without-line:hover {
  background-color: #FFE9D6;
  color: #FF7800;
  border-radius: 8px;
}

.btn-without-line-disabled {
  cursor: default;
}

.btn-purple-line {
  background-color: transparent;
  color: #891DAC;
  border: solid 1px #891DAC;
}
.btn-purple-line:hover {
  background-color: hsl(28.2352941176, 100%, 111%);
  border: solid 1px #891DAC;
}

.btn-purple-line-disabled {
  color: transparent;
  cursor: default;
}

.btn-red-wine {
  background-color: #691C16;
  color: #ffffff;
  border: solid 1px #691C16;
}
.btn-red-wine:hover {
  background-color: rgba(105, 28, 22, 0.7);
  color: #ffffff;
  border: none;
}

.btn-red-wine-disabled {
  color: #691C16;
  cursor: default;
}

.btn-dark-yellow {
  background-color: #bbb6a7;
  color: #000000;
  border: solid 1px #bbb6a7;
}
.btn-dark-yellow:hover {
  background-color: rgba(187, 182, 167, 0.7);
  color: #000000;
  border: solid 1px #bbb6a7;
}

.btn-dark-yellow-disabled {
  color: #bbb6a7;
  cursor: default;
}

.btn-dashed {
  background-color: transparent;
  color: rgb(145.25, 145.25, 145.25);
  border: dashed 1px rgb(145.25, 145.25, 145.25);
}
.btn-dashed:hover {
  color: #000000;
  border: dashed 1px #000000;
}

.btn-dashed-disabled {
  color: transparent;
  cursor: default;
}

.btn-beige {
  background-color: #b2ad9d;
  color: #000000;
  border: 0;
}
.btn-beige:hover {
  background: rgb(189.22, 184.9485714286, 171.28);
  border: 0;
}

.btn-beige-disabled {
  color: #b2ad9d;
  cursor: default;
}

.btn-beige-lineal {
  background-color: transparent;
  color: #b2ad9d;
  border: solid 1px #b2ad9d;
}
.btn-beige-lineal:hover {
  border: solid 1px #b2ad9d;
}

.btn-beige-lineal-disabled {
  color: transparent;
  cursor: default;
}

.btn-gray-orange {
  background-color: #F1F1F1;
  color: #FF7800;
  border: none;
}
.btn-gray-orange:hover {
  background-color: rgb(228.25, 228.25, 228.25);
}

.btn-gray-orange-disabled {
  color: #F1F1F1;
  cursor: default;
}

.btn-fluid {
  width: 100%;
}

.card {
  width: 100%;
}
.card.flex-grid {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .card.flex-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.card-flex {
  display: flex;
  width: 100%;
}
.card-content-flex {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.card-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 30px;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .card-content-grid {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}
.card-item {
  background-color: #131313;
  width: 103px;
  height: 120px;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 10px -5px rgba(113, 113, 113, 0.2);
}
@media screen and (min-width: 768px) {
  .card-item {
    margin: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .card-item {
    width: 120px;
    height: 150px;
  }
}
@media screen and (min-width: 800px) and (max-width: 877px) {
  .card-item {
    width: 125px;
    height: 160px;
  }
}
@media screen and (min-width: 877px) and (max-width: 1024px) {
  .card-item {
    width: 130px;
    height: 170px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1201px) {
  .card-item {
    width: 150px;
    height: 170px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1450px) {
  .card-item {
    width: 190px;
    height: 200px;
  }
}
@media screen and (min-width: 1450px) {
  .card-item {
    float: left;
    width: 270px;
    height: 300px;
  }
}
.card-item a {
  width: 100%;
  height: 100%;
  justify-content: space-around;
  text-decoration: none;
  align-items: center;
  color: #ffffff;
  font-size: 8px;
  line-height: 10px;
  font-family: "Archivo";
  font-style: normal;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .card-item a img {
    filter: grayscale(100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .card-item a {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1450px) {
  .card-item a {
    font-size: 20px;
    line-height: 23px;
    padding: 25px 21px;
  }
}
.card-item:hover {
  transform: translateY(-10px);
  box-shadow: -1px 18px 20px -8px rgba(113, 113, 113, 0.3);
}
.card-item:hover a {
  color: #DA236F;
}
.card-item:hover a img {
  filter: none;
}
.card-item__top {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .card-item__top {
    height: 35%;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .card-item__top {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .card-item__top {
    width: 40%;
    max-height: 35%;
  }
}
.card-item__top img {
  height: 100%;
}
.card-item__bottom {
  height: 60%;
  margin-top: 5%;
  display: flex;
  align-items: center;
}
.card-item.card-item-number {
  position: relative;
  counter-increment: cardCounter;
  margin: auto;
}
.card-item.card-item-number:before {
  content: counter(cardCounter) ".";
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 57px;
  position: absolute;
  top: 0;
  left: -20%;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .card-item.card-item-number:before {
    font-size: 30px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1450px) {
  .card-item.card-item-number:before {
    font-size: 50px;
    line-height: 57px;
  }
}
.card-item.card-item-number:hover {
  transform: translate(-10px, -5px);
  box-shadow: 17px 14px 12px -5px rgba(113, 113, 113, 0.3);
}
.card-item.card-item-number:hover a {
  color: #3CB4E5;
}
.card-item.card-item-number:hover a img {
  filter: none;
}
.card-item.card-item-number:hover:before {
  color: #3CB4E5;
}

.mw-small {
  max-width: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1201px) {
  .mw-small {
    max-width: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .mw-small {
    max-width: 50px;
  }
}

.w100-p {
  width: 100% !important;
}

.absolute {
  position: absolute;
}
.absolute-l {
  position: absolute;
  left: 0;
}
.absolute-r {
  position: absolute;
  right: 0;
}

.d-flex {
  display: flex;
}
.d-flex.f-align-center {
  align-items: center;
}
.d-flex.f-align-start {
  align-items: flex-start;
}
.d-flex.f-align-end {
  align-items: flex-end;
}
.d-flex.justify-fend {
  justify-content: flex-end;
}
.d-flex.justify-center {
  justify-content: center;
}
.d-flex.f-direction-r {
  flex-direction: row;
}
.d-flex.f-direction-rr {
  flex-direction: row-reverse;
}
.d-flex.f-direction-c {
  flex-direction: column;
}
.d-flex.f-direction-cr {
  flex-direction: column-reverse;
}

.font-bold {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline !important;
}

.relative {
  position: relative;
}

.bradius-20 {
  border-radius: 20px;
}

.m-v-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.m-v-25p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m-h-auto {
  margin-left: auto;
  margin-right: auto;
}
.m-h-25p {
  margin-left: 25px;
  margin-right: 25px;
}
.m-auto {
  margin: auto;
}

.d-g {
  display: grid !important;
}

@media screen and (min-width: 700px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
  }
}

.popUp {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  z-index: 3;
}
.popUp img {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popUp img {
    transform: translateY(-1px);
  }
}
.popUp:hover .popuptext {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.popUp .popuptext {
  position: absolute;
  visibility: hidden;
  font-family: "Lexend Deca";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  width: 160px;
  background-color: #27292C;
  color: #ffffff;
  text-align: left;
  border-radius: 6px;
  padding: 8px 12px;
  text-align: center;
  z-index: 1;
  bottom: 125%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .popUp .popuptext {
    width: max-content;
    max-width: 250px;
  }
}
.popUp .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

.video-component {
  position: relative;
  font-size: 0;
  border-radius: 10px;
  overflow: hidden;
}
.video-component__portal {
  max-height: inherit;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
}
.video-component__portal img {
  max-height: inherit;
  width: 100%;
  height: 100%;
}
.video-component__portal.active {
  z-index: -1;
  opacity: 0;
}
.video-component__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-component__content {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-component__action {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
}
.video-component__action img {
  width: auto;
}
.video-component iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.title {
  text-align: center;
  width: 90%;
  margin: 60px auto 35px;
}
@media screen and (min-width: 768px) {
  .title {
    margin: 72px auto !important;
  }
}
.title .text {
  font-family: "Sabu";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  padding: 14px;
  line-height: 36px;
  color: #121314;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .title .text {
    padding: 0px;
    font-size: 48px;
    line-height: 61px;
  }
}
.title .subtitle {
  font-family: "Lexend Deca";
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .title .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.title-culqifull {
  text-align: center;
  width: 90%;
  margin: 60px auto 35px;
  color: #121314;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .title-culqifull {
    margin: 72px auto 60px !important;
  }
}
.title-culqifull .text {
  font-family: "Sabu";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 32px;
  color: #121314;
}
@media screen and (min-width: 768px) {
  .title-culqifull .text {
    font-size: 48px;
    line-height: 62px;
  }
}
.title-culqifull .subtitle {
  font-family: "Archivo";
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .title-culqifull .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.calculator {
  max-width: 500px;
  width: 100%;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  background-color: #f9f9fa;
  margin: auto;
}
.calculator-container {
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .calculator-container {
    padding: 20px;
  }
}
.calculator-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 600px) {
  .calculator-item {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.calculator-item__label {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .calculator-item__label {
    flex-direction: column;
    font-size: 16px;
  }
}
.calculator-item__label .comission {
  font-weight: normal;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .calculator-item__label .comission {
    margin-left: 5px;
  }
}
.calculator-item__input {
  height: 35px;
  font-family: "Archivo";
  background-color: #ffffff;
  padding: 0 14px;
  border: 1px solid #d4d8dd;
  border-radius: 4px;
  margin: 10px 10px 10px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .calculator-item__input {
    max-width: 150px;
    margin: 10px;
  }
}
.calculator-item__input:before {
  content: "S/";
  position: relative;
  left: 0;
  text-align: center;
  font-weight: normal;
  font-style: normal;
}
.calculator-item input[type=text],
.calculator-item input::placeholder {
  -webkit-appearance: none;
  border: none;
  height: 100%;
  background: none;
  font-family: "Archivo";
  text-indent: 5px;
  font-stretch: normal;
  font-weight: normal;
}
.calculator-item input::placeholder {
  padding: 0 !important;
}
.calculator-item:not(:nth-last-child(-n+2)) .calculator-item__input input[type=text],
.calculator-item:not(:nth-last-child(-n+2)) .calculator-item__input input::placeholder, .calculator-item:not(:nth-last-child(-n+2)) .calculator-item__input:before {
  color: #b1b8c1;
}
.calculator-item:nth-last-child(-n+2) .calculator-item__input input[type=text],
.calculator-item:nth-last-child(-n+2) .calculator-item__input input::placeholder, .calculator-item:nth-last-child(-n+2) .calculator-item__input:before {
  font-weight: bold;
}
.calculator-info {
  text-align: center;
}
.calculator-info__item {
  font-family: "Archivo";
  font-size: 11.24px;
  line-height: 15px;
  font-weight: normal;
  font-style: normal;
  color: #677487;
}

.snackbar {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  border-left: 4px solid #3e4b61;
  border-radius: 4px;
  background-color: #e2e5e8;
}
.snackbar-image {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.snackbar-text {
  font-family: "Archivo";
  font-style: normal;
  font-weight: normal;
  font-size: 11.24px;
  line-height: 16px;
}

.deposit-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 20px 0 20px 40px;
  font-family: "Archivo";
  font-style: normal;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .deposit-info {
    display: none;
  }
}
.deposit-info__head {
  font-size: 14px;
  line-height: 20px;
  font-family: "Archivo";
  font-weight: normal;
}
.deposit-info__body {
  display: flex;
}
.deposit-info__body.withMargin {
  margin: 30px 0;
}
.deposit-info__body-item {
  width: 45%;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .deposit-info__body-item {
    align-items: center;
  }
}
.deposit-info__body-item p {
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
}
.deposit-info__body .color-orange {
  width: 10%;
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.deposit-info__body.body-column {
  display: flex;
  flex-direction: column;
}
.deposit-info__body.body-column .deposit-info__body-item {
  width: 100%;
  margin: 10px 0;
}
.deposit-info__tarifario {
  width: 100%;
  margin-top: 24px;
}

.accordion-item {
  width: 100%;
  margin: 12px 0px;
}
.accordion-item__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  border: 1px solid #e7e9ec;
  width: 100%;
  padding: 12px 16px;
  height: 48px;
  border-radius: 4px;
  transition: 0.4s all ease;
}
.accordion-item__button .accordion-title {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #121314;
}
.accordion-item__button .accordion-image {
  transition: 0.3s all;
}
.accordion-item__button:hover .accordion-image {
  transform: rotate(180deg);
}
.accordion-item__content {
  width: 100%;
  font-family: "Lexend Deca";
  font-size: 14px;
  line-height: 16px;
  overflow-y: auto;
  height: 0;
  border-top: none;
  padding: 0 16px;
  border: 1px transparent;
  transition: 0.4s all ease-in;
}
.accordion-item__content::-webkit-scrollbar {
  display: none;
  background: none;
  width: 0.25vw;
}
.accordion-item__content .container-text {
  font-style: normal;
  font-weight: 300;
  color: #27292C;
  font-size: 14px;
  line-height: 20px;
}
.accordion-item__content .container-text .paragraph:not(:first-child),
.accordion-item__content .container-text .li:not(:first-child) {
  margin-top: 16px;
}
.accordion-item__content .container-text .mt-6 {
  margin-top: 6px !important;
}
.accordion-item__content .container-text .li {
  list-style: initial;
}
.accordion-item__content .container-text .list {
  margin-left: 15px;
  padding-left: 33px;
  margin-top: 16px;
  position: relative;
}
.accordion-item__content .container-text .list::before {
  content: "";
  background-color: #000000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.accordion-item__content .container-text .paragraph.item {
  padding-left: 15px;
}
.accordion-item__content .container-text .paragraph.tab-1 {
  padding-left: 15px;
}
.accordion-item__content .container-text .paragraph.tab-1-2 {
  padding-left: 30px;
}
.accordion-item__content .container-text .paragraph.tab-1-2-3 {
  padding-left: 45px;
}
.accordion-item.active .accordion-item__button .accordion-image {
  transform: rotate(180deg);
}
.accordion-item.active .accordion-item__button {
  border-radius: 4px 4px 0 0;
}
.accordion-item.active .accordion-item__content {
  height: auto;
  padding: 16px;
  visibility: visible;
  border: 1px solid #e7e9ec;
}

.detail-banner {
  background-color: #121314;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  min-height: 120px;
}
@media screen and (min-width: 768px) {
  .detail-banner {
    margin-bottom: 64px;
    min-height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .detail-banner {
    min-height: 127px;
  }
}
.detail-banner .container {
  display: flex;
  justify-content: center;
  margin: 1rem;
}
@media screen and (max-width: 768px) {
  .detail-banner__logo {
    width: 120px;
  }
}
.detail-banner__logo .logo-container {
  min-height: 30px;
}
@media screen and (min-width: 1024px) {
  .detail-banner__logo .logo-container {
    min-height: 64px;
  }
}
.detail-banner__title {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  max-width: 60%;
}
@media screen and (min-width: 768px) {
  .detail-banner__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1201px) {
  .detail-banner__title {
    font-size: 34px;
  }
}
.detail-banner__icons .circle,
.detail-banner__icons .circle-small,
.detail-banner__icons .square,
.detail-banner__icons .diamond,
.detail-banner__icons .line {
  position: absolute;
  transition: 1s all ease-in;
}
.detail-banner__icons .circle {
  width: 35px;
  top: -70%;
  right: 15%;
}
@media screen and (min-width: 768px) {
  .detail-banner__icons .circle {
    width: auto;
    top: -40%;
    right: 13%;
  }
}
@media screen and (min-width: 1480px) {
  .detail-banner__icons .circle {
    right: 10%;
  }
}
.detail-banner__icons .circle-small {
  width: 10px;
  right: 17%;
}
@media screen and (min-width: 768px) {
  .detail-banner__icons .circle-small {
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 14%;
  }
}
@media screen and (min-width: 1480px) {
  .detail-banner__icons .circle-small {
    right: 10%;
  }
}
.detail-banner__icons .square {
  width: 10px;
  bottom: 5%;
  right: 17%;
}
@media screen and (min-width: 768px) {
  .detail-banner__icons .square {
    width: auto;
    bottom: 10%;
    right: 16%;
  }
}
@media screen and (min-width: 1480px) {
  .detail-banner__icons .square {
    right: 13%;
  }
}
.detail-banner__icons .diamond {
  width: 12px;
  right: 23%;
}
@media screen and (min-width: 768px) {
  .detail-banner__icons .diamond {
    width: auto;
    top: 30%;
    right: 19%;
  }
}
@media screen and (min-width: 1480px) {
  .detail-banner__icons .diamond {
    right: 16%;
  }
}
.detail-banner__icons .line {
  width: 40px;
  bottom: -36%;
  right: 20%;
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .detail-banner__icons .line {
    width: auto;
    bottom: -12%;
    right: 17%;
    transform: rotate(12deg);
  }
}
@media screen and (min-width: 1480px) {
  .detail-banner__icons .line {
    right: 15%;
  }
}
.detail-banner__heart {
  position: absolute;
  transform: rotate(-15deg);
  max-width: 104px;
  right: -4%;
  top: 6%;
}
@media screen and (min-width: 768px) {
  .detail-banner__heart {
    max-width: 240px;
    right: -5%;
    top: -11%;
  }
}
@media screen and (min-width: 1024px) {
  .detail-banner__heart {
    right: -1%;
  }
}

.detail-banner-v2 {
  background-color: #121314;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  min-height: 60px;
}
@media screen and (min-width: 768px) {
  .detail-banner-v2 {
    margin-bottom: 40px;
    min-height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .detail-banner-v2 {
    min-height: 127px;
  }
}
.detail-banner-v2 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-block: 30px;
}
@media screen and (min-width: 768px) {
  .detail-banner-v2 .container {
    padding-block: 44px;
  }
}
.detail-banner-v2__title {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  max-width: 60%;
}
@media screen and (min-width: 768px) {
  .detail-banner-v2__title {
    font-size: 32px;
  }
}
.detail-banner-v2__subtitle {
  color: #ffffff;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .detail-banner-v2__subtitle {
    font-size: 14px;
  }
}

.presentation {
  width: 100%;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .presentation.sm-mt-40 {
    margin-top: 40px;
  }
}
.presentation-image {
  align-content: center;
}
@media screen and (min-width: 768px) {
  .presentation-image {
    max-width: 638px;
  }
}
.presentation .container {
  max-width: 1450px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .presentation .container {
    flex-direction: row;
    column-gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .presentation .container {
    column-gap: 75px;
  }
}
.presentation-content {
  padding: 35px 20px 0;
}
@media screen and (min-width: 768px) {
  .presentation-content {
    padding: 0;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .presentation-content__head, .presentation-content__body, .presentation-content__extra, .presentation-content__pagos {
    margin-left: 0px !important;
  }
}
.presentation-content-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .presentation-content-container {
    max-width: 600px;
    margin: 0;
  }
}
.presentation-content__head {
  text-align: center;
  font-family: "Lexend Deca";
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .presentation-content__head {
    text-align: left;
  }
}
.presentation-content__head-title {
  color: #121314;
  font-family: "Sabu";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .presentation-content__head-title {
    width: 90%;
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
  }
}
.presentation-content__head-subtitles {
  display: grid;
  margin-top: 20px;
  row-gap: 10px;
}
.presentation-content__head-subtitles h3, .presentation-content__head-subtitles p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #121314;
}
.presentation-content__head-subtitles h3 {
  color: #414243 !important;
}
.presentation-content__body {
  color: #121314;
}
@media screen and (max-width: 768px) {
  .presentation-content__body {
    margin: 30px 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .presentation-content__body.withMarginBody {
    margin: 36px 0 0 0;
  }
}
.presentation-content__body .swiper {
  width: 100%;
  height: 100%;
}
.presentation-content__body .swiper-wrapper {
  align-items: stretch;
  padding-top: 0px;
  padding-bottom: 0px;
}
.presentation-content__body .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.presentation-content__body .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.presentation-content__body .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #FFE9D6;
  opacity: 1;
}
.presentation-content__body .swiper-pagination-bullet-active {
  background: #FF7800;
}
.presentation-content__body .swiper-button-prev, .presentation-content__body .swiper-button-next {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #FF7800;
  border-radius: 50%;
}
.presentation-content__body .swiper-button-prev::after, .presentation-content__body .swiper-button-next::after {
  font-size: 12px;
  color: #FF7800;
  font-weight: bold;
}
.presentation-content__body-item {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto;
  grid-gap: 12px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .presentation-content__body-item {
    margin: 16px 0 !important;
    grid-template-columns: 30px auto;
    grid-template-rows: auto;
    flex-direction: row;
  }
}
.presentation-content__body-item__image {
  margin: auto;
  width: 40px;
  height: 30px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .presentation-content__body-item__image {
    margin: 0 20px 0 0;
    width: 30px;
    height: 20px;
  }
}
.presentation-content__body-item__image img {
  width: 100%;
}
.presentation-content__body-item__text {
  display: flex;
  font-family: "Lexend Deca";
}
@media screen and (max-width: 768px) {
  .presentation-content__body-item__text {
    text-align: center;
    margin: auto;
  }
}
.presentation-content__body-item__text, .presentation-content__body-item__text p, .presentation-content__body-item__text h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.presentation-content__body-item__text .popUp {
  margin-left: 10px;
}
.presentation-content__body-item__text ul {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .presentation-content__body-item__text ul li {
    list-style: initial;
  }
}
@media screen and (min-width: 768px) {
  .presentation-content__body .swiper {
    overflow: visible !important;
  }
  .presentation-content__body .swiper-wrapper {
    transform: none !important;
    display: block !important;
    flex-direction: column !important;
    width: 100%;
    height: auto !important;
    padding: 0;
  }
  .presentation-content__body .swiper-slide {
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    max-width: 570px;
  }
  .presentation-content__body .swiper-pagination, .presentation-content__body .swiper-button-prev, .presentation-content__body .swiper-button-next {
    display: none !important;
  }
  .presentation-content__body-item {
    display: grid !important;
    grid-template-columns: 30px auto !important;
    grid-template-rows: auto !important;
    gap: 12px !important;
    margin: 16px 0 !important;
  }
  .presentation-content__body-item__image {
    margin: 0 20px 0 0 !important;
    width: 30px !important;
    height: 20px !important;
  }
  .presentation-content__body-item__text {
    text-align: left !important;
    margin: 0 !important;
  }
  .presentation-content__body-item__text h3 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .presentation-content__body #presentationSlide-track {
    display: block;
  }
}
.presentation-content__body.shop .splide__track {
  overflow: hidden;
}
.presentation-content__body.shop .splide__list {
  display: flex !important;
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .presentation-content__body.shop .splide__list {
    transform: translateX(-66px) scale(0.7);
  }
}
.presentation-content__body.shop .presentation-content__body-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  text-align: center;
  padding: 0 15px;
}
.presentation-content__body.shop .presentation-content__body-item__image {
  margin: 0;
  width: auto;
  height: 54px;
}
.presentation-content__body.shop .presentation-content__body-item__text {
  min-height: 65px;
}
@media screen and (min-width: 1201px) {
  .presentation-content__body.shop .presentation-content__body-item:not(:last-child) {
    border-right: 1px solid #000000;
  }
}
@media screen and (max-width: 1024px) {
  .presentation-content__extra {
    margin: 50px 0 32px 0;
  }
}
@media screen and (min-width: 768px) {
  .presentation-content__extra {
    transform: translateY(45px);
  }
}
.presentation-content__extra-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.presentation-content__extra-image {
  margin-right: 8px;
}
.presentation-content__extra-paragraph {
  max-width: 420px;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #121314;
}
.presentation-content__footer {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .presentation-content__footer.one-child {
    justify-content: flex-start;
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .presentation-content__footer {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .presentation-content__footer {
    margin-top: 56px;
  }
}
.presentation-content__footer.shop {
  margin-top: 10px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .presentation-content__footer.online {
    padding-left: 16px;
  }
}
.presentation-content__footer.withMarginFooter {
  margin-top: 16px;
}
.presentation-content__footer a {
  padding: 0px 20px;
  height: 48px;
  border-radius: 8px;
}
.presentation-content__footer a.with-icon {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (min-width: 768px) {
  .presentation-content__footer a.with-icon {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .presentation-content__footer a {
    font-size: 11px;
    padding: 11px;
  }
  .presentation-content__footer a:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .presentation-content__footer a {
    font-size: 16px;
    max-width: 250px;
  }
}
.presentation-content__footer a:first-child {
  margin-right: 21px;
  font-size: 16px;
  width: 100%;
}
.presentation-content__footer a.margin-0 {
  margin-right: 0;
}
.presentation-content__footer a .btn {
  max-width: max-content;
}
.presentation-content__footer-icon {
  width: 18px;
  height: 18px;
}
.presentation-content__pagos-image {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.presentation-content__pagos-image img {
  max-width: 40px;
}
@media screen and (min-width: 768px) {
  .presentation-content__pagos-image {
    gap: 17px;
    justify-content: left;
  }
}
.presentation-content__pagos span {
  font-size: 14px;
  font-weight: normal;
  font-family: "Lexend Deca";
}
.presentation-content__pagos--mini, .presentation-content__pagos--superpos {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .presentation-content__pagos--mini, .presentation-content__pagos--superpos {
    align-items: flex-start;
  }
}
.presentation-content__pagos--mini > span, .presentation-content__pagos--superpos > span {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .presentation-content__pagos--mini > span, .presentation-content__pagos--superpos > span {
    text-align: left;
    align-items: right;
  }
}
@media screen and (max-width: 1300px) {
  .presentation-content__pagos--link {
    margin-top: 0 !important;
  }
}
.presentation-content__bank_cards {
  width: 100%;
  max-width: 600px;
  font-family: "Lexend Deca";
  text-align: center;
  color: #3e4b61;
}
@media screen and (min-width: 768px) {
  .presentation-content__bank_cards {
    text-align: left;
  }
  .presentation-content__bank_cards .sm-font-medium {
    font-weight: 500;
  }
}
.presentation-content__bank_cards p, .presentation-content__bank_cards h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 128%;
}
.presentation-content__bank_cards img {
  width: 520px;
  max-width: 100%;
  margin-top: 1rem;
}
.presentation p, .presentation h3 {
  color: #121314;
  font-weight: normal;
}
.presentation-new-tag {
  width: 46px;
  transform-origin: right;
  animation-duration: 0.71s;
  animation-name: new_tag_animation;
  animation-delay: 300ms;
  animation-iteration-count: 4;
}

@media screen and (max-width: 768px) {
  .presentation-content__body .swiper-pagination {
    display: block !important;
  }
  .presentation-content__body .swiper-button-prev,
  .presentation-content__body .swiper-button-next {
    display: none !important;
  }
}
@keyframes new_tag_animation {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-13deg);
  }
  40% {
    transform: rotate(16deg);
  }
  65% {
    transform: rotate(-16deg);
  }
  85% {
    transform: rotate(13deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.detail-calculator {
  position: relative;
  width: 90%;
  max-width: 880px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .detail-calculator {
    margin: 0 auto 85px auto;
    box-shadow: 0px 10px 18px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31);
  }
}
@media screen and (min-width: 1201px) {
  .detail-calculator {
    width: 80%;
  }
}
.detail-calculator-content {
  position: relative;
}
.detail-calculator__item {
  display: flex;
  padding: 20px 0;
  margin: 0 20px;
}
@media screen and (min-width: 600px) {
  .detail-calculator__item {
    margin: 0 40px;
  }
}

.detail-download {
  padding: 0;
  margin-bottom: 4rem;
}
.detail-download.dense {
  padding: 20px 0 60px;
}
.detail-download__content {
  padding: 0 5%;
  height: 100%;
}
.detail-download__content.fluid {
  padding: 0;
}
.detail-download__content.swiper .swiper-wrapper {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  align-items: stretch;
}
.detail-download__content.swiper .swiper-slide {
  width: auto;
  display: flex;
  height: auto;
}
.detail-download__content.swiper.swiper:not(.swiper-overflow) .swiper-wrapper {
  padding: 0px 16px;
}
@media screen and (min-width: 768px) {
  .detail-download__content.swiper.swiper:not(.swiper-overflow) .swiper-wrapper {
    justify-content: center;
  }
}
.detail-download__content #beneficiosSwiper-pagination,
.detail-download__content #beneficiosSwiper .swiper-pagination {
  position: relative;
  margin-top: 12px;
  text-align: center;
}
.detail-download__content #beneficiosSwiper-pagination .swiper-pagination-bullet,
.detail-download__content #beneficiosSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #FFE9D6;
}
.detail-download__content #beneficiosSwiper-pagination .swiper-pagination-bullet-active,
.detail-download__content #beneficiosSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF7800;
}
@media screen and (min-width: 768px) {
  .detail-download__content {
    padding: 0 15%;
  }
  .detail-download__content.fluid {
    padding: 0;
  }
}
.detail-download__content-item {
  max-width: 300px;
  width: 100%;
  min-width: 200px;
  height: auto;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #DEE0E1;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.detail-download__content-item.swiper-slide {
  width: auto;
}
@media screen and (max-width: 768px) {
  .detail-download__content-item {
    max-width: 210px;
    min-width: 160px;
  }
}
.detail-download__content-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail-download__content-item__content {
    padding: 2.5rem;
  }
}
.detail-download__content-item .cards-distributors__icon {
  display: flex;
  align-self: center;
  height: 32px;
  width: 32px;
  margin-bottom: 10px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .detail-download__content-item .cards-distributors__icon {
    margin-bottom: 20px;
    height: 48px;
    width: 48px;
  }
}
.detail-download__content-item .cards-distributors__icon.center {
  margin: 0 auto;
}
.detail-download__content-item .cards-distributors__icon img {
  height: 100%;
  width: auto;
  display: block;
}
.detail-download__content-item__text {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 128%;
  width: 100%;
  color: #121314;
  pointer-events: none;
}
.detail-download__content-item__text.center {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .detail-download__content-item__text {
    font-size: 18px;
  }
}
.detail-download__content-item__body {
  font-family: "Lexend Deca";
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  color: #121314;
}
.detail-download__content-item__body.center {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1201px) {
  .detail-download__content-item__body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .detail-download__content-item__body {
    font-size: 16px;
  }
}

.detail-video {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 24px auto 60px;
}
@media screen and (min-width: 768px) {
  .detail-video {
    flex-direction: row;
    column-gap: 2rem;
    margin: 50px auto 80px auto;
    max-width: 1200px;
  }
}
.detail-video .container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 900px) {
  .detail-video .container {
    flex-direction: row;
  }
}
.detail-video__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #121314;
  font-family: "Lexend Deca";
  padding: 2% 0;
}
@media screen and (min-width: 900px) {
  .detail-video__text {
    align-items: flex-start;
    width: 40%;
    max-width: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .detail-video__text {
    padding-right: 2rem;
  }
}
.detail-video__text-title {
  font-weight: 400 !important;
  font-size: 24px;
  line-height: 128% !important;
  margin-bottom: 12px;
}
.detail-video__text-title .highlight {
  color: #00B2A9;
}
@media screen and (min-width: 900px) and (max-width: 1350px) {
  .detail-video__text-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1350px) {
  .detail-video__text-title {
    font-size: 32px;
    line-height: 128%;
  }
}
.detail-video__text-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #414243;
}
.detail-video__text-paragraph {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 128%;
  color: #121314;
}
.detail-video__text-paragraph .icon-block {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #3D3D3E;
  max-width: 600px;
}
.detail-video__text-paragraph .icon-text {
  display: inline;
  font-weight: 400;
}
.detail-video__text-paragraph .icon-text b {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .detail-video__text-paragraph {
    font-size: 16px;
  }
}
.detail-video__text-paragraph ul.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  row-gap: 16px;
}
.detail-video__text-paragraph ul.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.detail-video__text-paragraph ul.icon-list li::before {
  content: none !important;
  display: none !important;
}
.detail-video__text-paragraph ul.icon-list li .item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.detail-video__text-paragraph ul.icon-list li span {
  font-size: 14px;
  line-height: 1.4;
  color: #121314;
}
.detail-video__text-paragraph ol {
  display: grid;
  list-style-type: none;
  counter-reset: my-counter;
  row-gap: 16px;
  padding: 0;
  margin: 0;
}
.detail-video__text-paragraph ol li {
  counter-increment: my-counter;
  display: flex;
  white-space: pre-line;
}
.detail-video__text-paragraph ol li::before {
  content: counter(my-counter) ". ";
  font-weight: bold;
  margin-right: 10px;
  align-self: flex-start;
}
.detail-video__text-additional {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background-color: #E7F4FF;
  color: #093568;
  border-radius: 8px;
  font-family: "Lexend Deca";
  font-size: 12px;
  line-height: 20px;
  margin-top: 24px;
}
@media screen and (min-width: 1085px) {
  .detail-video__text-additional {
    margin-top: 32px;
  }
}
.detail-video__text-additional .info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.detail-video__video {
  max-width: 750px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .detail-video__video {
    width: 60%;
  }
}

.detail-feature {
  margin-top: 50px;
}
@media screen and (min-width: 1201px) {
  .detail-feature {
    width: 80%;
    margin: auto;
    margin-top: 100px;
  }
}
.detail-feature__mobile-image {
  width: 90%;
  margin: auto;
}
.detail-feature__menu-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-feature__menu-item {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  position: relative;
  cursor: pointer;
}
.detail-feature__menu-item:before, .detail-feature__menu-item:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  transition: 0.5s all;
  bottom: 0;
  opacity: 0.5;
}
.detail-feature__menu-item:before {
  width: 100%;
  background-color: #7C7C7C;
}
.detail-feature__menu-item:after {
  width: 0;
  left: 50%;
  background-color: #00A19B;
}
.detail-feature__menu-item.active {
  color: #00A19B;
  opacity: 1;
}
.detail-feature__menu-item.active:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.detail-feature__desktop-content {
  display: flex;
  align-items: center;
  margin: 60px auto;
  width: 90%;
}
@media screen and (min-width: 1201px) {
  .detail-feature__desktop-content {
    width: 100%;
  }
}
.detail-feature__desktop-content__item {
  width: 100%;
  display: flex;
  padding-bottom: 40px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s opacity;
  margin: 0 20px;
}
.detail-feature__desktop-content__item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.detail-feature__desktop-content .desktop-left {
  width: 50%;
  font-family: "Archivo";
  font-style: normal;
  padding: 10px;
}
.detail-feature__desktop-content .desktop-left__subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
}
@media screen and (min-width: 1024px) {
  .detail-feature__desktop-content .desktop-left__subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1201px) {
  .detail-feature__desktop-content .desktop-left__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
.detail-feature__desktop-content .desktop-left__content {
  margin-top: 40px;
}
.detail-feature__desktop-content .desktop-left__content-li {
  font-weight: normal;
  position: relative;
  padding-left: 5px;
  font-size: 11px;
  line-height: 15px;
  display: flex;
  align-items: flex-start;
  margin: 5px 0;
}
@media screen and (min-width: 1024px) {
  .detail-feature__desktop-content .desktop-left__content-li {
    font-size: 13px;
    line-height: 15px;
  }
}
@media screen and (min-width: 1201px) {
  .detail-feature__desktop-content .desktop-left__content-li {
    font-size: 15px;
    line-height: 24px;
  }
}
.detail-feature__desktop-content .desktop-left__content-circle {
  position: relative;
  margin-right: 10px;
}
.detail-feature__desktop-content .desktop-left__content-circle:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (min-width: 1201px) {
  .detail-feature__desktop-content .desktop-left__content-circle:before {
    top: 10px;
  }
}
.detail-feature__desktop-content .desktop-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-design {
  width: 90%;
  margin: auto;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .shop-design {
    width: 80%;
  }
}
.shop-design__top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.6rem;
}
.shop-design__top a {
  display: flex;
  align-items: center;
  font-family: "Lexend Deca";
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .shop-design__top a {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  .shop-design__top a {
    font-size: 28px;
  }
}
.shop-design__top a img {
  transition: all 0.5s ease-in;
  margin-left: 10px;
  transform: rotate(270deg);
}
.shop-design__top a:hover img {
  transform: rotate(270deg) translateY(5px);
}
.shop-design__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.detail-commission {
  background-color: #F9F9FA;
  padding: 20px 30px;
  margin: 30px 0;
}
@media screen and (min-width: 1024px) {
  .detail-commission {
    margin: 50px 0;
    padding: 20px 5%;
  }
}
@media screen and (min-width: 1201px) {
  .detail-commission {
    padding: 20px 10%;
  }
}
.detail-commission__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .detail-commission__container {
    flex-direction: row;
  }
}
.detail-commission__text {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .detail-commission__text {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .detail-commission__text {
    text-align: left;
    font-size: 30px;
    width: 50%;
  }
}
.detail-commission__text .tarifario_btn {
  margin-top: 10px;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .detail-commission__text .tarifario_btn {
    margin-inline: auto;
  }
}
.detail-commission__tarifa {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 20px 0;
  width: 100%;
  column-gap: 16px;
}
@media screen and (min-width: 1024px) {
  .detail-commission__tarifa {
    width: 100%;
    padding: 0px 20px;
    column-gap: 46px;
  }
}
.detail-commission__tarifa_division {
  width: 1px;
  min-height: 100%;
  background-color: #E7E9EC;
}
.detail-commission__tarifa hr {
  background-color: #E7E9EC;
  height: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .detail-commission__tarifa hr.leftContainer {
    left: 60% !important;
  }
}
.detail-commission__tarifa-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  color: #121314;
}
@media screen and (max-width: 1024px) {
  .detail-commission__tarifa-item {
    width: 45%;
  }
}
.detail-commission__tarifa-icon {
  margin-bottom: 5px;
  margin-right: auto;
}
.detail-commission__tarifa-text {
  display: grid;
  min-height: 50px;
  row-gap: 4px;
}
@media screen and (min-width: 1024px) {
  .detail-commission__tarifa-text {
    min-height: 75px;
  }
}
.detail-commission__tarifa-text p {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #121314;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .detail-commission__tarifa-text p.p_slim {
    margin-bottom: -7px;
  }
}
@media screen and (min-width: 1024px) {
  .detail-commission__tarifa-text p {
    font-size: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .detail-commission__tarifa-text p {
    font-size: 30px;
  }
}
.detail-commission__tarifa-text .min {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  color: #121314;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .detail-commission__tarifa-text .min {
    font-size: 13px;
  }
}
.detail-commission__tarifa-text .cards {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #121314;
}
@media screen and (min-width: 768px) {
  .detail-commission__tarifa-text .cards {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .detail-commission__tarifa-text .cards {
    font-size: 16px;
  }
}

.detail-commission-culqifull {
  color: #121314;
  background-color: #f6f7f9;
  padding: 20px 30px;
  margin: 30px 0;
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull {
    margin: 50px 0;
    padding: 20px 5%;
  }
}
@media screen and (min-width: 1201px) {
  .detail-commission-culqifull {
    padding: 20px 10%;
  }
}
.detail-commission-culqifull__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull__container {
    align-items: center;
    flex-direction: row;
  }
}
.detail-commission-culqifull__text {
  font-family: "Lexend Deca";
  color: #121314;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .detail-commission-culqifull__text {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull__text {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }
}
.detail-commission-culqifull__text .tarifario_btn {
  margin-top: 8px;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .detail-commission-culqifull__text .tarifario_btn {
    margin-inline: auto;
  }
}
.detail-commission-culqifull__text .tarifario_btn_full {
  margin-top: 8px;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .detail-commission-culqifull__text .tarifario_btn_full {
    margin-inline: auto;
  }
}
.detail-commission-culqifull__tarifa {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 20px 0;
  width: 100%;
  column-gap: 16px;
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull__tarifa {
    width: 50%;
    padding: 20px;
    column-gap: 46px;
  }
}
.detail-commission-culqifull__tarifa_division {
  width: 1px;
  min-height: 100%;
  background-color: #E7E9EC;
}
.detail-commission-culqifull__tarifa hr {
  background-color: #E7E9EC;
  height: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull__tarifa hr.leftContainer {
    left: 60% !important;
  }
}
.detail-commission-culqifull__tarifa-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .detail-commission-culqifull__tarifa-item {
    width: 45%;
  }
}
.detail-commission-culqifull__tarifa-icon {
  margin-bottom: 5px;
  margin-right: auto;
}
.detail-commission-culqifull__tarifa-text {
  display: grid;
  min-height: 50px;
  row-gap: 4px;
  display: none;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull__tarifa-text {
    display: block;
    min-height: 75px;
  }
}
.detail-commission-culqifull__tarifa-text__mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull__tarifa-text__mobile {
    display: none;
  }
}
.detail-commission-culqifull__tarifa-text__mobile span {
  font-size: 14px;
  text-align: center;
}
.detail-commission-culqifull__tarifa-text p {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #1f263e;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull__tarifa-text p.p_slim {
    margin-bottom: -7px;
  }
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull__tarifa-text p {
    font-size: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .detail-commission-culqifull__tarifa-text p {
    font-size: 30px;
  }
}
.detail-commission-culqifull__tarifa-text span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull__tarifa-text span {
    font-size: 16px;
  }
}
.detail-commission-culqifull__tarifa-text .min {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  color: #3E4B61;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull__tarifa-text .min {
    font-size: 13px;
  }
}
.detail-commission-culqifull__tarifa-text .cards {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #3E4B61;
}
@media screen and (min-width: 768px) {
  .detail-commission-culqifull__tarifa-text .cards {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull__tarifa-text .cards {
    font-size: 16px;
  }
}
.detail-commission-culqifull-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull-desktop {
    display: block;
  }
}
.detail-commission-culqifull-mobile {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .detail-commission-culqifull-mobile {
    display: none;
  }
}

.detail-prices {
  margin-bottom: 80px;
  max-width: 800px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .detail-prices {
    margin-bottom: 90px;
  }
}
.detail-prices__container {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 800px) {
  .detail-prices__container {
    display: grid;
    width: 100%;
    grid-template-columns: 100%;
    grid-template-rows: auto 50px;
  }
}
@media screen and (min-width: 1600px) {
  .detail-prices__container {
    grid-column-gap: 20px;
  }
}
.detail-prices__content {
  grid-row: 1;
  margin-top: auto;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .detail-prices__content {
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  .detail-prices__content-container {
    max-width: 240px;
    width: 100%;
    margin: auto;
  }
}
.detail-prices__content-container .splide__list {
  padding: 10px !important;
}
@media screen and (min-width: 800px) {
  .detail-prices__content-container .splide__list {
    display: grid !important;
    grid-template-columns: repeat(4, 176px);
    grid-template-rows: 155px;
    grid-gap: 25px;
    justify-content: center;
  }
}
.detail-prices__content-item {
  padding: 15px;
  box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
  border-radius: 4px 4px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .detail-prices__content-item {
    padding: 25px 15px;
    width: 221px;
    height: 195px;
  }
}
.detail-prices__content-item .price-title {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #141414;
  text-align: center;
}
.detail-prices__content-item .price-title-hr {
  background-color: rgba(0, 0, 0, 0.2);
  height: 0.5px;
}
.detail-prices__content-item__top {
  font-family: "Archivo";
  font-style: normal;
}
.detail-prices__content-item__top .price {
  font-family: "Lexend Deca";
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  display: flex;
  justify-content: center;
}
.detail-prices__content-item__top .price-symbol {
  vertical-align: text-top;
  font-size: 28px;
  line-height: 40px;
}
.detail-prices__content-item__top .price-extra {
  font-size: 10px;
  text-align: right;
}
.detail-prices__content-item__bottom {
  font-family: "Archivo";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.detail-prices__text {
  grid-row: 2;
  margin-top: 21px;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #1f263e;
  text-align: center;
}
.detail-prices__action {
  margin-top: 10px;
  grid-row: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-prices__action a {
  height: 40px;
  font-size: 14px;
}

.detail-design {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
}
.detail-design .splide__track {
  width: 90%;
  margin-left: auto;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .detail-design .splide__track {
    width: 80%;
  }
}
@media screen and (min-width: 700px) {
  .detail-design .splide__track {
    margin: auto;
  }
}
.detail-design__thumbnail, .detail-design__main {
  max-width: 925px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .detail-design__thumbnail {
    display: none !important;
  }
}
.detail-design__thumbnail .splide__slide {
  opacity: 0.3;
}
.detail-design__thumbnail .splide__slide.is-active {
  opacity: 1;
  border-color: #00A19B !important;
  border: none;
}

.detail-footer {
  background-color: #f6f7f9;
}
.detail-footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  text-align: center;
}
.detail-footer__title {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .detail-footer__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.detail-footer__subtitle {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 10px auto 30px auto;
}
@media screen and (min-width: 768px) {
  .detail-footer__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 600px) {
  .detail-footer__action {
    width: 100%;
  }
}
.detail-footer__action .btn {
  font-family: "Archivo";
  font-style: normal;
  font-weight: normal;
  padding: 14px 50px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .detail-footer__action .btn {
    font-size: 14.22px;
    line-height: 20px;
    width: 100%;
  }
}

.samishop-header {
  width: 100%;
  border-bottom: 1px solid #E7E9EC;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .samishop-header {
    margin-bottom: 0;
  }
}
.samishop-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}
.samishop-header__nav img {
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .samishop-header__nav {
    padding: 16px 33px;
  }
  .samishop-header__nav img {
    max-width: initial;
  }
}
.samishop-cuenta {
  width: 100%;
  min-height: 850px;
  display: flex;
}
.samishop-cuenta__container {
  max-width: 906px;
  width: 100%;
  border: 1px solid #E7E9EC;
  border-radius: 4px;
  margin: auto 16px;
}
@media screen and (min-width: 950px) {
  .samishop-cuenta__container {
    margin: auto;
  }
}
.samishop-cuenta__container-title {
  height: 44px;
  width: 100%;
  font-family: "Lexend Deca";
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #E7E9EC;
  font-style: normal;
  color: #1F263E;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .samishop-cuenta__container-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.samishop-cuenta__container-content {
  padding: 12px 20px 0;
}
.samishop-cuenta__container-content__top {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #1F263E;
  font-family: "Archivo";
}
.samishop-cuenta__container-content__top .remember {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin: 12px 0 24px;
}
@media screen and (min-width: 768px) {
  .samishop-cuenta__container-content__top .remember {
    font-size: 16px;
    padding: 15px 18px;
    background: #f9f9fa;
  }
}
.samishop-cuenta__container-content__top .remember__ul {
  display: flex;
  flex-direction: column;
}
.samishop-cuenta__container-content__top .remember__ul li {
  position: relative;
  margin-top: 6px;
  font-size: 12px;
  padding-left: 23px;
}
@media screen and (min-width: 768px) {
  .samishop-cuenta__container-content__top .remember__ul li {
    font-size: 14.22px;
  }
}
.samishop-cuenta__container-content__top .remember__ul li:before {
  content: url(/assets/images/icons/checkbox.svg);
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  font-size: 14.22px;
  color: #1F263E;
}
.samishop-cuenta__container-content .form {
  margin-bottom: 0;
}
.samishop-cuenta__container-content .form__group .input_title {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1F263E;
}
.samishop-cuenta__container-content .form__group .input_subtitle {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 14.22px;
  line-height: 20px;
  color: #3E4B61;
}
.samishop-cuenta__container-content .form__group.row {
  flex-direction: row;
}
.samishop-cuenta__container-content .form__group.row .checkbox {
  margin-right: 20px;
}
.samishop-cuenta__container-content .form__group.row .checkbox input {
  cursor: pointer;
}
.samishop-cuenta__container-content .form__group.row input[type=radio]:checked ~ .checkbox__box {
  border: solid 1px none;
}
.samishop-cuenta__container-content .form__group.row input[type=radio]:checked ~ .checkbox__box:before {
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  content: "";
  font-size: 16px;
  color: none;
  background: #000;
  border-radius: 50%;
}
@media screen and (max-width: 500px) {
  .samishop-cuenta__container-content .form__row.custom {
    grid-column: 1/span 2;
  }
}

.payment-schedule-card {
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
  background: #ffffff;
  border: 1px solid #E6E7E9;
  color: #414243 !important;
  border-radius: 8px;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .payment-schedule-card {
    padding: 32px 24px;
  }
}
.payment-schedule-card.schedule-online .payment-days {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.payment-schedule-card.schedule-online .payment-days .form__group__select {
  width: 160px;
}
.payment-schedule-card.schedule-online .payment-days .payment-day {
  font-weight: bold;
  color: #961FBD;
}
.payment-schedule-card.schedule-online .reminder {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 128%;
}
@media screen and (min-width: 768px) {
  .payment-schedule-card.schedule-online .reminder {
    display: block;
  }
}
.payment-schedule-card.schedule-offline {
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
}
.payment-schedule-card.schedule-offline .headline {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #121314;
  margin-bottom: 12px;
  font-family: "Lexend Deca";
}
@media screen and (min-width: 768px) {
  .payment-schedule-card.schedule-offline .schedule-block {
    margin-bottom: 0.5rem;
  }
}
.payment-schedule-card.schedule-offline .schedule-tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.5rem;
}
.payment-schedule-card.schedule-offline .schedule-tab {
  all: unset;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #d4d8dd;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #1f263e;
  font-family: "Lexend Deca";
}
.payment-schedule-card.schedule-offline .schedule-tab > * {
  pointer-events: none;
  white-space: nowrap;
}
.payment-schedule-card.schedule-offline .schedule-tab.active {
  border: 1px solid #FF7800;
  background-color: #FFE9D6;
}
.payment-schedule-card.schedule-offline .schedule-footer {
  border-top: 1px solid #E7E9EC;
  padding-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .payment-schedule-card.schedule-offline .schedule-footer {
    padding-top: 1.9rem;
  }
}
.payment-schedule-card.schedule-offline .schedule-footer .description {
  color: #121314;
  font-size: 16px;
  padding-block: 0.8rem 0.2rem;
  font-family: "Lexend Deca";
  padding-left: 1rem;
}
.payment-schedule-card.schedule-offline .schedule-footer .payment-day {
  font-weight: 400;
  color: #891DAC;
  padding-left: 0.75rem;
}
.payment-schedule__more {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  color: #3D3D3E;
  line-height: 20px;
  font-family: "Lexend Deca";
}
.payment-schedule__more span {
  font-weight: 600;
}
.payment-schedule__more-link {
  color: #3096FF;
  text-decoration: underline;
}

.commission-calculator {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: "Lexend Deca";
  font-style: normal;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .commission-calculator {
    background: #F9F9FA;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.commission-calculator__title h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 128%;
  color: #1f263e;
  padding-inline: 1rem;
  padding-block: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .commission-calculator__title h2 {
    font-size: 32px;
  }
}
.commission-calculator__title h2 .color-green {
  color: #00a19b;
}
.commission-calculator__content {
  display: grid;
  row-gap: 1rem;
  width: 100%;
  max-width: 760px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.commission-calculator__more-info button {
  all: unset;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #3096FF;
  text-decoration: underline;
  margin-right: 4px;
}

.brand-title {
  color: white;
}
.brand-title.flex {
  display: flex;
  align-items: center;
}
.brand-title.flex .brand-title__title {
  transform: translateY(-1.5px);
}
@media screen and (min-width: 480px) {
  .brand-title.flex .brand-title__title {
    transform: translateY(-3px);
  }
}
.brand-title.grid {
  display: grid;
  width: min-content;
}
.brand-title .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.brand-title .culqi-logo {
  display: block;
  height: 32px;
  width: auto;
  margin-right: 8px;
}
@media screen and (min-width: 480px) {
  .brand-title .culqi-logo {
    height: 48px;
  }
}
.brand-title__title {
  display: inline-block;
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 152%;
}
@media screen and (min-width: 480px) {
  .brand-title__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .brand-title__title {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .brand-title__title {
    font-size: 16px;
  }
}
.brand-title .superpos_tagline {
  width: 100%;
  margin-top: -3px;
  padding-bottom: 0.5rem;
}
.brand-title__special {
  flex-wrap: wrap;
  padding: 32px 0;
  font-size: 32px;
  color: #f9f9fa;
  font-weight: 600;
}
.brand-title__special .culqi-logo {
  height: 48px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .brand-title__special {
    font-size: 25px;
  }
  .brand-title__special .culqi-logo {
    height: 25px;
  }
}

.step-by-step {
  width: 100%;
  max-width: 1300px;
  padding: 0 1rem 1rem;
  margin: 0 auto;
}
.step-by-step .sbs-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.step-by-step .sbs-content-main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .step-by-step .sbs-content-main {
    flex-direction: row;
    gap: 40px;
  }
}
.step-by-step .sbs-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .step-by-step .sbs-content-right {
    padding: 0px 30px;
    max-width: 60%;
  }
}
.step-by-step .sbs-content-footer {
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  font-size: 20px;
  padding-inline: 1rem;
}
.step-by-step .sbs-content-footer a {
  color: inherit;
  cursor: pointer;
  font-weight: bold;
}
.step-by-step .sbs-steps {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.step-by-step .sbs-step {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  column-gap: 12px;
  border-radius: 8px;
  color: #3e4b61;
  font-family: "Lexend Deca";
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.step-by-step .sbs-step > * {
  pointer-events: none;
}
.step-by-step .sbs-step__number {
  flex-shrink: 0;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #2A2B2C;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .step-by-step .sbs-step__number {
    width: 33px;
    height: 32px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .step-by-step .sbs-step__number span {
    transform: translateY(-1px);
  }
}
.step-by-step .sbs-step__text {
  font-size: 12px;
  color: #2A2B2C;
}
@media screen and (min-width: 768px) {
  .step-by-step .sbs-step__text {
    font-size: 14px;
  }
}
.step-by-step .sbs-step:hover {
  box-shadow: 0px -3px 15px rgba(32, 51, 50, 0.03);
  background: rgba(255, 255, 255, 0.4);
}
.step-by-step .sbs-step.active.green {
  background: #cbf7f6;
}
.step-by-step .sbs-step.active.green .sbs-step__number {
  background: #00a19b;
  border: 1px solid #00a19b;
  color: white;
}
.step-by-step .sbs-step.active.orange {
  background: #fde7d9;
}
.step-by-step .sbs-step.active.orange .sbs-step__number {
  background: #eb6f25;
  border: 1px solid #eb6f25;
  color: white;
}
.step-by-step .sbs-step.active .sbs-step__text {
  color: #2A2B2C;
}
.step-by-step .sbs-image {
  width: 100%;
  display: none;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .step-by-step .sbs-image {
    min-height: 300px;
  }
}
.step-by-step .sbs-image.active {
  display: block;
}
.step-by-step .sbs-image img {
  width: 100%;
  height: 100%;
  padding-inline: 30px;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .step-by-step .sbs-image img {
    padding-inline: 20px;
  }
}
.step-by-step .sbs-image-container {
  position: relative;
}
.step-by-step .sbs-image-container [btn-move-to] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .step-by-step .sbs-image-container [btn-move-to] {
    margin-inline: 1rem;
  }
}
.step-by-step .sbs-image-container [btn-move-to].prev {
  left: -30px;
}
@media screen and (min-width: 768px) {
  .step-by-step .sbs-image-container [btn-move-to].prev {
    left: -50px;
  }
}
.step-by-step .sbs-image-container [btn-move-to].next {
  right: -30px;
}
@media screen and (min-width: 768px) {
  .step-by-step .sbs-image-container [btn-move-to].next {
    right: -50px;
  }
}

.culqilink-direction-btn {
  position: relative;
  all: unset;
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  line-height: 0;
  transition: background ease 0.2s;
}
@media screen and (min-width: 768px) {
  .culqilink-direction-btn {
    width: 50px;
    height: 50px;
  }
}
.culqilink-direction-btn .icon {
  max-width: 20px;
  display: block;
  pointer-events: none;
}
.culqilink-direction-btn.orange {
  background-color: #ffffff;
  border: 1px solid #FF7800;
}
.culqilink-direction-btn.orange svg {
  fill: #FF7800;
}
.culqilink-direction-btn:disabled {
  background-color: #edeeef;
  border: 1px solid #dee0e1;
  cursor: default;
}
.culqilink-direction-btn:disabled svg path {
  fill: #dee0e1 !important;
}

.rubros {
  padding: 3rem 2rem;
  text-align: center;
}
.rubros .title-rubros {
  color: #3D3D3E;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}
.rubros-tabs {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.rubros-tabs .rubro-group {
  display: flex;
  flex-direction: column;
  max-width: 72px;
  align-items: center;
  gap: 8px;
}
.rubros-tabs .rubro-group .rubro-tab {
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #818282;
  transition: all 0.3s ease;
  box-shadow: 0 3px 5px rgba(62, 65, 70, 0.2), 0 0 1px rgba(62, 65, 70, 0.31);
}
.rubros-tabs .rubro-group .rubro-tab.active {
  background-color: #FFF6EF;
  color: #FF7800;
  border: 1px solid #FF7800;
}
.rubros-tabs .rubro-group .rubro-tab .icon,
.rubros-tabs .rubro-group .rubro-tab .icon path {
  fill: currentColor;
  width: 32px;
  height: 32px;
}
.rubros-tabs .rubro-group .rubro-name {
  color: #818282;
  font-size: 14px;
  font-weight: 400;
}
.rubros-tabs .rubro-group .rubro-name.active {
  color: #121314;
}
.rubros-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(1056px + 15%);
  margin: 0 auto;
}
.rubros-slider .rubros-content {
  position: relative;
  width: 100%;
  max-width: 1056px;
  margin: 5px auto;
  box-sizing: border-box;
  border: 1px solid #E6E7E9;
  border-radius: 16px;
  box-shadow: 0 0 1px rgba(62, 65, 70, 0.31), 0 8px 12px rgba(62, 65, 70, 0.15);
  padding: 0;
}
@media (max-width: 768px) {
  .rubros-slider .rubros-content {
    max-width: 328px;
    height: 830px;
  }
}
.rubros-slider .rubros-content .swiper-wrapper {
  padding: 0 !important;
}
.rubros-slider .rubros-content .rubro-panel {
  background: #fff;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 768px) {
  .rubros-slider .rubros-content .rubro-panel {
    display: flex !important;
    flex-direction: column-reverse !important;
    max-width: 328px;
    margin: 0 auto;
    padding-top: 0 !important;
    align-items: flex-start !important;
  }
  .rubros-slider .rubros-content .rubro-panel > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.rubros-slider .rubros-content .rubro-panel .rubro-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  text-align: left;
  max-width: 564px;
}
@media (max-width: 768px) {
  .rubros-slider .rubros-content .rubro-panel .rubro-text {
    max-width: 328px;
  }
}
.rubros-slider .rubros-content .rubro-panel .rubro-text .rubro-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rubros-slider .rubros-content .rubro-panel .rubro-text .rubro-title__heading {
  color: #121314;
  font-weight: 600;
  font-size: 24px;
}
.rubros-slider .rubros-content .rubro-panel .rubro-text .rubro-title__description {
  font-size: 14px;
  font-weight: 300;
  color: #3D3D3E;
  margin: 0;
}
@media (max-width: 768px) {
  .rubros-slider .rubros-content .rubro-panel .rubro-text .rubro-title {
    margin-top: 24px;
  }
  .rubros-slider .rubros-content .rubro-panel .rubro-text .rubro-title__heading {
    font-size: 18px;
  }
  .rubros-slider .rubros-content .rubro-panel .rubro-text .rubro-title__description {
    font-size: 12px;
  }
}
.rubros-slider .rubros-content .rubro-panel .rubro-text .rubro-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rubros-slider .rubros-content .rubro-panel .rubro-text .rubro-description__label {
  font-weight: 600;
  font-size: 16px;
  color: #3D3D3E;
}
.rubros-slider .rubros-content .rubro-panel .rubro-text .rubro-description__note {
  font-size: 14px;
  color: #3D3D3E;
  font-weight: 300;
}
@media (max-width: 768px) {
  .rubros-slider .rubros-content .rubro-panel .rubro-text .rubro-description__label {
    font-size: 14px;
  }
  .rubros-slider .rubros-content .rubro-panel .rubro-text .rubro-description__note {
    font-size: 12px;
  }
}
.rubros-slider .rubros-content .rubro-panel .rubro-text .productos {
  display: flex;
  gap: 32px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.rubros-slider .rubros-content .rubro-panel .rubro-text .productos .producto-rubro {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 12px 21.5px;
  border: 1px solid #E6E7E9;
  border-radius: 8px;
}
.rubros-slider .rubros-content .rubro-panel .rubro-text .productos .producto-rubro img {
  display: block;
  width: 62px;
  height: auto;
}
@media (max-width: 768px) {
  .rubros-slider .rubros-content .rubro-panel .rubro-text .productos .producto-rubro {
    flex-direction: row;
    width: 280px;
  }
  .rubros-slider .rubros-content .rubro-panel .rubro-text .productos .producto-rubro img:nth-of-type(2) {
    width: auto;
    height: 18px;
    align-self: center;
  }
}
.rubros-slider .rubros-content .rubro-panel .rubro-img {
  position: relative;
  text-align: center;
  max-width: 492px;
}
.rubros-slider .rubros-content .rubro-panel .rubro-img img {
  max-width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
}
@media (min-width: 768px) {
  .rubros-slider .rubros-content .rubro-panel .rubro-img {
    flex: 1;
    overflow: hidden;
    padding: 4rem 2rem;
  }
  .rubros-slider .rubros-content .rubro-panel .rubro-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    border-radius: 0 16px 16px 0;
  }
}
@media (max-width: 768px) {
  .rubros-slider .rubros-content .rubro-panel .rubro-img {
    width: 328px;
  }
}
.rubros-slider .swiper-button-prev,
.rubros-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid #FF7800;
  border-radius: 8px;
  background: #fff;
  z-index: 10;
  cursor: pointer;
}
.rubros-slider .swiper-button-prev::after,
.rubros-slider .swiper-button-next::after {
  font-size: 16px;
  color: #FF7800;
}
.rubros-slider .swiper-button-prev svg,
.rubros-slider .swiper-button-next svg {
  width: 20px;
  height: 20px;
  fill: #FF7800;
}
.rubros-slider .swiper-button-prev {
  left: -72px;
}
.rubros-slider .swiper-button-next {
  right: -72px;
}
.rubros .swiper-pagination {
  display: none;
}
@media (max-width: 768px) {
  .rubros .swiper-button-prev,
  .rubros .swiper-button-next {
    display: none;
  }
  .rubros .swiper-pagination {
    display: block;
    position: relative;
    margin-top: 24px;
  }
}
.rubros .know-more {
  margin-top: 40px;
}

.formulario {
  margin: 30px 0;
  position: relative;
}
.formulario .new-positioning {
  position: absolute;
  visibility: hidden;
  top: -25px;
}
@media screen and (min-width: 1024px) {
  .formulario .new-positioning {
    top: -90px;
  }
}
.formulario-container {
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 1000px;
}
.formulario-container.with-bg {
  background-color: #f9f9fa;
}
@media screen and (max-width: 690px) {
  .formulario-container.fd-column {
    flex-direction: column;
  }
  .formulario-container.fd-column .info {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.formulario-container.fd-column .info {
  display: block !important;
}
.formulario-container__img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .formulario-container__img {
    display: flex;
    width: 50%;
  }
}
.formulario-container__img .content-img {
  display: flex;
  align-items: center;
  width: 100%;
}
.formulario-container__img .content-img .img {
  width: 100%;
}
.formulario-container__img.info {
  padding: 30px;
  max-width: 400px;
  width: 100%;
}
.formulario-container__img.info .content-info {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
}
.formulario-container__img.info .content-info__title {
  font-size: 30px;
}
.formulario-container__img.info .content-info__steps {
  margin-top: 15%;
}
.formulario-container__img.info .content-info__steps ul {
  counter-reset: index;
}
.formulario-container__img.info .content-info__steps ul li {
  font-family: "Sabu";
  display: flex;
  font-size: 20px;
  margin: 30px 0;
  counter-increment: index;
}
.formulario-container__img.info .content-info__steps ul li:before {
  content: counter(index, decimal) ".";
  margin-right: 1em;
  color: #DA236F;
}
.formulario-container__form {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .formulario-container__form {
    width: 80%;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .formulario-container__form {
    width: 100%;
    padding-inline: 40px;
  }
}
.formulario-container__form .form-part {
  margin: auto;
  max-width: 800px;
}
@media screen and (min-width: 1500px) {
  .formulario-container__form .form-part {
    width: 50%;
  }
}
.formulario-container__form label {
  text-transform: none;
  color: #000000;
}
.formulario-container__form input[type=text],
.formulario-container__form select {
  background-color: #ffffff;
}
.formulario-container__form .dobble {
  grid-column: 1/span 2;
}
.formulario__file--container {
  border: 2px dashed #D4D8DD;
  border-radius: 4px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.formulario__file--container input[type=file] {
  display: none;
}
.formulario__file--container.active {
  border: 2px dashed #2f5b91;
}
.formulario__file--btn {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #FF7800;
}
.formulario__file--btn > span {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
.formulario__file--btn > span::before {
  --un-icon: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5 11.674H16.5C16.2333 11.674 16 11.9403 16 12.1734V15.5029C16 15.7692 15.7667 16.0023 15.5 16.0023H4.5C4.23333 16.0023 4 15.7692 4 15.5029V12.1734C4 11.9403 3.76667 11.674 3.5 11.674H2.5C2.23333 11.674 2 11.9403 2 12.1734V16.6682C2 17.4007 2.6 18 3.33333 18H16.6667C17.4 18 18 17.4007 18 16.6682V12.1734C18 11.9403 17.7667 11.674 17.5 11.674ZM10.3333 2.14983C10.1333 1.95006 9.83334 1.95006 9.63334 2.14983L5.13333 6.64463C4.93333 6.84439 4.93333 7.14405 5.13333 7.34382L5.83333 8.04301C6.03333 8.24278 6.33333 8.24278 6.53333 8.04301L8.4 6.1785C8.6 5.97873 9 6.11191 9 6.41156V13.4701C9 13.7364 9.2 13.9695 9.46667 13.9695H10.4667C10.7333 13.9695 11 13.7031 11 13.4701V6.44486C11 6.1452 11.3333 6.01202 11.5667 6.21179L13.4333 8.0763C13.6333 8.27607 13.9333 8.27607 14.1333 8.0763L14.8333 7.37711C15.0333 7.17734 15.0333 6.87769 14.8333 6.67792L10.3333 2.14983Z' fill='%233E4B61'/%3E%3C/svg%3E");
  content: "";
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  background-color: #FF7800;
  display: inline-block;
  margin-right: 5px;
  height: 1.4em;
  width: 1.4em;
}
.formulario__file--message {
  color: #121314;
  margin-top: 10px;
  font-size: 14px;
}
.formulario__file--description {
  font-size: 12px;
  margin-top: 10px;
  color: #3D3D3E;
}

#zf_div_z8BoQJ-qdGLy-2Q3zevQBn0ULsDQSbCprLludaW_UOc {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: -30px auto 0 auto;
}

@media (min-width: 768px) {
  #zf_div_z8BoQJ-qdGLy-2Q3zevQBn0ULsDQSbCprLludaW_UOc {
    margin: -70px auto 0 auto;
  }
}
.detail-download-culqifull.dense {
  padding: 20px 0 60px;
}
.detail-download-culqifull__content {
  padding: 0px 32px 16px 32px;
  height: 100%;
}
.detail-download-culqifull__content.fluid {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .detail-download-culqifull__content {
    padding: 0 10%;
    padding-bottom: 1.5rem;
  }
  .detail-download-culqifull__content.fluid {
    padding: 0;
  }
}
.detail-download-culqifull__content .swiper-wrapper {
  padding-bottom: 40px !important;
  padding-inline: 0 !important;
  display: flex;
  align-items: stretch;
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  .detail-download-culqifull__content .swiper-wrapper {
    justify-content: center;
  }
}
.detail-download-culqifull__content-item {
  max-width: 300px;
  width: 100%;
  min-width: 200px;
  height: auto;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #E6E7E9;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.detail-download-culqifull__content-item:hover {
  border: 1px solid #FF7800;
  box-shadow: 0px 8px 12px rgba(62, 65, 70, 0.15), 0px 0px 1px rgba(62, 65, 70, 0.31);
}
@media screen and (max-width: 768px) {
  .detail-download-culqifull__content-item {
    max-width: 210px;
    min-width: 160px;
  }
}
.detail-download-culqifull__content-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail-download-culqifull__content-item__content {
    padding: 2.5rem;
  }
}
.detail-download-culqifull__content-item__icon {
  text-align: left;
  height: 32px;
  width: 32px;
  margin-bottom: 10px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .detail-download-culqifull__content-item__icon {
    margin-bottom: 20px;
    height: 48px;
    width: 48px;
  }
}
.detail-download-culqifull__content-item__icon.center {
  margin: 0 auto;
}
.detail-download-culqifull__content-item__icon img {
  height: 100%;
}
.detail-download-culqifull__content-item__text {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 128%;
  width: 100%;
  color: #121314;
  pointer-events: none;
}
.detail-download-culqifull__content-item__text.center {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .detail-download-culqifull__content-item__text {
    font-size: 24px;
  }
}
.detail-download-culqifull__content-item__body {
  font-family: "Lexend Deca";
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  color: #000000;
}
.detail-download-culqifull__content-item__body.center {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1201px) {
  .detail-download-culqifull__content-item__body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .detail-download-culqifull__content-item__body {
    font-size: 18px;
  }
}
.detail-download-culqifull__content .swiper {
  width: 100%;
  height: 100%;
}
.detail-download-culqifull__content .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
.detail-download-culqifull__content .swiper-pagination-bullet {
  background-color: #FDE7D9 !important;
  opacity: 1 !important;
}
.detail-download-culqifull__content .swiper-pagination-bullet-active {
  background-color: #FF7800 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .detail-download-culqifull__content .swiper-pagination {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .detail-download-culqifull__content .swiper-pagination {
    display: none !important;
  }
}

body {
  font-family: "Sabu";
  color: #121314;
}

.header-culqiapp {
  display: flex;
  background-color: #141414;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  max-height: 100px;
}
.header-culqiapp .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.header-culqiapp .header-app-description {
  display: none;
}
.header-culqiapp .text-header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lexend Deca";
  text-align: center;
  font-size: 32px;
  padding: 8px;
  color: #f9f9fa;
  font-weight: 600;
}
.header-culqiapp .text-header .header-app-logo {
  height: 1em;
  object-fit: contain;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .header-culqiapp .text-header {
    display: block;
    font-size: 16px;
  }
  .header-culqiapp .text-header .header-app-logo {
    height: 1.1em;
  }
}
@media (max-width: 768px) {
  .header-culqiapp {
    max-height: 100%;
    padding: 12px 16px;
  }
  .header-culqiapp .header-app-description {
    display: block;
    color: #fff;
    text-align: center;
    padding: 12px 16px;
    gap: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Lexend Deca";
  }
}
.header-culqiapp .btn-primary {
  width: 120px;
  background-color: #FF7800;
}

.hero-app {
  background-image: url("/assets/images/others/bg-culqiapp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 550px;
}
@media (max-width: 768px) {
  .hero-app {
    min-height: 100%;
  }
}
.hero-app .container-app {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
}
.hero-app .container-app .hero-content {
  width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-app .container-app .hero-content .hero-text {
  max-width: 570px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-app .container-app .hero-content .hero-text .new-tag {
  display: inline-block;
  align-self: flex-start;
  align-items: center;
  padding: 4px 10px;
  border-radius: 4px;
  background: #25b562;
  color: #f5fcf8;
  font-size: 12px;
  font-weight: 600;
}
.hero-app .container-app .hero-content .hero-text .hero-title {
  font-size: 48px;
  font-family: "Sabu";
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 61px;
}
.hero-app .container-app .hero-content .hero-text .hero-buttons {
  font-family: "Lexend Deca";
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .hero-app .container-app .hero-content .hero-text .hero-buttons {
    justify-content: center;
    width: 100%;
  }
  .hero-app .container-app .hero-content .hero-text .hero-buttons .hero-button-download {
    width: 100% !important;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hero-app .container-app .hero-content .hero-text .hero-buttons .explore {
    display: none;
  }
}
.hero-app .container-app .hero-content .hero-text .hero-subtitle {
  font-family: "Lexend Deca";
  font-size: 14px;
  color: #3d3d3e;
  font-weight: 400;
}
.hero-app .container-app .hero-content .hero-text .subtitle-container {
  display: flex;
  flex-direction: row;
  align-items: left;
  margin-top: 10px;
}
.hero-app .container-app .hero-content .hero-text .subtitle-container .subtitle-text {
  font-size: 18px;
  font-weight: 600;
  color: #ec6f00;
  font-family: "Lexend Deca";
}
.hero-app .container-app .hero-content .hero-text .subtitle-container .subtitle-arrow {
  margin-top: 5px;
  width: 20px;
  object-fit: contain;
}
.hero-app .container-app .hero-content .google-play-button {
  max-width: 200px;
  height: auto;
  margin-top: 20px;
  cursor: pointer;
}
.hero-app .container-app .hero-image {
  width: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}
.hero-app .container-app .hero-image .mobile-app-image {
  width: 50%;
  height: auto;
  position: absolute;
  bottom: -250px;
}
@media (max-width: 768px) {
  .hero-app {
    display: block;
  }
  .hero-app .container-app {
    flex-direction: column;
  }
  .hero-app .container-app .hero-content {
    width: 100%;
    padding: 28px;
  }
  .hero-app .container-app .hero-content .hero-text {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .hero-app .container-app .hero-content .hero-text .new-tag {
    align-self: center;
  }
  .hero-app .container-app .hero-content .hero-text .hero-title {
    font-size: 32px;
    line-height: 40px;
  }
  .hero-app .container-app .hero-content .hero-text .subtitle-container {
    justify-content: center;
  }
  .hero-app .container-app .hero-content .hero-text .hero-subtitle {
    font-size: 12px;
  }
  .hero-app .container-app .hero-image {
    display: none;
  }
}

.use-cases {
  display: flex;
  flex-direction: column;
  padding-inline: 48px;
  padding-block: 4rem;
  gap: 48px;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  align-content: center;
}
.use-cases .culqiApp {
  width: 70%;
  display: flex;
  align-self: center;
  position: relative;
}
.use-cases .culqiApp .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0rem;
}
.use-cases .culqiApp .swiper-pagination-bullet {
  background-color: #fde7d9;
  opacity: 1;
  height: 12px;
  width: 12px;
}
.use-cases .culqiApp .swiper-pagination-bullet-active {
  background-color: #ff7800;
  opacity: 1;
}
.use-cases .culqiApp .swiper-button-prev,
.use-cases .culqiApp .swiper-button-next {
  border: 1px solid #ff7800;
  border-radius: 0.25rem !important;
  padding: 0.5rem;
  background: #fff;
  width: 32px;
  height: 32px;
  color: #ff7800;
}
.use-cases .culqiApp .swiper-button-prev.swiper-button-prev,
.use-cases .culqiApp .swiper-button-next.swiper-button-prev {
  left: -4rem;
}
.use-cases .culqiApp .swiper-button-prev.swiper-button-next,
.use-cases .culqiApp .swiper-button-next.swiper-button-next {
  right: -4rem;
}
@media (max-width: 768px) {
  .use-cases .culqiApp .swiper-button-prev,
  .use-cases .culqiApp .swiper-button-next {
    border: none;
    padding: 0;
  }
  .use-cases .culqiApp .swiper-button-prev.swiper-button-prev,
  .use-cases .culqiApp .swiper-button-next.swiper-button-prev {
    left: -1rem;
    width: 18px;
    height: 18px;
  }
  .use-cases .culqiApp .swiper-button-prev.swiper-button-next,
  .use-cases .culqiApp .swiper-button-next.swiper-button-next {
    right: -1rem;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .use-cases .culqiApp {
    width: 100%;
  }
}
.use-cases .use-cases-text {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.use-cases .use-cases-text .use-cases-subtitle {
  color: #0673e4;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Lexend Deca";
}
.use-cases .use-cases-text .use-cases-title {
  line-height: 61px;
  font-size: 48px;
}
.use-cases-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  font-size: 20px;
  padding-inline: 1rem;
}
.use-cases-footer a {
  color: inherit;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 768px) {
  .use-cases {
    flex-direction: column;
    padding-inline: 16px;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .use-cases .use-cases-text {
    flex-direction: column;
    gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .use-cases .use-cases-text .use-cases-title {
    line-height: 40px;
    text-align: center;
    font-size: 32px;
  }
  .use-cases .use-cases-text .use-cases-description {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .use-cases .use-cases-text .use-cases-subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.download-section {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 64px 86px;
}
.download-section .download-container {
  display: flex;
  flex-direction: row;
  background-color: #fff6ef;
  max-width: 1200px;
  border-radius: 12px;
  padding-left: 40px;
  gap: 2rem;
}
.download-section .download-container .image-download {
  max-width: 20%;
  height: auto;
}
.download-section .download-container .download-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.download-section .download-container .download-content .download-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
}
.download-section .download-container .download-content .download-description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-family: "Lexend Deca";
  color: #3d3d3e;
}
.download-section .download-container .download-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding-right: 40px;
}
.download-section .download-container .download-button .subtitle-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.download-section .download-container .download-button .subtitle-container .subtitle-text {
  font-size: 18px;
  font-weight: 600;
  color: #ec6f00;
  font-family: "Lexend Deca";
}
.download-section .download-container .download-button .subtitle-container {
  width: 204px;
}
.download-section .download-container .download-button .subtitle-container .subtitle-arrow {
  margin-top: 5px;
  width: 20px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .download-section {
    padding: 16px;
  }
  .download-section .download-container {
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    text-align: center;
    gap: 2rem;
  }
  .download-section .download-container .image-download {
    display: none;
  }
  .download-section .download-container .download-content {
    gap: 0.25rem;
  }
  .download-section .download-container .download-content .download-title {
    font-size: 24px;
  }
  .download-section .download-container .download-content .download-description {
    font-size: 16px;
    line-height: 20px;
  }
  .download-section .download-container .download-button {
    padding-inline: 24px;
    align-items: center;
  }
  .download-section .download-container .download-button .subtitle-container {
    justify-content: center;
    align-items: center;
  }
}

.help {
  display: flex;
  flex-direction: row;
  gap: 70px;
  padding: 96px 48px;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
}
.help .help-img-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff6ef;
  border-radius: 8px;
  padding: 30px 275px 30px 224px;
  overflow: hidden;
}
.help .help-img-container .help-img {
  height: 420px;
  width: 210px;
}
.help .help-container-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  background-color: #fff;
}
.help .help-container-info .help-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 61px;
  text-align: center;
}
.help .help-container-info .help-description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-family: "Lexend Deca";
  color: #3d3d3e;
}
.help .help-container-info .help-options {
  display: flex;
  flex-direction: row;
  gap: 24px;
  font-family: "Lexend Deca";
  justify-content: center;
}
.help .help-container-info .help-options .btn-consultar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background-color: #ff7800;
  color: #fff;
  padding: 12px 20px;
}
.help .help-container-info .help-options .btn-consultar:hover {
  background-color: #EC6F00;
}
.help .help-container-info .help-options .btn-videos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background-color: #fff;
  color: #ff7800;
  border: 1px solid #ff7800;
  padding: 12px 20px;
}
@media (max-width: 768px) {
  .help {
    flex-direction: column;
    padding: 64px 24px;
  }
  .help .help-img-container {
    position: relative;
    height: 202px;
    padding: 23px 94px;
    overflow: hidden;
  }
  .help .help-img-container .help-img {
    position: absolute;
    width: 123px;
    height: 246px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: top;
    padding-top: 23px;
  }
  .help .help-container-info {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .help .help-container-info .help-title {
    font-size: 32px;
    line-height: 128%;
  }
  .help .help-container-info .help-options {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
}

.modal-app {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.modal-app.show {
  display: flex !important;
  z-index: 10000;
  font-family: "Lexend Deca";
}

.modal-content-culqiapp {
  display: flex;
  background-color: #fff;
  color: #000;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  gap: 24px;
  padding: 40px 24px;
}
.modal-content-culqiapp .modal-app-text {
  max-width: 393px;
  gap: 24px;
  text-align: left;
}
.modal-content-culqiapp .modal-app-text .title-modal-app {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 24px;
}
.modal-content-culqiapp .modal-app-text .description-modal-app {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.modal-content-culqiapp .modal-app-text .goggle-play-img {
  margin-top: 24px;
}
.modal-content-culqiapp .qr-app {
  width: 288px;
  height: 288px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #606162;
  width: 100%;
  text-align: right;
}

.btn-modal-app {
  display: flex;
  justify-content: center;
  background-color: #f9f9fa;
  cursor: pointer;
  padding-bottom: 64px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Lexend Deca";
}
.btn-modal-app #openModalCulqiapp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background-color: #ff7800;
  color: #fff;
  padding: 12px 20px;
}
.btn-modal-app #openModalCulqiapp:hover {
  background-color: #EC6F00;
}
@media (max-width: 768px) {
  .btn-modal-app {
    display: none;
  }
}

body {
  font-family: "Sabu";
  color: #121314;
}

.header-culqipanel {
  display: flex;
  background-color: #141414;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  max-height: 100px;
}
.header-culqipanel .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.header-culqipanel .header-culqipanel-description {
  display: none;
}
.header-culqipanel .header-culqipanel-logo {
  object-fit: contain;
}
@media (max-width: 768px) {
  .header-culqipanel {
    max-height: 100%;
    padding: 0px;
  }
  .header-culqipanel .header-culqipanel-logo {
    display: none;
  }
  .header-culqipanel .header-culqipanel-description {
    display: block;
    color: #fff;
    text-align: center;
    padding: 12px 16px;
    gap: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Lexend Deca";
  }
}

.hero-culqipanel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 32px;
  padding: 35px 16px;
  background: linear-gradient(91.33deg, #DAF1EF 0.94%, #FADFCC 99%);
}
.hero-culqipanel-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.hero-culqipanel-content-title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
  color: #121314;
  font-family: "Sabu";
}
.hero-culqipanel-content-description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Lexend Deca";
  color: #3d3d3e;
}
.hero-culqipanel-content .btn-access-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  padding: 14px 20px;
  border-radius: 8px;
  background-color: #ff7800;
  color: #fff;
  font-family: "Lexend Deca";
  font-size: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.hero-culqipanel-image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hero-culqipanel {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 96px;
    padding: 0;
  }
  .hero-culqipanel-content {
    align-items: flex-start;
    text-align: left;
    gap: 24px;
    max-width: 474px;
    padding: 157px 0px;
  }
  .hero-culqipanel-content-title {
    font-size: 48px;
    line-height: 120%;
  }
  .hero-culqipanel-content-description {
    font-size: 18px;
    line-height: 24px;
  }
  .hero-culqipanel-content .btn-access-panel {
    max-width: 142px;
  }
}

.section-help-culqipanel {
  display: flex;
  flex-direction: column;
  padding: 40px 16px;
  background: #F9F9FA;
  gap: 32px;
}
.section-help-culqipanel .help-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 128%;
  text-align: center;
}
.section-help-culqipanel .help-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  font-family: "Lexend Deca";
}
.section-help-culqipanel .help-options .btn-consultar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background-color: #FF7800;
  color: #fff;
  padding: 12px 20px;
}
.section-help-culqipanel .help-options .btn-consultar:hover {
  background-color: #EC6F00;
}
.section-help-culqipanel .help-options .btn-videos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background-color: #fff;
  color: #FF7800;
  border: 1px solid #FF7800;
  padding: 12px 20px;
}
@media (min-width: 768px) {
  .section-help-culqipanel {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }
  .section-help-culqipanel .help-title {
    font-size: 48px;
  }
  .section-help-culqipanel .help-options {
    flex-direction: row;
    gap: 24px;
    width: auto;
    justify-content: center;
  }
}

.slider-culqipanel-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.download-section-panel {
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin: 80px;
}
.download-section-panel .download-container {
  display: flex;
  flex-direction: row;
  background-color: #FFE9D6;
  max-width: 1280px;
  border-radius: 12px;
  padding-left: 40px;
  gap: 50px;
}
.download-section-panel .download-container .download-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.download-section-panel .download-container .download-content .download-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  color: #000;
  font-family: "Sabu";
}
.download-section-panel .download-container .download-content .download-description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-family: "Lexend Deca";
  color: #1F263E;
}
.download-section-panel .download-container .download-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding-right: 40px;
}
.download-section-panel .download-container .download-button .subtitle-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-color: #FF7800;
  font-family: "Lexend Deca";
  width: max-content;
  padding: 16px 24px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .download-section-panel {
    padding: 24px 16px;
    margin: 0px;
  }
  .download-section-panel .download-container {
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    text-align: center;
    gap: 20px;
  }
  .download-section-panel .download-container .image-download {
    display: none;
  }
  .download-section-panel .download-container .download-content {
    gap: 20px;
  }
  .download-section-panel .download-container .download-content .download-title {
    font-size: 24px;
    line-height: 30px;
  }
  .download-section-panel .download-container .download-content .download-description {
    font-size: 16px;
    line-height: 20px;
  }
  .download-section-panel .download-container .download-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0px;
  }
  .download-section-panel .download-container .download-button .subtitle-container {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    font-size: 16px;
    white-space: nowrap;
    width: 100%;
  }
}

.culqi-users-section {
  padding: 64px 100.5px;
  background-color: #F9F9FA;
}
.culqi-users-section .culqi-users-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 48px;
  max-width: 1240px;
}
.culqi-users-section .culqi-users-container .culqi-users-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.culqi-users-section .culqi-users-container .culqi-users-head .title-users {
  color: #0673E4;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  font-family: "Lexend Deca";
}
.culqi-users-section .culqi-users-container .culqi-users-head .subtitle-users {
  text-align: center;
  font-size: 48px;
  line-height: 41px;
  color: #121314;
  font-weight: 600;
  font-family: "Sabu";
}
@media (max-width: 768px) {
  .culqi-users-section .culqi-users-container .culqi-users-head {
    gap: 12px;
  }
}
.culqi-users-section .culqi-users-container .users-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .culqi-users-section .culqi-users-container .users-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.culqi-users-section .culqi-users-container .user-card {
  overflow: hidden;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.culqi-users-section .culqi-users-container .user-card .user-image {
  position: relative;
  width: 100%;
  border-radius: 20px;
}
.culqi-users-section .culqi-users-container .user-card .user-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.culqi-users-section .culqi-users-container .user-card .user-info {
  padding-left: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.culqi-users-section .culqi-users-container .user-card .user-info .user-name {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Sabu";
}
.culqi-users-section .culqi-users-container .user-card .user-info p {
  color: #1F263E;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Lexend Deca";
}
@media (max-width: 768px) {
  .culqi-users-section .culqi-users-container .user-card .user-info .user-name {
    font-size: 24px;
  }
  .culqi-users-section .culqi-users-container .user-card .user-info p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .culqi-users-section {
    padding: 40px 16px;
  }
  .culqi-users-section .culqi-users-container .culqi-users-head .title-users {
    font-size: 18px;
    line-height: 24px;
  }
  .culqi-users-section .culqi-users-container .culqi-users-head .subtitle-users {
    font-size: 24px;
    line-height: 30px;
  }
}

.header-culqifull-membresia {
  display: flex;
  background-color: #141414;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  max-height: 100px;
}
.header-culqifull-membresia .header-full-membresia-logo {
  object-fit: contain;
}
@media (max-width: 768px) {
  .header-culqifull-membresia {
    padding: 12px 66px;
  }
}

.hero-membresia {
  background-color: #FFFFFF;
}
.hero-membresia__banner {
  width: 100%;
}
.hero-membresia__banner img {
  width: 100%;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  .hero-membresia__banner img {
    display: block;
  }
}
@media (min-width: 768px) {
  .hero-membresia__banner {
    height: 300px;
  }
}
.hero-membresia__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-membresia__container {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 1rem;
  }
}
.hero-membresia__form {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 680px;
  margin: 0 auto 2rem;
  transform: scale(1);
}
@media (min-width: 768px) {
  .hero-membresia__form {
    transform: translateY(-15%) scale(0.65);
    transform-origin: top right;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    position: absolute;
    bottom: -580px;
  }
}
@media (min-width: 982px) {
  .hero-membresia__form {
    transform: translateY(-20%) scale(0.7);
    width: 60%;
  }
}
.hero-membresia__form .hero-membresia__iframe {
  width: 100%;
  border: none;
  display: block;
}
.hero-membresia__info {
  text-align: left;
  padding: 32px 16px;
  max-width: 630px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.hero-membresia__info h2 {
  font-size: 32px;
  font-weight: 600;
  color: #121314;
  font-family: "Sabu";
  line-height: 128%;
}
.hero-membresia__info .title-membresia h1, .hero-membresia__info .title-membresia p {
  font-size: 18px;
  font-weight: 400;
  color: #3D3D3E;
  font-family: "Sabu";
  line-height: 128%;
  display: inline;
  margin: 0;
}
.hero-membresia__info .title-membresia h1 .highlight, .hero-membresia__info .title-membresia p .highlight {
  color: #00B8A2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero-membresia__info {
    padding: 80px 0px 0px 70px;
    margin-right: auto;
    height: 550px;
    gap: 40px;
  }
  .hero-membresia__info h2 {
    font-size: 48px;
  }
  .hero-membresia__info .title-membresia h1, .hero-membresia__info .title-membresia p {
    font-size: 32px;
    display: inline;
    margin: 0;
  }
}
.hero-membresia__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-membresia__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 18px;
  color: #3D3D3E;
}
.hero-membresia__benefits li strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero-membresia {
    padding-bottom: 140px;
  }
}

.tabs-membresia-title {
  max-width: 1080px;
  text-align: center;
  margin: 0 auto;
}
.tabs-membresia-title .title-one {
  font-size: 18px;
  color: #3D3D3E;
  padding: 0px 16px;
}
.tabs-membresia-title .title-one {
  font-weight: 400;
}
@media (min-width: 768px) {
  .tabs-membresia-title .title-one {
    font-size: 24px;
    color: #3D3D3E;
  }
}

.cards-membresia {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cards-membresia__group {
  display: none;
  justify-content: center;
  gap: 2rem;
  max-width: 1088px;
  padding-top: 32px;
}
.cards-membresia__group--active {
  display: flex;
}
@media (max-width: 768px) {
  .cards-membresia__group {
    padding: 0px 16px;
    height: auto;
  }
}
.cards-membresia__group .benefit-cards-mobile {
  display: none;
}
@media (max-width: 767px) {
  .cards-membresia__group .benefit-cards-mobile {
    display: block;
  }
}
.cards-membresia__group .benefit-cards-mobile .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 20px;
  max-width: 320px;
  height: 650px;
}
.cards-membresia__group .benefit-cards-mobile .swiper-slide {
  display: flex;
  height: auto;
}
.cards-membresia__group .benefit-cards-mobile .swiper-pagination {
  position: relative;
  margin-top: 12px;
  text-align: center;
  gap: 10px;
  display: flex;
  justify-content: center;
}
.cards-membresia__group .benefit-cards-mobile .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  background: #FFE9D6;
}
.cards-membresia__group .benefit-cards-mobile .swiper-pagination-bullet-active {
  background: #FF7800;
}
.cards-membresia__group .benefit-cards-mobile .swiper-button-next,
.cards-membresia__group .benefit-cards-mobile .swiper-button-prev {
  font-size: 16px;
  color: #FF7800;
}
.cards-membresia__group .benefit-cards-mobile .swiper-button-next svg,
.cards-membresia__group .benefit-cards-mobile .swiper-button-prev svg {
  width: 24px;
  height: 24px;
  fill: #FF7800;
}
.cards-membresia__group .benefit-cards-mobile .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -14px) !important;
}
.cards-membresia__group .benefit-cards-mobile .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -14px) !important;
}
.cards-membresia .price-terms {
  text-align: center;
  margin: 32px 16px;
}
.cards-membresia .price-terms__text {
  font-size: 14px;
  color: #3d3d3e;
  margin: 0;
  font-weight: 400;
  line-height: 20px;
}
.cards-membresia .price-terms__text:nth-of-type(2) {
  margin-top: 0px;
}
.cards-membresia .price-terms__text:nth-of-type(3) {
  margin-top: 12px;
}
.cards-membresia .price-terms__link {
  color: #3096ff;
  text-decoration: underline;
}
.cards-membresia .price-terms__link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .cards-membresia .price-terms {
    margin-top: 48px;
    margin-bottom: 80px;
  }
}

.ctas-full-membresia {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 48px;
  background-color: #F9F9FA;
}
.ctas-full-membresia .see-more {
  color: #595A5B;
}
.ctas-full-membresia .see-more a {
  color: #3096FF;
}
@media (min-width: 768px) {
  .ctas-full-membresia {
    padding-top: 0px;
    padding-bottom: 44px;
  }
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 64px;
  max-width: 1088px;
  font-family: "Lexend Deca";
}

.card-container {
  background: #fff;
  font-family: "Lexend Deca";
  overflow: hidden;
  text-align: center;
  display: flex;
  align-self: baseline;
  flex-direction: column;
  border: 1px solid #E6E7E9;
  box-shadow: 0px 8px 12px rgba(62, 65, 70, 0.15), 0px 0px 1px rgba(62, 65, 70, 0.31);
  border-radius: 16px;
  max-width: 320px;
  height: fit-content;
}
.card-container--border {
  border: 1px #25B562 solid;
}

.card-pos {
  height: 100%;
}
.card-pos__badge {
  background: #F9F9FA;
  padding: 1rem;
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  flex-direction: column;
}
.card-pos__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
.card-pos__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #121314;
}
.card-pos__description {
  color: #3D3D3E;
  font-weight: 300;
  line-height: 24px;
}
.card-pos__description strong {
  font-weight: 600;
}
.card-pos__label {
  font-size: 18px;
  color: #3D3D3E;
}
.card-pos .card-pos__price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  color: #2A2B2C;
  font-weight: 600;
}
.card-pos .card-pos__price .currency {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(0.3rem);
}
.card-pos .card-pos__price strong {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
.card-pos__note {
  font-size: 12px;
  color: #818282;
  font-weight: 300;
}
.card-pos .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 400;
  text-decoration: none;
  margin-top: auto;
}
.card-pos .btn--filled {
  background-color: #ff7a00;
  color: white;
}
.card-pos .btn--outline {
  border: 1px solid #ff7a00;
  color: #ff7a00;
  background: transparent;
  display: inline-flex;
}
.card-pos--primary .card-pos__badge {
  background-color: #fff4ed;
}
.card-pos--primary .btn--filled {
  background-color: #ff6a00;
  display: inline-flex;
}

.tabs-price-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1070px;
  margin: 0 auto;
  text-align: center;
  padding: 32px 16px 0px 16px;
}
.tabs-price-title .sr-only-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tabs-price-title .title-one {
  font-weight: 600;
  font-size: 32px;
  font-family: "Sabu", sans-serif;
  line-height: 128%;
  color: #121314;
}
.tabs-price-title .title-two {
  font-weight: 300;
  font-size: 18px;
  color: #3D3D3E;
}
@media (min-width: 768px) {
  .tabs-price-title {
    padding: 80px 0 0 0;
  }
  .tabs-price-title .title-one {
    font-size: 48px;
    line-height: 64px;
  }
  .tabs-price-title .title-two {
    font-size: 24px;
  }
}

.pricing-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .pricing-tabs {
    margin-top: 48px;
  }
}

.pricing-tabs__tab {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0 8px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #121314;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #e6e7e9;
}
.pricing-tabs__tab .pricing-tabs__icon {
  width: 20px;
  height: 20px;
  filter: grayscale(1);
}
.pricing-tabs__tab.pricing-tabs__tab--active {
  border-bottom-color: #ff7800;
}
.pricing-tabs__tab.pricing-tabs__tab--active .pricing-tabs__icon {
  filter: none;
}

.pricing-panels {
  max-width: 1088px;
  margin: 24px auto 40px;
  padding: 0 16px;
}

.panel {
  display: none;
}

.panel--active {
  display: block;
}

.pricing-filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 24px auto 48px;
}
.pricing-filter label {
  color: #3d3d3e;
  font-size: 18px;
  line-height: 24px;
}
.pricing-filter .select {
  position: relative;
  min-width: 240px;
}
.pricing-filter .select select {
  width: 100%;
  padding: 12px 44px 12px 16px;
  border: 1px solid #e6e7e9;
  border-radius: 12px;
  background: #fff;
  appearance: none;
  font-size: 16px;
  color: #121314;
  font-weight: 600;
}
.pricing-filter .select .select__chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #121314;
  border-bottom: 2px solid #121314;
  pointer-events: none;
}
@media (min-width: 768px) {
  .pricing-filter {
    flex-direction: row;
  }
}

/*  Contenido de cards */
.cards-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.cards-price .sr-only-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cards-price__group {
  display: none;
}

.cards-price__group--active {
  display: block;
}

.price-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 24px;
  width: 100%;
}

/* Carrusel  solo en mobile */
.price-cards-mobile {
  display: none;
  width: 100%;
}

@media (max-width: 767px) {
  .price-cards {
    display: none !important;
  }
  .price-cards-mobile {
    display: block;
  }
  .price-cards-mobile .splide__track {
    overflow: visible;
  }
  .price-cards-mobile .splide__list {
    align-items: stretch;
  }
  .price-cards-mobile .splide__slide {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .price-cards-mobile .splide__slide > * {
    width: 100%;
  }
}
/*  Términos  */
.price-terms {
  text-align: center;
  margin-top: 32px;
}
.price-terms__text {
  font-size: 14px;
  color: #3d3d3e;
  margin: 0;
  font-weight: 400;
  line-height: 20px;
}
.price-terms__text:nth-of-type(2) {
  margin-top: 0px;
}
.price-terms__text:nth-of-type(3) {
  margin-top: 12px;
}
.price-terms__link {
  color: #3096ff;
  text-decoration: underline;
}
.price-terms__link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .price-terms {
    margin-top: 24px;
  }
}

.price-card {
  background: #fff;
  border: 1px solid #e6e7e9;
  border-radius: 16px;
  box-shadow: 0 8px 12px rgba(62, 65, 70, 0.15), 0 0 1px rgba(62, 65, 70, 0.31);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  overflow: hidden;
  /* HEADER base (BCP warm) */
}
.price-card__header {
  background: #fff4ed;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  height: 120px;
}
.price-card__header__ribbon {
  background: #25b562;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
}
.price-card {
  /* Variante ALT (otros bancos) */
}
.price-card__header--alt {
  background: #f5f5f5;
}
.price-card {
  /* 3ra variante:*/
}
.price-card__header--plain {
  background: none;
  padding: 16px 16px;
  height: auto;
  border: 0;
}
.price-card__header--plain .price-card__header__ribbon {
  display: none;
}
.price-card {
  /* Imagen que reemplaza al título */
}
.price-card__heading-img {
  display: block;
  max-height: 36px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}
.price-card {
  /* ===== fin 3ra variante ===== */
}
.price-card__heading {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #121314;
  display: flex;
  align-items: center;
  gap: 8px;
}
.price-card__bank {
  height: 20px;
}
.price-card {
  /* MEDIA + BADGE PRECIO */
}
.price-card__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 8px;
}
.price-card__device {
  /* max-width: 210px; */
  height: auto;
}
.price-card__overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-40%);
  bottom: 48px;
  width: 120px;
}
.price-card {
  /* CTA */
}
.price-card .boton.boton--cta {
  margin: 24px 24px 0 24px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #ff7a00;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.price-card {
  /* LISTA DE BENEFICIOS */
}
.price-card__features {
  list-style: none;
  margin: 24px;
  padding: 0;
  display: grid;
  gap: 16px;
}
.price-card__feature {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 10px;
  color: #3d3d3e;
}
.price-card__icon {
  width: 24px;
  height: 24px;
}
.price-card__feature-text strong {
  font-weight: 700;
}
.price-card {
  /* VARIANTE PRIMARIA (BCP) */
}
.price-card--primary .price-tag {
  border-color: #ff6a00;
}
.price-card--primary .price-tag__label {
  background: #ff6a00;
}
.price-card--primary .boton--cta {
  background: #ff6a00;
}

@media (max-width: 767px) {
  .price-cards {
    grid-template-columns: 1fr;
  }
  .price-card__device {
    max-width: 200px;
  }
  .price-card .price-tag {
    right: 4px;
    top: -4px;
  }
}
@media (max-width: 767px) {
  .price-cards-mobile.splide {
    position: relative;
  }
  .price-cards-mobile .splide__track {
    overflow: visible;
  }
  .price-cards-mobile .splide__arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    max-width: 520px;
    pointer-events: none;
    z-index: 10;
  }
  .price-cards-mobile .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ff7800;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price-cards-mobile .splide__arrow--prev {
    left: 75px;
  }
  .price-cards-mobile .splide__arrow--next {
    right: 75px;
  }
  .price-cards-mobile .splide__arrow svg {
    width: 18px;
    height: 18px;
    fill: #ff7800;
    stroke: #ff7800;
  }
}
.price-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1088px;
  margin: 0 auto;
  font-family: "Lexend Deca";
}

.price-card {
  background: #fff;
  border: 1px solid #e6e7e9;
  border-radius: 16px;
  box-shadow: 0 8px 12px rgba(62, 65, 70, 0.15), 0 0 1px rgba(62, 65, 70, 0.31);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  overflow: hidden;
  max-width: 400px;
  /* HEADER */
}
.price-card__header {
  background: #fff4ed;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  height: 120px;
}
.price-card__header__ribbon {
  /* RECOMENDADO */
  background: #25B562;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
}
.price-card {
  /* Variante ALT (otros bancos) */
}
.price-card__header--alt {
  background: #f5f5f5;
}
.price-card {
  /* 3ra variante: header plain (sin fondo + con imagen) */
}
.price-card__header--plain {
  background: none;
  padding: 16px 16px;
  height: 120px;
  border: 0;
}
.price-card__header--plain .price-card__header__ribbon {
  display: none;
}
.price-card__heading-img {
  display: block;
  max-height: 36px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}
.price-card {
  /*  fin 3ra variante */
}
.price-card__heading {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #121314;
  display: flex;
  align-items: center;
  gap: 8px;
}
.price-card__bank {
  height: 20px;
}
.price-card__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 8px;
}
.price-card__device {
  max-height: 312px;
  width: auto;
}
.price-card__overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-40%);
  bottom: 48px;
  width: 120px;
}
.price-card {
  /* CTA */
}
.price-card .boton.boton--cta {
  margin: 24px 24px 0px 24px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #ff7a00;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.price-card {
  /* LISTA DE BENEFICIOS */
}
.price-card__features {
  list-style: none;
  margin: 24px;
  padding: 0;
  display: grid;
  gap: 16px;
}
.price-card__feature {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 10px;
  color: #3d3d3e;
}
.price-card__icon {
  width: 24px;
  height: 24px;
}
.price-card__feature-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.price-card__feature-text strong {
  font-weight: 700;
}
.price-card--primary .price-tag {
  border-color: #ff6a00;
}
.price-card--primary .price-tag__label {
  background: #ff6a00;
}
.price-card--primary .boton--cta {
  background: #ff6a00;
}

@media (max-width: 767px) {
  .price-cards {
    grid-template-columns: 1fr;
  }
  .price-card__device {
    max-width: 200px;
  }
  .price-card {
    max-width: 312px;
  }
  .price-card .price-tag {
    right: 4px;
    top: -4px;
  }
}
.payment-methods {
  background-color: #f9f9fa;
  padding: 24px 0px;
  text-align: center;
}
.payment-methods__title {
  font-size: 16px;
  font-weight: 600;
  color: #1F263E;
  margin-bottom: 1.5rem;
  font-family: "Sabu", sans-serif;
}
.payment-methods__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  gap: 30px;
  max-width: 330px;
  margin: 0 auto;
}
.payment-methods__grid img {
  height: 40px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 40px;
    text-align: left;
    gap: 2rem;
  }
  .payment-methods__title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
  }
  .payment-methods__grid {
    max-width: none;
    gap: 35px;
  }
  .payment-methods__grid img {
    height: 64px;
    object-fit: contain;
  }
}

.cq-popup-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.cq-popup-modal {
  position: relative;
  max-width: 95%;
  max-height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cq-popup-close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.cq-popup-content {
  display: block;
  max-width: 100%;
  max-height: 100%;
  text-decoration: none;
  cursor: pointer;
}
.cq-popup-content img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
}

.section-learn-resources {
  background: #FFFFFF;
  padding: 48px 24px;
}
.section-learn-resources__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.section-learn-resources__title {
  margin: 0 auto 12px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.28;
  color: #121314;
}
.section-learn-resources__subtitle {
  margin: 0 auto 24px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #3D3D3E;
}

.learn-tabs {
  display: flex;
  justify-content: center;
  margin: 8px auto 16px;
  padding-bottom: 8px;
}
.learn-tabs__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #3A3A3A;
  cursor: pointer;
}
.learn-tabs__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  background: #DADDE2;
  border-radius: 2px;
  transform-origin: left center;
}
.learn-tabs__tab.is-active {
  color: #0F0F0F;
  font-weight: 600;
}
.learn-tabs__tab.is-active::after {
  background: #FF7800;
}
.learn-tabs__icon {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
}
.learn-tabs__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.learn-panel.is-hidden {
  display: none;
}

.learn-swiper {
  position: relative;
  margin-top: 8px;
}
.learn-swiper__viewport {
  padding: 0 28px;
}
.learn-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.learn-swiper .learn-card {
  position: relative;
  display: block;
  width: 312px;
  height: 312px;
  border: 1px solid #E6E7E9;
  border-radius: 20px;
  box-shadow: 0 0 1px rgba(62, 65, 70, 0.31), 0 8px 12px rgba(62, 65, 70, 0.15);
  overflow: hidden;
  background: #F4F5F6;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.learn-swiper .learn-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  display: block;
}
.learn-swiper .learn-card:focus-visible {
  outline: 3px solid #0A84FF;
  outline-offset: 3px;
}
.learn-swiper__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 10px;
}
.learn-swiper__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #FFE9D6;
  opacity: 1;
}
.learn-swiper__pagination .swiper-pagination-bullet-active {
  background: #FF7800;
}
.learn-swiper__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.learn-swiper__nav > span {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  user-select: none;
  transform: translateY(-1px);
}
.learn-swiper__nav--prev {
  left: -30px;
}
.learn-swiper__nav--next {
  right: -30px;
}
.learn-swiper__nav--next, .learn-swiper__nav--prev {
  font-size: 22px;
  color: #EC6F00;
  opacity: 1;
}
.learn-swiper__nav--next svg, .learn-swiper__nav--prev svg {
  width: 18px;
  height: 18px;
  fill: #EC6F00;
}

@media (min-width: 768px) {
  .section-learn-resources {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-learn-resources__title {
    font-size: 48px;
    margin-bottom: 12px;
  }
  .section-learn-resources__subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .learn-swiper__viewport {
    padding: 0 36px;
  }
  .learn-swiper__nav {
    width: 40px;
    height: 40px;
  }
  .learn-swiper__nav--prev {
    left: 10px;
  }
  .learn-swiper__nav--next {
    right: 10px;
  }
  .learn-swiper__pagination {
    margin-top: 18px;
  }
}
@media (min-width: 1024px) {
  .learn-swiper__viewport {
    padding: 0 44px;
  }
  .learn-swiper__nav {
    width: 44px;
    height: 44px;
  }
  .learn-swiper__nav--prev {
    left: 14px;
  }
  .learn-swiper__nav--next {
    right: 14px;
  }
}
.learn-more {
  text-align: center;
  margin-top: 22px;
}
.learn-more a {
  color: #3096FF;
  text-decoration: underline;
  font-size: 14px;
}

.section-help-articles {
  background: #FFFFFF;
  padding: 48px 24px;
}
.section-help-articles__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-help-articles__title {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 128%;
  color: #121314;
  margin-bottom: 40px;
}
.section-help-articles__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}
.section-help-articles__more {
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  color: #3D3D3E;
}
.section-help-articles__more-link {
  color: #3096FF;
  text-decoration: underline;
}

.article-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.1), 0 2px 4px rgba(16, 24, 40, 0.1);
  text-decoration: none;
  transition: transform 0.15s ease;
  width: 100%;
}
.article-card__left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.article-card__icon {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
}
.article-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.article-card__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #3D3D3E;
}
.article-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .section-help-articles {
    padding: 56px 24px 64px;
  }
  .section-help-articles__title {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 64px;
  }
  .section-help-articles__list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 28px;
    row-gap: 28px;
  }
  .section-help-articles__more {
    margin-top: 64px;
  }
  .article-card {
    padding: 18px 24px;
    flex: 0 0 calc((100% - 28px) / 2);
  }
  .article-card__icon {
    width: 36px;
    height: 36px;
  }
  .article-card__text {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .section-help-articles {
    padding: 80px 62px;
  }
  .article-card {
    padding: 36px 24px;
    max-width: 412px;
    max-height: 112px;
    flex: 0 0 calc((100% - 64px) / 3);
  }
  .article-card__icon {
    width: 40px;
    height: 40px;
  }
  .article-card__text {
    font-size: 24px;
  }
}
.hero-help-center {
  background-color: #fff;
}
.hero-help-center__banner {
  width: 100%;
  overflow: hidden;
}
.hero-help-center__banner picture {
  display: block;
  width: 100%;
}
.hero-help-center__banner picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.section-help-search {
  background: #F9F9FA;
  padding: 48px 24px;
}
.section-help-search__container {
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.section-help-search__title {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.28;
  color: #121314;
  margin-bottom: 40px;
  max-width: 700px;
}
.section-help-search .help-search {
  margin: 0 auto;
}
.section-help-search .help-search__field {
  position: relative;
  margin: 0 auto 18px;
}
.section-help-search .help-search__input {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #E6E7E9;
  padding: 14px 16px;
  font-size: 16px;
  color: #121314;
  background: #FFFFFF;
  outline: none;
}
.section-help-search .help-search__input::placeholder {
  color: #818282;
}
.section-help-search .help-search__input:focus {
  border-color: #FF7800;
}
.section-help-search .help-search__icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
}
.section-help-search .help-search__clear {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 4px;
  cursor: pointer;
}
.section-help-search .help-search__clear:focus {
  outline: 2px solid #FF7800;
  outline-offset: 2px;
}
.section-help-search .help-search__results {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 15px);
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.1), 0 2px 4px rgba(16, 24, 40, 0.06);
  z-index: 10;
  max-height: 290px;
  overflow: auto;
}
.section-help-search .help-search__results::-webkit-scrollbar {
  display: block;
  background: none;
  width: 0.25vw;
}
.section-help-search .help-search__results::-webkit-scrollbar-thumb {
  background-color: #D1D3D6;
  width: 4px;
  height: 50px;
  border-radius: 5px;
}
.section-help-search .help-search__results::-webkit-scrollbar-track {
  border-radius: 50%;
  background: transparent;
  margin: 4px;
}
.section-help-search .help-search__results-head {
  padding: 10px 14px;
  background: #fff;
  font-size: 14px;
  color: #818282;
  height: 50px;
}
.section-help-search .help-search__result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  text-decoration: none;
  color: #121314;
  font-size: 14px;
  background: #FFF;
}
.section-help-search .help-search__result:hover {
  background: #F9F9FA;
}
.section-help-search .help-search__result-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-help-search .help-search__result-icon {
  flex: 0 0 auto;
}
.section-help-search .help-search__popular {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.section-help-search .help-search__popular-title {
  font-size: 14px;
  font-weight: 300;
  color: #3D3D3E;
}
.section-help-search .help-search__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
.section-help-search .help-search__chip {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 6px 16px;
  border-radius: 800px;
  border: 1px solid #A3A7AC;
  background: #FFFFFF;
  color: #121314;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(16, 24, 40, 0.03);
}
.section-help-search .help-search__chip:hover {
  border-color: #BFC5CC;
}
@media (min-width: 768px) {
  .section-help-search {
    padding: 80px;
  }
  .section-help-search__title {
    font-size: 48px;
  }
  .section-help-search .help-search__input {
    height: 54px;
    font-size: 18px;
    padding: 16px 16px;
  }
  .section-help-search .help-search__field {
    margin-bottom: 22px;
  }
  .section-help-search .help-search__popular {
    margin-top: 32px;
    text-align: center;
  }
  .section-help-search .help-search__popular-title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .help-search__chips.swiper {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .help-search__chips.swiper .swiper-wrapper {
    padding: 16px 0px 0px;
  }
  .help-search__chips.swiper .swiper-slide {
    width: auto;
    padding: 0;
  }
  .help-search__chips.swiper .help-search__chip {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .help-search__chips.swiper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
  }
  .help-search__chips.swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .help-search__chips.swiper .swiper-slide {
    width: auto;
    padding: 0;
  }
}
.section-help-contacts {
  padding: 48px 16px 72px;
  background: #ffffff;
}
.section-help-contacts__container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.section-help-contacts__title {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.28;
  color: #121314;
  margin-bottom: 16px;
}
.section-help-contacts__note {
  text-align: center;
  color: #3D3D3E;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: 300;
}
.section-help-contacts__note strong {
  font-weight: 600;
}

.contact-card {
  background: #ffffff;
  border: 1px solid #E6E7E9;
  border-radius: 16px;
  padding: 20px;
}
.contact-card__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-card__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 0;
}
.contact-card__item + .contact-card__item {
  border-top: 1px solid #E6E7E9;
  padding-top: 20px;
  margin-top: 4px;
}
.contact-card__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-card__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact-card__label {
  font-size: 14px;
  color: #121314;
  font-weight: 300;
}
.contact-card__value {
  font-size: 14px;
  font-weight: 600;
  color: #121314;
}
.contact-card__value--link {
  color: #3096FF;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .section-help-contacts {
    padding: 72px 24px 96px;
  }
  .section-help-contacts__title {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .section-help-contacts__note {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .contact-card {
    padding: 24px;
  }
  .contact-card__items {
    flex-direction: row;
    gap: 0;
  }
  .contact-card__item {
    flex: 1 1 0%;
    padding: 8px 24px;
  }
  .contact-card__item + .contact-card__item {
    border-top: none;
    margin-top: 0;
    padding-top: 8px;
    border-left: 1px solid #E6E7E9;
  }
  .contact-card__icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
  .contact-card__label {
    font-size: 16px;
  }
}
.section-help-culqionline {
  background: #FFF6EF;
  padding: 40px 24px;
}
.section-help-culqionline__container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.section-help-culqionline__title {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.28;
  color: #121314;
  margin-bottom: 16px;
}
.section-help-culqionline__intro {
  margin: 0 auto 24px;
  font-size: 16px;
  line-height: 1.28;
  color: #3D3D3E;
  font-weight: 300;
}
.section-help-culqionline__intro strong {
  color: #121314;
  font-weight: 600;
}
.section-help-culqionline__cta-wrap {
  width: 100%;
}
.section-help-culqionline__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  background: #FF7A00;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  padding: 14px 20px;
}
@media (min-width: 768px) {
  .section-help-culqionline {
    padding: 80px 24px;
  }
  .section-help-culqionline__title {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .section-help-culqionline__intro {
    font-size: 24px;
    margin-bottom: 56px;
  }
  .section-help-culqionline__cta-wrap {
    width: auto;
    display: inline-block;
  }
  .section-help-culqionline__cta {
    width: auto;
  }
}

.cta-gain {
  background: #F9F9FA;
  padding: 48px 16px 56px;
}
.cta-gain__container {
  margin: 0 auto;
  max-width: 1120px;
  text-align: center;
}
.cta-gain__title {
  margin: 0 auto 28px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  color: #121314;
  margin-bottom: 32px;
}
.cta-gain__button {
  display: inline-block;
  width: 100%;
  max-width: 640px;
  padding: 18px 24px;
  background: #ff7800;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  border-radius: 8px;
}

@media (min-width: 1024px) {
  .cta-gain {
    padding: 24px 24px 80px;
  }
  .cta-gain__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .cta-gain__button {
    max-width: 220px;
    padding: 10px 16px;
    border-radius: 10px;
  }
}
.comission-calculators {
  padding-block: 2rem;
  padding-inline: 1.5rem;
}
.comission-calculators.bg-gray {
  background-color: #f4f5f6;
}
@media screen and (min-width: 768px) {
  .comission-calculators {
    padding-block: 5.5rem;
    padding-inline: 2rem;
  }
}
.comission-calculators h2 {
  font-family: "Sabu";
  font-weight: bold;
  font-size: 24px;
  line-height: 128%;
  color: #121314;
  padding-inline: 1rem;
  padding-block: 0.5rem 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .comission-calculators h2 {
    font-size: 48px;
  }
}
.comission-calculators h2 .color-green {
  color: #00a19b;
}
.comission-calculators .calculator-tabs-container {
  width: 100%;
  max-width: 730px;
  margin-inline: auto;
}
.comission-calculators .calculator-tab-headers {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.5rem;
}
.comission-calculators .calculator-tab-header {
  all: unset;
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #121314;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid #E6E7E9;
  transition: all 0.25s ease;
}
@media screen and (min-width: 768px) {
  .comission-calculators .calculator-tab-header {
    padding: 12px 24px;
  }
}
.comission-calculators .calculator-tab-header .icon {
  pointer-events: none;
}
.comission-calculators .calculator-tab-header.active[calculator-tab-header=offline] {
  border-color: #FF7800;
}
.comission-calculators .calculator-tab-header.active[calculator-tab-header=offline] .icon {
  color: #FF7800;
}
.comission-calculators .calculator-tab-header.active[calculator-tab-header=online] {
  border-color: #FF7800;
}
.comission-calculators .calculator-tab-header.active[calculator-tab-header=online] .icon {
  color: #FF7800;
}
.comission-calculators .calculator-tab-body {
  width: 100%;
  display: none;
  opacity: 0.4;
  transition: opacity 0.5s ease-in-out;
}
.comission-calculators .calculator-tab-body.active {
  animation: fadeIn 0.5s ease-in-out;
  opacity: 1;
  display: block;
}
.comission-calculators .calculator-tab-body .actions {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .comission-calculators .calculator-tab-body .actions {
    margin-top: 2rem;
  }
}
.comission-calculators .calculator-tab-body .actions .btn {
  height: 48px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .comission-calculators .calculator-tab-body .mobile_only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .comission-calculators .calculator-tab-body .desktop_only {
    display: none;
  }
}
.comission-calculators .calculator-tab-body .hide {
  display: none !important;
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-parte {
  display: flex;
  flex-direction: column;
  background-color: inherit;
}
.form-parte .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  gap: 1rem;
}
.form-parte .left .original-size {
  max-width: 159px;
  height: auto;
}
.form-parte .left .original-size-logo {
  max-width: 180px;
  height: auto;
}
.form-parte .left .subtitulo-full {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: #1F263E;
  text-align: center;
  max-width: 470px;
}
.form-parte .left .description-full {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #1F263E;
  text-align: left;
  max-width: 472px;
}
.form-parte .left .description-full-logos {
  text-align: left;
  width: auto;
  max-width: 280px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .form-parte .left {
    min-width: 50%;
  }
  .form-parte .left .description-full-logos {
    text-align: left;
    width: auto;
    max-width: 370px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .form-parte {
    flex-direction: row;
  }
}
.form-parte .right {
  background: #F9F9FA;
  min-height: 100%;
}
.form-parte .right .title-form {
  text-align: center;
  width: 90%;
  margin: 60px auto 35px;
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
}
.form-parte .right .title-form .text-form {
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: normal;
}
.form-parte .right .title-form .subtitle-form {
  font-size: 14px;
  line-height: 20px;
  width: 80%;
  margin: auto;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .form-parte .right {
    min-width: 50%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.form-parte .right .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  background-color: inherit;
  padding: 20px;
}
.form-parte .right .form .checkbox,
.form-parte .right .form .dobble {
  grid-column: 1/span 2;
}
.form-parte .right .form .checkbox {
  margin: 10px 0;
}
.form-parte .right .form .checkbox__name {
  color: #000000;
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 600px) {
  .form-parte .right .form .checkbox__name {
    font-size: 14px;
  }
}
.form-parte .right .form .checkbox__name .open-modal {
  color: #3CB4E5;
  cursor: pointer;
  text-decoration: underline;
}
.form-parte .right .form .checkbox__legal {
  font-family: "Lexend Deca";
  font-size: 10px;
  color: #7C7C7C;
}
.form-parte .right .form .checkbox__legal p {
  margin: 5px 15px;
}
.form-parte .right .form .checkbox__legal p a {
  color: #3CB4E5;
}
.form-parte .right .form input[type=checkbox] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #7C7C7C;
  border-radius: 2px;
  position: relative;
}
.form-parte .right .form input[type=checkbox]:checked {
  border: 1px solid #3CB4E5 !important;
}
.form-parte .right .form input[type=checkbox]:checked::before {
  content: url("../images/icons/checkbox.svg");
  position: absolute;
  color: #3CB4E5;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 45%);
}
.form-parte .right .form__action {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .form-parte .right .form__action button {
    width: 50%;
  }
}
.form-parte .right .form__action .loader {
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-right: 10px;
}

.error-input {
  border: 1px solid red !important;
}

@media (max-width: 1024px) {
  #exito-seccion {
    display: none !important;
  }
  body.mobile-success-visible #exito-seccion {
    display: flex !important;
  }
}
.rys-banner {
  display: flex;
  width: 100%;
  padding: 1rem;
  justify-content: center;
}
.rys-banner_container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  background: #763383;
  box-shadow: 0px 2px 4px rgba(188, 198, 212, 0.14), 0px 4px 5px rgba(188, 198, 212, 0.12), 0px 1px 10px rgba(188, 198, 212, 0.2);
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .rys-banner_container {
    flex-direction: row-reverse;
  }
}
.rys-banner_content {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  color: white;
  font-family: "Lexend Deca";
}
@media screen and (min-width: 480px) {
  .rys-banner_content {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .rys-banner_content {
    margin-left: 2rem;
  }
}
.rys-banner_content .text-green {
  color: #6cd3cf;
}
.rys-banner_content h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 152%;
  margin-bottom: 12px;
}
@media screen and (min-width: 480px) {
  .rys-banner_content h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .rys-banner_content h3 {
    font-size: 26px;
  }
}
.rys-banner_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 152%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .rys-banner_content p {
    font-size: 15px;
  }
}
.rys-banner_content a {
  width: fit-content;
  min-width: max-content;
  padding: 11px 16px;
  background: white !important;
  color: #763383 !important;
  border-radius: 4px;
  font-size: 14px;
}
.rys-banner_content a:active {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .rys-banner_content a {
    padding: 11px 20px;
    font-size: 15px;
  }
}
.rys-banner_image {
  min-width: 140px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  .rys-banner_image {
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .rys-banner_image {
    min-width: 300px;
    max-width: none;
  }
}
.rys-banner_image img {
  width: 100%;
  transform-origin: bottom;
  transform: scale(1.7) translateX(-0.4rem);
  max-height: 250px;
}
@media screen and (min-width: 480px) {
  .rys-banner_image img {
    transform: scale(1.5);
  }
}
@media screen and (min-width: 768px) {
  .rys-banner_image img {
    max-height: 280px;
    margin-right: 0;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .rys-banner .desktop_omly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .rys-banner .mobile_only {
    display: none;
  }
}

.others-banner {
  width: 100%;
}
.others-banner .container {
  position: relative;
  margin-top: 0px;
}
.others-banner__content {
  color: #121314;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .others-banner__content {
    width: 310px;
    line-height: 30px;
  }
}
@media screen and (min-width: 700px) {
  .others-banner__content {
    top: 25%;
    left: 10%;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .others-banner__content.content-middle {
    width: 85%;
    transform: translate(-50%, -50%);
    top: 30%;
  }
}
.others-banner__content.text-dark {
  color: black;
}
.others-banner__image {
  width: 100%;
}
.others-banner__title {
  font-family: "Sabu";
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 26px;
  line-height: 36px;
}
@media screen and (min-width: 500px) and (max-width: 700px) {
  .others-banner__title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .others-banner__title {
    text-align: left;
    font-size: 48px;
    line-height: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .others-banner__title {
    text-align: left;
    font-size: 48px;
    line-height: 64px;
  }
}
.others-banner__subtitle {
  margin-top: 15px;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 500px) {
  .others-banner__subtitle {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (min-width: 700px) {
  .others-banner__subtitle {
    text-align: left;
    font-size: 18px;
  }
}

.faq-full-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 1rem 1.5rem;
  width: 100%;
  background: #F9F9FA;
}
@media screen and (min-width: 768px) {
  .faq-full-section {
    padding: 60px 2rem 2.5rem;
  }
}
.faq-full-section > h2 {
  font-weight: 600 !important;
  font-family: "Sabu";
  font-size: 24px;
  line-height: 128%;
  text-align: center;
  color: #121314 !important;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .faq-full-section > h2 {
    font-size: 48px;
  }
}
.faq-full-section .see-more {
  margin-top: 12px;
  font-size: 14px;
  color: #595A5B;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .faq-full-section .see-more {
    margin-top: 20px;
  }
}
.faq-full-section .see-more a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 3px;
  color: #3096FF;
}

.faq-blocks {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  gap: 1rem;
}

.faq-block {
  width: 100%;
  max-width: 1000px;
  background: #ffffff;
  border: 1px solid #e7e9ec;
  border-radius: 4px;
  font-family: "Lexend Deca";
  font-style: normal;
  position: relative;
}
.faq-block__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1rem;
  gap: 1rem;
}
.faq-block__head h3, .faq-block__head h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  color: #0839d8;
}
.faq-block__head .icon {
  flex-shrink: 0;
  color: #2A2B2C;
  transition: all 0.2s ease;
}
.faq-block input {
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip-path: circle(0%);
}
.faq-block__answer {
  display: grid;
  row-gap: 0.2rem;
  border-top: 1px solid #d4d8dd;
  max-height: 600px;
  padding-inline: 1rem;
  transform-origin: top;
  transform: scaleY(0);
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.faq-block__answer p,
.faq-block__answer li {
  font-size: 16px;
  line-height: 152%;
  color: #414243 !important;
  font-weight: 200;
}
.faq-block__answer p .link-culqi-simple a,
.faq-block__answer li .link-culqi-simple a {
  text-decoration: underline;
  font-weight: 300;
  color: #3096FF !important;
}
.faq-block__answer p .bold,
.faq-block__answer li .bold {
  font-weight: 600;
}
.faq-block__answer ol {
  display: grid;
  row-gap: 0.2rem;
  padding-inline-start: 1.3rem !important;
  margin-block: 0 !important;
}
.faq-block__answer ol li {
  list-style: lower-alpha !important;
}
.faq-block__answer .bold {
  color: #1F263E;
  font-weight: 700;
}
.faq-block.active .faq-block__answer {
  padding-block: 1rem;
  transform: scaleY(1);
  height: auto;
}
.faq-block.active .icon {
  transform: rotate(180deg);
}

.faq-superpos-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 1rem 1.5rem;
  width: 100%;
  background: #f4f5f6;
}
@media screen and (min-width: 768px) {
  .faq-superpos-section {
    padding: 72px 2rem 2.5rem;
  }
}
.faq-superpos-section > h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 128%;
  padding: 15px;
  text-align: center;
  color: #1f263e;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .faq-superpos-section > h2 {
    font-size: 32px;
  }
}
.faq-superpos-section .see-more {
  margin-top: 12px;
  font-size: 14px;
  color: #595A5B;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .faq-superpos-section .see-more {
    margin-top: 20px;
  }
}
.faq-superpos-section .see-more a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 3px;
  color: #3096FF;
}

.faq-blocks {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  gap: 1rem;
}

.faq-block {
  width: 100%;
  max-width: 1000px;
  background: #ffffff;
  border: 1px solid #e7e9ec;
  border-radius: 4px;
  font-family: "Lexend Deca";
  font-style: normal;
  position: relative;
}
.faq-block__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1rem;
  gap: 1rem;
}
.faq-block__head h3, .faq-block__head h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 128%;
  color: #1F263E;
}
.faq-block__head .icon {
  flex-shrink: 0;
  color: #763383;
  transition: all 0.2s ease;
}
.faq-block input {
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip-path: circle(0%);
}
.faq-block__answer {
  display: grid;
  row-gap: 0.2rem;
  border-top: 1px solid #d4d8dd;
  max-height: 600px;
  padding-inline: 1rem;
  transform-origin: top;
  transform: scaleY(0);
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.faq-block__answer p,
.faq-block__answer li {
  font-size: 16px;
  line-height: 152%;
  color: #4e5d73;
  font-weight: 200;
}
.faq-block__answer p .bold,
.faq-block__answer li .bold {
  font-weight: 600;
}
.faq-block__answer p .link-culqi a,
.faq-block__answer li .link-culqi a {
  text-decoration: underline;
  color: #1F263E;
}
.faq-block__answer p .link-culqi-simple a,
.faq-block__answer li .link-culqi-simple a {
  text-decoration: underline;
  font-weight: 300;
  color: #4e5d73;
}
.faq-block__answer ol {
  display: grid;
  row-gap: 0.2rem;
  padding-inline-start: 1.3rem !important;
  margin-block: 0 !important;
}
.faq-block__answer ol li {
  list-style: lower-alpha !important;
}
.faq-block__answer ul {
  display: grid;
  row-gap: 0.2rem;
  padding-inline-start: 1.3rem !important;
  margin-block: 0 !important;
}
.faq-block__answer ul li {
  list-style: decimal !important;
}
.faq-block__answer .bold {
  font-weight: 600;
}
.faq-block.active .faq-block__answer {
  padding-block: 1rem;
  transform: scaleY(1);
  height: auto;
}
.faq-block.active .icon {
  transform: rotate(180deg);
}

.detail-video__video {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.detail-video__video__video {
  max-width: 750px;
}
@media screen and (min-width: 900px) {
  .detail-video__video__video {
    width: 60%;
  }
}
.detail-video__video .video-preview {
  position: relative;
  cursor: pointer;
}
.detail-video__video .video-preview img {
  border-radius: 10px !important;
  width: 100%;
  height: 100%;
}
.detail-video__video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail-video__video #video-frame {
  display: none;
  border-radius: 10px;
}

.detail-first-video__video {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.detail-first-video__video__video {
  max-width: 750px;
}
@media screen and (min-width: 900px) {
  .detail-first-video__video__video {
    width: 60%;
  }
}
.detail-first-video__video .video-first-preview {
  position: relative;
  cursor: pointer;
}
.detail-first-video__video .video-first-preview img {
  border-radius: 10px !important;
  width: 100%;
  height: 100%;
}
.detail-first-video__video .play-first-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail-first-video__video #video-frame-full {
  display: none;
  border-radius: 10px;
}

.home-products {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .home-products {
    max-width: 420px;
  }
}
@media screen and (min-width: 500px) {
  .home-products {
    max-width: 1220px;
  }
}
@media screen and (min-width: 768px) {
  .home-products {
    box-sizing: content-box;
    width: 100%;
  }
}

.tabHomeProducts_header {
  margin-top: 72px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.tabHomeProducts_header .contentInner {
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E7E9EC;
}
.tabHomeProducts_header .contentInner .tab-product-header {
  width: 50%;
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #1F263E;
  cursor: pointer;
  position: relative;
}
.tabHomeProducts_header .contentInner .tab-product-header:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
}
@media screen and (min-width: 768px) {
  .tabHomeProducts_header .contentInner .tab-product-header {
    font-size: 16px;
  }
}
.tabHomeProducts_header .contentInner .tab-product-header img {
  margin-right: 70px;
}
.tabHomeProducts_header .contentInner .tab-product-header .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .tabHomeProducts_header .contentInner .tab-product-header .icon {
    width: 20px;
    height: 20px;
  }
}
.tabHomeProducts_header .contentInner .tab-product-header.active.color-orange .icon {
  color: #EB6F25;
}
.tabHomeProducts_header .contentInner .tab-product-header.active.color-orange:after {
  background-color: #EB6F25;
}
.tabHomeProducts_header .contentInner .tab-product-header.active.color-orange {
  /*img{
    filter: invert(50%) sepia(51%) saturate(834%) hue-rotate(339deg) brightness(94%) contrast(96%);
  }*/
}
.tabHomeProducts_header .contentInner .tab-product-header.active.color-green .icon {
  color: #00A19B;
}
.tabHomeProducts_header .contentInner .tab-product-header.active.color-green:after {
  background-color: #00A19B;
}
.tabHomeProducts_header .contentInner .tab-product-header.active.color-green {
  /*img{
    filter: invert(59%) sepia(47%) saturate(7112%) hue-rotate(148deg) brightness(91%) contrast(101%);
  }*/
}

.home-products {
  margin: 0 auto;
  display: none;
}
.home-products.active {
  display: block;
}
.home-products .card-products__title-bottom {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-top: 7px;
  min-height: 48px;
  width: 100%;
}
.home-products #productosSplideDigital .card-products__image {
  margin-top: 10px;
}
.home-products #productosSplideFisico .card-products__image {
  margin-top: 10px;
}
.home-products .detail-video {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 24px auto 60px;
}
@media screen and (min-width: 768px) {
  .home-products .detail-video {
    flex-direction: row;
    column-gap: 2rem;
    margin: 50px auto 80px auto;
    max-width: 1200px;
  }
}
.home-products .detail-video .container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 900px) {
  .home-products .detail-video .container {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
}
.home-products .detail-video__text {
  width: 100%;
  align-items: center;
  color: #121314;
  display: flex;
  padding: 2% 0;
  flex-direction: column;
  font-family: "Lexend Deca";
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .home-products .detail-video__text {
    align-items: flex-start;
    max-width: 460px;
  }
}
.home-products .detail-video__text-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
}
@media screen and (min-width: 900px) and (max-width: 1350px) {
  .home-products .detail-video__text-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1350px) {
  .home-products .detail-video__text-title {
    line-height: 46px;
    font-size: 32px;
  }
}
.home-products .detail-video__text-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.home-products .detail-video__text-paragraph {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 128%;
  color: #121314;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .home-products .detail-video__text-paragraph {
    font-size: 16px;
  }
}
.home-products .detail-video__text-paragraph ul {
  display: grid;
  row-gap: 16px;
  margin-block-end: 0;
  color: #121314;
}
.home-products .detail-video__text-paragraph ul li {
  list-style: initial;
}
.home-products .detail-video__text-paragraph ol {
  display: grid;
  list-style-type: none;
  counter-reset: my-counter;
  row-gap: 16px;
  margin: 0;
  padding: 0;
}
.home-products .detail-video__text-paragraph li {
  counter-increment: my-counter;
  display: flex;
  white-space: pre-line;
}
.home-products .detail-video__text-paragraph li::before {
  content: counter(my-counter) ". ";
  font-weight: bold;
  margin-right: 10px; /* Ajusta el espacio entre el número y el texto según sea necesario */
  align-self: flex-start; /* Alinea la viñeta con la parte superior del texto */
}
.home-products .detail-video__text-additional {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background-color: #E7F4FF;
  color: #093568;
  border-radius: 8px;
  font-family: "Lexend Deca";
  font-size: 12px;
  line-height: 20px;
  margin-top: 24px;
}
@media screen and (min-width: 1085px) {
  .home-products .detail-video__text-additional {
    margin-top: 32px;
  }
}
.home-products .detail-video__text-additional .info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.home-products .detail-video__video {
  max-width: 750px;
  width: 100%;
}
.home-products .detail-first-video {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 24px auto 60px;
}
@media screen and (min-width: 768px) {
  .home-products .detail-first-video {
    flex-direction: row;
    column-gap: 2rem;
    margin: 50px auto 80px auto;
    max-width: 1200px;
  }
}
.home-products .detail-first-video .container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 900px) {
  .home-products .detail-first-video .container {
    flex-direction: row;
  }
}
.home-products .detail-first-video__text {
  width: 100%;
  align-items: center;
  color: #121314;
  display: flex;
  padding: 2% 0;
  flex-direction: column;
  font-family: "Lexend Deca";
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .home-products .detail-first-video__text {
    align-items: flex-start;
    width: 40%;
    max-width: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .home-products .detail-first-video__text {
    padding-right: 2rem;
  }
}
.home-products .detail-first-video__text-title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 12px;
}
@media screen and (min-width: 900px) and (max-width: 1350px) {
  .home-products .detail-first-video__text-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1350px) {
  .home-products .detail-first-video__text-title {
    line-height: 46px;
    font-size: 36px;
  }
}
.home-products .detail-first-video__text-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #121314;
}
.home-products .detail-first-video__text-paragraph {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 128%;
  color: #121314;
}
@media screen and (min-width: 1024px) {
  .home-products .detail-first-video__text-paragraph {
    font-size: 16px;
  }
}
.home-products .detail-first-video__text-paragraph ul {
  display: grid;
  row-gap: 16px;
  margin-block-end: 0;
}
.home-products .detail-first-video__text-paragraph ul li {
  list-style: initial;
}
.home-products .detail-first-video__text-paragraph ol {
  display: grid;
  list-style-type: none;
  counter-reset: my-counter;
  row-gap: 16px;
  margin: 0;
  padding: 0;
}
.home-products .detail-first-video__text-paragraph li {
  counter-increment: my-counter;
  display: flex;
  white-space: pre-line;
}
.home-products .detail-first-video__text-paragraph li::before {
  content: counter(my-counter) ". ";
  font-weight: bold;
  margin-right: 10px; /* Ajusta el espacio entre el número y el texto según sea necesario */
  align-self: flex-start; /* Alinea la viñeta con la parte superior del texto */
}
.home-products .detail-first-video__text-additional {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background-color: #E7F4FF;
  font-family: "Lexend Deca";
  font-size: 12px;
  line-height: 20px;
  margin-top: 24px;
}
@media screen and (min-width: 1085px) {
  .home-products .detail-first-video__text-additional {
    margin-top: 32px;
  }
}
.home-products .detail-first-video__text-additional .info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.home-products .detail-first-video__video {
  max-width: 750px;
  width: 100%;
}
.faq-link-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 1rem 1.5rem;
  width: 100%;
  background: #F9F9FA;
}
@media screen and (min-width: 768px) {
  .faq-link-section {
    padding: 72px 2rem 2.5rem;
  }
}
.faq-link-section > h2 {
  font-weight: 500;
  font-size: 32px !important;
  padding: 14px !important;
  line-height: 128%;
  text-align: center;
  color: #1f263e;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .faq-link-section > h2 {
    font-size: 48px;
    padding: 0;
  }
}
.faq-link-section .see-more {
  margin-top: 12px;
  font-size: 14px;
  color: #121314;
  font-weight: 400;
  font-family: "Lexend Deca";
}
@media screen and (min-width: 768px) {
  .faq-link-section .see-more {
    margin-top: 20px;
  }
}
.faq-link-section .see-more a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 3px;
  text-decoration: underline;
  color: #3096FF;
}

.faq-blocks {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  gap: 1rem;
}

.faq-block {
  width: 100%;
  max-width: 1000px;
  background: #ffffff;
  border: 1px solid #e7e9ec;
  border-radius: 4px;
  font-family: "Lexend Deca";
  font-style: normal;
  position: relative;
}
.faq-block__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1rem;
  gap: 1rem;
}
.faq-block__head h3, .faq-block__head h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 128%;
  color: #2A2B2C;
}
.faq-block__head .icon {
  flex-shrink: 0;
  color: #2A2B2C;
  transition: all 0.2s ease;
}
.faq-block input {
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip-path: circle(0%);
}
.faq-block__answer {
  display: grid;
  row-gap: 0.2rem;
  border-top: 1px solid #d4d8dd;
  max-height: 600px;
  padding-inline: 1rem;
  transform-origin: top;
  transform: scaleY(0);
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.faq-block__answer p,
.faq-block__answer li {
  font-size: 16px;
  line-height: 152%;
  color: #000000;
  font-weight: 200;
}
.faq-block__answer p .bold,
.faq-block__answer li .bold {
  font-weight: 600;
}
.faq-block__answer p .link-culqi a,
.faq-block__answer li .link-culqi a {
  text-decoration: underline;
  color: #1F263E;
}
.faq-block__answer p .link-culqi-simple a,
.faq-block__answer li .link-culqi-simple a {
  text-decoration: underline;
  font-weight: 300;
  color: #3096FF;
}
.faq-block__answer p .link-culqi-green a,
.faq-block__answer li .link-culqi-green a {
  text-decoration: none;
  text-decoration: underline;
  font-weight: 300;
  color: #3096FF;
}
.faq-block__answer ol {
  display: grid;
  row-gap: 0.2rem;
  padding-inline-start: 1.3rem !important;
  margin-block: 0 !important;
}
.faq-block__answer ol li {
  list-style: lower-alpha !important;
}
.faq-block__answer ul {
  display: grid;
  row-gap: 0.2rem;
  padding-inline-start: 1.3rem !important;
  margin-block: 0 !important;
}
.faq-block__answer ul li {
  list-style: decimal !important;
}
.faq-block__answer .bold {
  font-weight: 600;
}
.faq-block.active .faq-block__answer {
  padding-block: 1rem;
  transform: scaleY(1);
  height: auto;
}
.faq-block.active .icon {
  transform: rotate(180deg);
}

.new-position {
  position: relative;
  visibility: hidden;
  top: -250px;
}
@media screen and (min-width: 800px) {
  .new-position {
    top: -220px;
  }
}
@media screen and (min-width: 1024px) {
  .new-position {
    top: -240px;
  }
}

.calculator-culqifull-v2 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  font-family: "Lexend Deca";
}
.calculator-culqifull-v2 .calculator-culqifull-card {
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
  background: #ffffff;
  border: 1px solid #f4f5f6;
  box-shadow: 0px 0px 2px rgba(188, 198, 212, 0.14), 0px 2px 2px rgba(188, 198, 212, 0.12), 0px 1px 3px rgba(188, 198, 212, 0.2);
  border-radius: 8px;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .calculator-culqifull-v2 .calculator-culqifull-card {
    padding: 32px 24px;
    gap: 32px;
  }
}
.calculator-culqifull-v2 .calculator-culqifull-card label {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #1f263e;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .calculator-culqifull-v2 .calculator-culqifull-card label {
    font-size: 13px;
  }
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-input {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  border-radius: 4px;
  padding: 1rem;
  color: #27292C;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-input .input-currency {
  transform: translateY(-1px) translateX(2px);
  font-weight: 600;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-input input {
  all: unset;
  border: none;
  height: 100%;
  width: 100%;
  background: none;
  font-family: "Archivo";
  text-indent: 5px;
  font-stretch: normal;
  font-weight: 600;
  color: inherit;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-input input::placeholder {
  color: inherit;
}
.calculator-culqifull-v2 .calculator-culqifull-card input[type=number] {
  margin: 0;
}
.calculator-culqifull-v2 .calculator-culqifull-card input::-webkit-outer-spin-button,
.calculator-culqifull-v2 .calculator-culqifull-card input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator-culqifull-v2 .calculator-culqifull-card .payment-methods {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.calculator-culqifull-v2 .calculator-culqifull-card .payment-methods .payment-chip {
  all: unset;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #d4d8dd;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #1f263e;
}
.calculator-culqifull-v2 .calculator-culqifull-card .payment-methods .payment-chip > * {
  pointer-events: none;
  white-space: nowrap;
}
.calculator-culqifull-v2 .calculator-culqifull-card .payment-methods .payment-chip .chip-icon {
  height: 16px;
  width: auto;
  flex-shrink: 0;
}
.calculator-culqifull-v2 .calculator-culqifull-card .payment-methods .payment-chip.active {
  border: 1px solid #FF7800;
  background-color: #FDE7D9;
}
.calculator-culqifull-v2 .calculator-culqifull-card .payment-methods .payment-chip.active .chip-icon {
  color: #000000;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__content {
  display: grid;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__content {
    row-gap: 32px;
  }
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__item .item_icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  .calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__item .item_icon {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__item .item_icon_culqi {
  width: 20px;
  height: 23px;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__item .item_icon .purple {
  color: #763383;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__left {
  display: flex;
  align-items: center;
  gap: 6px;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__left h3 {
  font-weight: 500;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__left .culqi_block {
  font-style: normal;
  line-height: 128%;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__left .culqi_block .commision_title {
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 18px;
  color: #27292C;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__left .culqi_block .commision_values {
  font-weight: 600;
  font-size: 20px;
  color: #27292C;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__left .culqi_block .info-icon {
  width: 20px;
  height: 20px;
  color: #3e4b61;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__right p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #27292C;
}
@media screen and (min-width: 768px) {
  .calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__right p {
    font-size: 20px;
  }
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__separator {
  margin-block: 0 !important;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results__aditional_info {
  font-size: 14px;
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results .final_result {
  color: #27292C;
  font-weight: 600;
  font-size: 18px;
  line-height: 152%;
}
@media screen and (min-width: 768px) {
  .calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results .final_result {
    font-size: 20px;
  }
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results .final_result h3 {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results .final_result h3 {
    font-size: 20px;
  }
}
.calculator-culqifull-v2 .calculator-culqifull-card .calculator-culqifull-results .final_result p {
  font-weight: 600;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-parte {
  display: flex;
  flex-direction: column;
  background-color: transparent;
}
.form-parte .error-container .container {
  background-color: #cb213b;
  padding: 15px;
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  max-width: -webkit-fill-available;
}
.form-parte .error-container .container .container-info {
  width: 90%;
  display: flex;
}
.form-parte .error-container .container .container-info .error-text {
  color: #ffffff;
  font-size: 14px;
  padding-left: 10px;
}
.form-parte .error-container .container .container-close {
  width: 10%;
  display: flex;
  justify-content: end;
  align-content: center;
}
.form-parte .error-container .container .container-close .close-icon {
  cursor: pointer;
  width: 15px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .form-parte .left-side {
    min-height: 100%;
  }
}
.form-parte .left-side .left {
  align-self: flex-start;
}
.form-parte .left-side .left .left-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .form-parte .left-side .left .left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 1.5rem;
  }
}
.form-parte .left-side .left .left-content-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .form-parte .left-side .left .left-content-mobile {
    display: none;
  }
}
.form-parte .left-side .left .original-size {
  max-width: 300px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .form-parte .left-side .left .original-size {
    max-width: 450px;
  }
}
.form-parte .left-side .left .original-size-logo {
  max-width: 160px;
  height: auto;
}
.form-parte .left-side .left .subtitulo-full {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #121314;
  text-align: center;
  max-width: 470px;
}
@media screen and (min-width: 768px) {
  .form-parte .left-side .left .subtitulo-full {
    font-size: 48px;
    line-height: 62px;
  }
}
.form-parte .left-side .left .description-full {
  text-align: center;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #27292C;
  max-width: 472px;
}
@media screen and (min-width: 768px) {
  .form-parte .left-side .left .description-full {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .form-parte .left-side {
    min-width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .form-parte {
    flex-direction: row;
  }
}
.form-parte .right {
  background: #ffffff;
  min-height: 100%;
}
.form-parte .right .title-form {
  text-align: center;
  width: 90%;
  margin: 60px auto 35px;
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .form-parte .right .title-form {
    text-align: left;
  }
}
.form-parte .right .title-form .text-form {
  font-family: "Sabu";
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .form-parte .right .title-form .text-form {
    font-size: 32px;
    line-height: 40px;
  }
}
.form-parte .right .title-form .subtitle-form {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  font-weight: normal;
  margin: 0px;
}
@media screen and (min-width: 1024px) {
  .form-parte .right {
    min-width: 55%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.form-parte .right .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  background-color: inherit;
  padding: 20px;
}
.form-parte .right .form .checkbox,
.form-parte .right .form .dobble {
  grid-column: 1/span 2;
}
.form-parte .right .form .checkbox {
  margin: 10px 0;
}
.form-parte .right .form .checkbox__name {
  color: #000000;
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 600px) {
  .form-parte .right .form .checkbox__name {
    font-size: 14px;
  }
}
.form-parte .right .form .checkbox__name .open-modal {
  color: #3CB4E5;
  cursor: pointer;
  text-decoration: underline;
}
.form-parte .right .form .checkbox__name-link {
  color: #3096FF;
  font-weight: bold;
  text-decoration: underline;
}
.form-parte .right .form .checkbox__legal {
  font-family: "Lexend Deca";
  font-size: 10px;
  color: #7C7C7C;
}
.form-parte .right .form .checkbox__legal p {
  margin: 5px 15px;
}
.form-parte .right .form .checkbox__legal p a {
  color: #961FBD;
}
.form-parte .right .form .terms {
  margin-bottom: 10px;
}
.form-parte .right .form .terms__name {
  font-size: 10px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 600px) {
  .form-parte .right .form .terms__name {
    font-size: 14px;
  }
}
.form-parte .right .form .terms__name-link {
  color: #3096FF;
  font-weight: bold;
  text-decoration: underline;
}
.form-parte .right .form input[type=checkbox] {
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #7C7C7C;
  border-radius: 2px;
  position: relative;
}
.form-parte .right .form input[type=checkbox]:checked {
  background-color: #FF7800;
  border: none !important;
}
.form-parte .right .form input[type=checkbox]:checked::before {
  content: url("../images/icons/checkbox-white.svg");
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 45%);
}
.form-parte .right .form__action {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-parte .right .form__action button {
  border-radius: 8px;
  width: 100%;
}
.form-parte .right .form__action .loader {
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-right: 10px;
}

.gracias-section {
  height: 100%;
  width: 100%;
  flex-direction: column;
  background-color: inherit;
}

.error-input {
  border: 1px solid red !important;
}

@media (max-width: 1024px) {
  #exito-seccion {
    display: none !important;
  }
  body.mobile-success-visible #exito-seccion {
    display: flex !important;
  }
}
.benefits-container {
  width: 100%;
  background-color: #F9F9FA;
  padding-block: 4rem;
}

.benefits-cards {
  display: flex;
  gap: 2rem;
  padding-inline: 2rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .benefits-cards {
    display: none;
  }
}
.benefits-cards .benefit-card {
  width: 16%;
  min-height: 230px;
  max-height: 400px;
  background-color: #ffffff;
  border: 1px solid #E6E7E9;
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .benefits-cards .benefit-card {
    width: 80%;
  }
}
.benefits-cards .benefit-card__icon-container {
  background-color: #FFF6EF;
  padding: 4px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}
.benefits-cards .benefit-card__icon {
  width: 40px;
  height: 40px;
}
.benefits-cards .benefit-card__text {
  font-family: "Lexend Deca";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.benefit-cards-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .benefit-cards-mobile {
    display: block;
    width: 100%;
    padding-inline: 1rem;
    padding-bottom: 2rem;
  }
}
.benefit-cards-mobile .benefit-card-mobile {
  width: 70%;
  min-height: 210px;
  max-height: 400px;
  background-color: #ffffff;
  border: 1px solid #E6E7E9;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.benefit-cards-mobile .benefit-card-mobile__icon-container {
  background-color: #FFF6EF;
  padding: 4px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}
.benefit-cards-mobile .benefit-card-mobile__icon {
  width: 40px;
  height: 40px;
}
.benefit-cards-mobile .benefit-card-mobile__text {
  font-family: "Lexend Deca";
  font-size: 18px;
  line-height: 24px;
}

.splide__track {
  overflow: hidden;
}

.splide__list {
  padding: 0rem !important;
}

.splide__pagination {
  margin: 0rem !important;
}
.splide__pagination li {
  padding-inline: 5px !important;
}

.splide__pagination__page {
  height: 12px !important;
  width: 12px !important;
}

.benefits {
  background: #F9F9FA;
  padding: 40px 0px;
}
.benefits .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1120px;
  margin: 0 auto;
}
.benefits__title {
  font-family: "Sabu";
  text-align: center;
  color: #121314;
  font-weight: 600;
  margin: 0 auto;
  max-width: 312px;
  font-size: 24px;
  line-height: 128%;
  padding: 0px 24px;
}
.benefits .benefit-card {
  background: #fff;
  border: 1px solid #E6E7E9;
  border-radius: 16px;
  padding: 40px 24px;
  text-align: center;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  width: 256px;
  height: 248px;
  min-height: 248px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.benefits .benefit-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
}
.benefits .benefit-card__icon img {
  max-width: 100%;
  height: auto;
}
.benefits .benefit-card__title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 400;
  color: #121314;
}
.benefits .benefit-card__text {
  margin: 0;
  color: #121314;
  font-size: 16px;
}
.benefits__container {
  position: relative;
  overflow: hidden;
}
.benefits__container .swiper {
  padding: 0 28px 28px;
  overflow: hidden;
}
.benefits__container .swiper-wrapper {
  align-items: stretch;
}
.benefits__container .swiper-slide {
  height: auto;
}
.benefits__container .swiper-pagination {
  position: static;
  margin-top: 40px;
  text-align: center;
}
.benefits__container .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #FF7800;
  opacity: 0.3;
  transition: opacity 0.2s, transform 0.2s;
}
.benefits__container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.1);
}
.benefits {
  /* Mobile navigation */
}
.benefits__nav {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.benefits__btn {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.benefits__btn:hover {
  transform: scale(1.04);
}
.benefits__btn:focus-visible {
  outline: 2px solid #0673E4;
  outline-offset: 2px;
}
.benefits__btn::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 2px solid #FF7800;
  border-right: 2px solid #FF7800;
  transform: rotate(45deg);
}
.benefits__btn--prev::before {
  transform: rotate(-135deg);
}
.benefits__toggle {
  display: none;
}
@media (min-width: 768px) {
  .benefits {
    padding: 80px 48px;
  }
  .benefits .wrapper {
    gap: 64px;
  }
  .benefits__title {
    line-height: 64px;
    font-size: 48px;
    max-width: 864px;
  }
  .benefits__container {
    max-width: 964px;
    margin: 0 auto;
    overflow: visible;
  }
  .benefits__container .swiper {
    overflow: visible;
    padding: 0;
  }
  .benefits__container .swiper-pagination {
    display: none;
  }
  .benefits .benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
  }
  .benefits .swiper-slide {
    flex: 0 0 256px;
  }
  .benefits .swiper-slide .benefit-card {
    width: 256px;
  }
  .benefits__nav {
    display: none;
  }
  .benefits__toggle {
    display: block;
    text-align: center;
    margin-top: 32px;
  }
  .benefits__toggle .link {
    background: none;
    border: none;
    color: #0673E4;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 8px;
    font-size: 14px;
    text-decoration: underline;
  }
  .benefits__toggle .link:hover {
    text-decoration: none;
  }
  .benefits .swiper-slide.is-extra {
    display: none;
  }
  .benefits.is-open .swiper-slide.is-extra {
    display: block;
  }
}

.feature-slider {
  display: block;
  width: 100%;
}
.feature-slider .swiper-wrapper {
  padding: 0;
}
.feature-slider .swiper-slide {
  display: flex;
}
.feature-slider .feature-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 0;
  min-height: 85px;
}
.feature-slider .feature-card__icon img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin: 0 auto;
}
.feature-slider .feature-card__title {
  max-width: 320px;
  font-size: 16px;
  line-height: 1.4;
  color: #414243;
  font-weight: 400;
}
.feature-slider .feature-slider__pagination {
  position: static;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .feature-slider#advertisingSlider, .feature-slider#advertisingSliderFull {
    overflow: visible;
    height: auto !important;
  }
  .feature-slider .swiper-wrapper {
    display: flex;
    flex-direction: column !important;
    gap: 12px;
    transform: none !important;
    height: auto !important;
  }
  .feature-slider .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
  }
  .feature-slider .feature-slider__pagination {
    display: none;
  }
  .feature-slider .feature-card {
    flex-direction: row;
    text-align: left;
    gap: 12px;
    min-height: auto;
  }
  .feature-slider .feature-card__icon img {
    width: 24px;
    height: 24px;
    margin: 0;
  }
  .feature-slider .feature-card__title {
    max-width: none;
    font-size: 18px;
  }
}

#advertisingSlider .swiper-pagination-bullet, #advertisingSliderFull .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #FFE9D6;
  opacity: 1;
}

#advertisingSlider .swiper-pagination-bullet-active, #advertisingSliderFull .swiper-pagination-bullet-active {
  background: #FF7800;
}

.brands-culqifull {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 2.5rem 1rem 4rem;
  text-align: center;
  align-items: center;
  background-color: #121314;
  margin-top: 0;
}
@media (min-width: 768px) {
  .brands-culqifull {
    padding: 5rem 2rem;
    margin-top: 150px;
  }
}
@media (min-width: 1024px) {
  .brands-culqifull {
    padding: 5rem 5rem;
  }
}
.brands-culqifull-text {
  font-family: "Sabu";
  font-style: normal;
  font-weight: bold;
}
.brands-culqifull-text .color-white {
  color: #fff;
  font-size: 24px;
  line-height: 1.28;
  margin: 0;
}
@media (min-width: 768px) {
  .brands-culqifull-text .color-white {
    font-size: 48px;
    line-height: 64px;
  }
}
.brands-culqifull-logos {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.brands-culqifull-logos__container {
  padding: 1rem 0;
}

#brandsSwiperCulqifull {
  width: 100%;
  overflow: hidden;
  max-height: 180px;
  display: flex;
}
#brandsSwiperCulqifull .swiper-wrapper {
  align-items: center;
}
#brandsSwiperCulqifull .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
#brandsSwiperCulqifull .swiper-slide img {
  display: block;
  max-width: 140px;
  height: auto;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  #brandsSwiperCulqifull .swiper-slide img {
    max-width: 160px;
  }
}

.pos-video-section {
  background-color: #f9f9fb;
  padding: 40px 20px;
  text-align: center;
}
.pos-video-section .container {
  max-width: 1024px;
  margin: 0 auto;
}
.pos-video-section .pos-video-title {
  font-size: 24px;
  font-weight: 600;
  color: #121314;
  margin-bottom: 32px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .pos-video-section .pos-video-title {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .pos-video-section .pos-video-title br.mobile-only {
    display: none;
  }
}
.pos-video-section .pos-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 32px;
}
.pos-video-section .pos-video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .pos-video-section .pos-video-wrapper {
    margin-bottom: 40px;
  }
}
.pos-video-section .pos-video-text {
  font-size: 14px;
  color: #3D3D3E;
  margin-bottom: 16px;
  line-height: 20px;
}
.pos-video-section .pos-video-text strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  .pos-video-section .pos-video-text {
    font-size: 24px;
    line-height: 32px;
  }
}
.pos-video-section .pos-video-btn {
  display: inline-block;
  background-color: #ff7800;
  color: white;
  padding: 14px 90px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
}
@media (min-width: 768px) {
  .pos-video-section .pos-video-btn {
    padding: 14px 20px;
  }
}

.use-case-card-container {
  padding-inline: 1rem;
  padding-bottom: 1rem;
}
.use-case-card-container .use-case-cards {
  display: flex;
  background-color: #FFFFFF;
  gap: 10px;
  border-radius: 20px;
  width: 100%;
  flex-direction: column;
  position: relative;
  border: 1px solid #E6E7E9;
  margin-bottom: 2rem;
}
.use-case-card-container .use-case-cards .new {
  position: absolute;
  right: 0;
  height: 90px;
}
.use-case-card-container .use-case-cards .use-case {
  flex-direction: column;
  gap: 0rem;
  padding-block: 1rem;
}
.use-case-card-container .use-case-cards .use-case .use-case-content {
  display: flex;
  font-family: "Lexend Deca";
  flex-direction: column;
  justify-content: center;
  text-align: start;
  max-width: 470px;
  gap: 0.5rem;
  padding: 1rem;
}
.use-case-card-container .use-case-cards .use-case .use-case-content .use-case-tag {
  display: inline-block;
  align-self: flex-start;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  background: #E7F8EE;
  color: #22A459;
  font-size: 12px;
  font-weight: 600;
}
.use-case-card-container .use-case-cards .use-case .use-case-content .use-case-tag.blue {
  background: #E7F4FF;
  color: #0673E4;
}
.use-case-card-container .use-case-cards .use-case .use-case-content h3 {
  font-size: 24px;
}
.use-case-card-container .use-case-cards .use-case .use-case-content p {
  font-size: 16px;
  color: #3D3D3E;
}
@media (max-width: 768px) {
  .use-case-card-container .use-case-cards .use-case .use-case-content p {
    font-size: 18px;
  }
}
.use-case-card-container .use-case-cards .use-case .use-case-img {
  display: flex;
  padding-left: 32px;
  justify-content: center;
  padding-right: 32px;
  margin-inline: 1rem;
  padding-top: 1rem;
  border-radius: 20px;
  background-color: #E7F4FF;
}
.use-case-card-container .use-case-cards .use-case .use-case-img img {
  object-fit: cover;
}
@media (max-width: 768px) {
  .use-case-card-container .use-case-cards {
    height: fit-content;
    box-shadow: 0px 0px 1px rgba(62, 65, 70, 0.31), 0px 8px 12px rgba(62, 65, 70, 0.15);
  }
}

/*# sourceMappingURL=sass */