@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;
  }
}

.card-products {
  border: 1px solid #E6E7E9;
  border-radius: 8px;
  background-color: #ffffff;
  max-width: 310px;
  width: 100%;
}
@media (min-width: 768px) {
  .card-products {
    max-width: 395px;
  }
}
.card-products.nuevo::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  width: 90px;
  height: 64px;
  background-image: url(/assets/images/products/nuevo.png);
  background-repeat: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}
.card-products__content {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .card-products__content {
    padding: 32px 24px;
  }
}
.card-products__title {
  text-align: center;
  padding: 0 2.5%;
}
.card-products__title-bottom {
  width: 90%;
  margin: auto;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 700px) {
  .card-products__title-bottom {
    min-height: 70px;
  }
}
.card-products__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 50%;
  text-align: center;
  position: relative;
  min-height: 150px;
}
@media screen and (min-width: 700px) {
  .card-products__image {
    min-height: 180px;
  }
}
.card-products__image img {
  z-index: 2;
  width: 100%;
}
.card-products__image-price {
  position: absolute;
  z-index: 1;
  min-width: 150px;
  min-height: 50px;
  max-width: 160px;
  top: 20%;
  padding: 5px 5px 5px 20%;
  border-radius: 4px;
  background-color: #FF7800;
  right: 0;
  transform: translateX(55%);
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  grid-template-rows: 0.3fr 1fr;
}
.card-products__image-price span {
  font-family: "Lexend Deca";
  color: #ffffff;
  text-align: left;
}
.card-products__image-price span:first-child {
  grid-column: 1/2 span;
  grid-row: 1;
}
.card-products__image-price span:last-child {
  grid-column: 2;
  grid-row: 2;
}
.card-products__image-price span.text {
  font-size: 13px;
}
.card-products__image-price span.number {
  font-size: 25px;
}
.card-products__items {
  min-height: 140px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.card-products__items-item {
  display: flex;
  align-items: center;
}
.card-products__items-item:not(:last-child) {
  margin-bottom: 24px;
}
.card-products__items-item__image {
  width: 100%;
  max-width: 15px;
  height: auto;
  margin-right: 10px;
}
.card-products__items-text {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 128%;
  font-size: 12px;
  color: #121314;
}
@media screen and (min-width: 700px) {
  .card-products__items-text {
    font-size: 14px;
  }
}
.card-products__items-text .popUp {
  vertical-align: text-bottom;
}
.card-products__actions {
  display: flex;
  flex-direction: column;
  padding: 0 5%;
  text-align: center;
  gap: 12px;
}
.card-products__actions .text-styling {
  font-family: Lexend Deca;
  font-size: 11px;
  font-weight: 400;
  line-height: 14.08px;
  text-align: center;
  color: #121314;
}
.card-products__actions .text-styling a {
  color: #3096FF;
  text-decoration: underline;
}
.card-products__actions .text-styling .text-important {
  font-family: Lexend Deca;
  font-size: 11px;
  font-weight: 500;
  line-height: 14.08px;
  text-align: center;
  color: #763383;
}
.card-products__actions a {
  max-width: inherit;
  border-radius: 8px;
}
.card-products__actions a.btn {
  width: 100%;
  font-size: 15px;
  height: 48px;
  border-radius: 8px;
}
.card-products__actions a.color-purple {
  font-size: 15px;
  color: #763383;
  transition: text-decoration 0.3s ease-in-out;
}
.card-products__actions a.color-purple:hover {
  text-decoration: underline;
}
.card-products__actions a:not(:last-child) {
  height: 48px;
}

.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;
}

.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;
}

.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;
  }
}

.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;
  }
}
.banner-home {
  position: relative;
}
.banner-home__content {
  position: absolute;
  text-align: center;
  width: 90%;
  max-width: 650px;
}
.banner-home__content.left {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 700px) {
  .banner-home__content.left {
    width: 100%;
    top: 25%;
    left: 2.5%;
    text-align: left;
    transform: none;
  }
}
.banner-home__content.middle {
  color: #ffffff;
  max-width: 80%;
  top: 10%;
  left: 10%;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .banner-home__content.middle {
    max-width: 70%;
    left: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-home__content.middle .text-container {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1201px) {
  .banner-home__content.middle .text-container {
    width: 100%;
  }
}
.banner-home__content.middle .banner-home__title {
  width: 60%;
}
@media screen and (min-width: 1200px) and (max-width: 1408px) {
  .banner-home__content.middle .banner-home__title {
    width: 50%;
  }
}
.banner-home__content.middle .text-container__paragraph {
  width: 100%;
  font-family: "Archivo";
}
.banner-home__content.middle .text-container__paragraph .paragraph_title {
  font-size: 18px;
  line-height: 35px;
}
@media screen and (min-width: 1024px) and (max-width: 1201px) {
  .banner-home__content.middle .text-container__paragraph .paragraph_title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1408px) {
  .banner-home__content.middle .text-container__paragraph .paragraph_title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1560px) {
  .banner-home__content.middle .text-container__paragraph .paragraph_title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1560px) {
  .banner-home__content.middle .text-container__paragraph .paragraph_title {
    font-size: 35px;
  }
}
.banner-home__content.middle .text-container__paragraph .paragraph_information {
  width: 85%;
  margin: auto;
  font-size: 11px;
  line-height: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-home__content.middle .text-container__paragraph .paragraph_information {
    line-height: 17px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1201px) {
  .banner-home__content.middle .text-container__paragraph .paragraph_information {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1408px) {
  .banner-home__content.middle .text-container__paragraph .paragraph_information {
    font-size: 18px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1560px) {
  .banner-home__content.middle .text-container__paragraph .paragraph_information {
    font-size: 20px;
  }
}
@media screen and (min-width: 1560px) {
  .banner-home__content.middle .text-container__paragraph .paragraph_information {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1560px) {
  .banner-home__content.middle.feriado .paragraph_information {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-home__content.middle.feriado .custom {
    height: 60px;
  }
}
.banner-home__content.right {
  top: 25%;
  text-align: center;
  width: 90%;
  right: 50%;
  display: flex;
  align-items: flex-end;
  transform: translateX(50%);
  height: 255px;
}
@media screen and (min-width: 700px) {
  .banner-home__content.right {
    top: 28%;
    width: 100%;
    right: 2.5%;
    transform: none;
    max-width: 500px;
    height: 180px;
  }
}
@media screen and (min-width: 900px) {
  .banner-home__content.right {
    max-width: 700px;
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-home__content.right {
    max-width: 800px;
    height: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-home__content.right {
    max-width: 800px;
    height: 320px;
  }
}
@media screen and (min-width: 1350px) {
  .banner-home__content.right {
    max-width: 800px;
    height: 400px;
    top: 25%;
    right: 150px;
  }
}
.banner-home__content.right .banner-home__text {
  display: flex;
  flex-direction: column;
}
.banner-home__content.right .banner-home__text-title {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}
@media screen and (max-width: 700px) {
  .banner-home__content.right .banner-home__text-title {
    width: 80%;
    margin: auto;
  }
}
@media screen and (min-width: 700px) {
  .banner-home__content.right .banner-home__text-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-home__content.right .banner-home__text-title {
    font-size: 25px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1350px) {
  .banner-home__content.right .banner-home__text-title {
    font-size: 39px;
    line-height: 42px;
  }
}
.banner-home__content.right .banner-home__text-subtitle {
  font-family: "Archivo";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .banner-home__content.right .banner-home__text-subtitle {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-home__content.right .banner-home__text-subtitle {
    font-size: 20px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1350px) {
  .banner-home__content.right .banner-home__text-subtitle {
    font-size: 30px;
    line-height: 33px;
  }
}
.banner-home__content.right .banner-home__text .contain-gradient {
  margin: 5px auto;
  position: relative;
  border: 4px solid transparent;
  border-radius: 16px;
  background: initial;
  background-clip: padding-box;
  padding: 10px;
  z-index: 3;
  font-family: "Archivo";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 4px 20px;
}
@media screen and (min-width: 400px) {
  .banner-home__content.right .banner-home__text .contain-gradient {
    margin: 15px auto;
  }
}
@media screen and (min-width: 700px) {
  .banner-home__content.right .banner-home__text .contain-gradient {
    padding: 8px 26px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-home__content.right .banner-home__text .contain-gradient {
    margin: 23px auto;
    padding: 12px 27px 12px 46px;
  }
}
.banner-home__content.right .banner-home__text .contain-gradient:after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  content: "";
  z-index: -2;
  border-radius: 16px;
  background: conic-gradient(#3CB4E5, #00A19B, #F5A800 50%);
}
.banner-home__content.right .banner-home__text .contain-gradient:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  border-radius: 16px;
  background: #000000;
}
.banner-home__content.right .banner-home__text .contain-gradient .big {
  font-weight: bold;
  width: 100%;
  color: #F5A800;
  font-size: 35px;
  line-height: 38px;
}
@media screen and (min-width: 700px) {
  .banner-home__content.right .banner-home__text .contain-gradient .big {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-home__content.right .banner-home__text .contain-gradient .big {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1350px) {
  .banner-home__content.right .banner-home__text .contain-gradient .big {
    font-size: 68px;
    line-height: 74px;
  }
}
.banner-home__content.right .banner-home__text .contain-gradient .small {
  font-size: 9px;
  line-height: 10px;
  color: #ffffff;
}
@media screen and (min-width: 1350px) {
  .banner-home__content.right .banner-home__text .contain-gradient .small {
    font-size: 15px;
    line-height: 16px;
  }
}
.banner-home__content.right .banner-home__action {
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .banner-home__content.right .banner-home__action {
    padding-left: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-home__content.right .banner-home__action {
    padding-left: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-home__content.right .banner-home__action {
    padding-left: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-home__content.right .banner-home__action {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .banner-home__content.right .banner-home__action {
    justify-content: end;
  }
}
.banner-home__content.right .banner-home__action a {
  border-radius: 10px;
  padding: 13px 28px;
  height: 23px;
}
@media screen and (min-width: 500px) {
  .banner-home__content.right .banner-home__action a {
    height: 35px;
  }
}
@media screen and (min-width: 700px) {
  .banner-home__content.right .banner-home__action a {
    padding: 13px 36px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-home__content.right .banner-home__action a {
    height: 50px;
  }
}
.banner-home__content.bottom {
  bottom: 15px;
  left: 20px;
  text-align: left;
  font-family: "Archivo";
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 10px;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .banner-home__content.bottom {
    font-size: 16px;
    line-height: 17px;
  }
}
.banner-home__image {
  width: 100%;
}
.banner-home__logo-custom {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .banner-home__logo-custom {
    height: 80px;
  }
}
@media screen and (min-width: 1400) {
  .banner-home__logo-custom {
    height: 100px;
  }
}
.banner-home__logo-custom img {
  width: 60%;
}
@media screen and (max-width: 700px) {
  .banner-home__logo-custom img:first-child {
    width: 40%;
  }
}
@media screen and (min-width: 950px) {
  .banner-home__logo-custom img:first-child {
    width: 30%;
  }
}
@media screen and (min-width: 1300px) {
  .banner-home__logo-custom img:first-child {
    width: 50%;
  }
}
.banner-home__text {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
}
.banner-home__text-title {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
}
@media screen and (min-width: 425px) {
  .banner-home__text-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 950px) {
  .banner-home__text-title {
    margin: 20px 0;
    font-size: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .banner-home__text-title {
    font-size: 43px;
  }
}
.banner-home__text-subtitle {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 425px) {
  .banner-home__text-subtitle {
    font-size: 15px;
  }
}
@media screen and (min-width: 700px) {
  .banner-home__text-subtitle {
    margin: 0;
  }
}
@media screen and (min-width: 950px) {
  .banner-home__text-subtitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .banner-home__text-subtitle {
    width: 80%;
    font-size: 27px;
    line-height: 30px;
  }
}
.banner-home__action {
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .banner-home__action {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 500) {
  .banner-home__action .btn {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .banner-home__action .btn {
    height: 50px;
  }
}
@media screen and (min-width: 1250px) {
  .banner-home__action .btn {
    font-size: 24px;
    padding: 28px 38px;
  }
}
@media screen and (min-width: 1450px) {
  .banner-home__action .btn {
    height: 70px;
  }
}
.banner-home .splide__track {
  padding-top: 0 !important;
  padding-right: 0 !important;
}
.banner-home .splide__list {
  padding: 0 !important;
}
.banner-home.none .img-banner {
  border-top: 1px solid #7c7c7c;
}
@media screen and (max-width: 768px) {
  .banner-home.none {
    display: none !important;
  }
}
.banner-home .cyber-culqi__content {
  position: absolute;
  top: 5%;
  height: 90%;
  width: 90%;
  left: 5%;
  background: transparent;
  border: 3px solid #ffffff;
  border-radius: 20px;
  padding: 26px 0;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 450px) {
  .banner-home .cyber-culqi__content {
    padding: 10px 0 !important;
    height: 95% !important;
    top: 2.5% !important;
  }
}
@media screen and (min-width: 470px) and (max-width: 700px) {
  .banner-home .cyber-culqi__content {
    width: 85%;
    left: 7.5%;
  }
}
@media screen and (min-width: 700px) {
  .banner-home .cyber-culqi__content {
    width: 95%;
    left: 2.5%;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 100%;
  }
}
.banner-home .cyber-culqi__content:before {
  content: "";
  position: absolute;
  background: #763380;
  top: 0px;
  right: -15px;
  width: 40px;
  height: 30px;
  transform: rotate(45deg);
}
.banner-home .cyber-culqi-left {
  order: 1;
}
@media screen and (min-width: 700px) {
  .banner-home .cyber-culqi-left {
    grid-column: 1;
  }
}
.banner-home .cyber-culqi-left__image {
  object-fit: contain;
  max-width: 250px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .banner-home .cyber-culqi-left__image {
    max-height: 70px;
  }
}
@media screen and (min-width: 700px) and (max-width: 900px) {
  .banner-home .cyber-culqi-left__image {
    max-width: 200px;
    max-height: 190px;
    grid-column: 1;
  }
}
@media screen and (min-width: 1115px) {
  .banner-home .cyber-culqi-left__image {
    max-height: 190px;
    max-width: 344px;
  }
}
.banner-home .cyber-culqi-product {
  order: 3;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 700px) {
  .banner-home .cyber-culqi-product {
    grid-column: 2;
    grid-row: 1;
  }
}
.banner-home .cyber-culqi-product img {
  object-fit: contain;
}
.banner-home .cyber-culqi-right {
  order: 2;
  font-family: "Archivo";
  color: #ffffff;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .banner-home .cyber-culqi-right {
    grid-column: 3;
    grid-row: 1;
  }
}
.banner-home .cyber-culqi-right__title {
  line-height: 30px;
  font-weight: normal;
  font-size: 15px;
}
@media screen and (min-width: 425px) and (max-width: 700px) {
  .banner-home .cyber-culqi-right__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  .banner-home .cyber-culqi-right__title {
    line-height: 20px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 945px) {
  .banner-home .cyber-culqi-right__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1145px) {
  .banner-home .cyber-culqi-right__title {
    font-size: 39px;
    line-height: 45px;
    padding: 0;
    max-width: 344px;
  }
}
.banner-home .cyber-culqi-right__price {
  margin: 30px 0;
}
@media screen and (max-width: 450px) {
  .banner-home .cyber-culqi-right__price {
    margin: 10px 0 !important;
  }
}
@media screen and (min-width: 700px) and (max-width: 900px) {
  .banner-home .cyber-culqi-right__price {
    padding: 10px 18px;
    margin: 5px 0;
  }
}
@media screen and (min-width: 900px) and (max-width: 1115px) {
  .banner-home .cyber-culqi-right__price {
    padding: 10px 18px;
    margin: 15px 0;
  }
}
.banner-home .cyber-culqi-right__price .price-content {
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 0 20px 4px rgba(255, 255, 255, 0.2), 0 0 12px 6px rgba(255, 255, 255, 0.2);
  font-weight: 700;
  text-align: center;
  padding: 10px 26px;
  font-size: 40px;
  width: 100%;
  max-height: 127px;
  height: 100%;
  border: 3px solid #efa21f;
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
  .banner-home .cyber-culqi-right__price .price-content {
    padding: 14px 26px;
  }
}
.banner-home .cyber-culqi-right__price .price-content__top {
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .banner-home .cyber-culqi-right__price .price-content__top {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  .banner-home .cyber-culqi-right__price .price-content {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  .banner-home .cyber-culqi-right__price .price-content {
    font-size: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .banner-home .cyber-culqi-right__price .price-content {
    font-size: 80px;
  }
}
.banner-home .cyber-culqi-right__action .btn {
  border-radius: 10px;
}
@media screen and (max-width: 450px) {
  .banner-home .cyber-culqi-right__action .btn {
    height: 40px !important;
  }
}
@media screen and (max-width: 500) {
  .banner-home .cyber-culqi-right__action .btn {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .banner-home .cyber-culqi-right__action .btn {
    height: 50px;
  }
}
@media screen and (min-width: 1250px) {
  .banner-home .cyber-culqi-right__action .btn {
    font-size: 24px;
    padding: 28px 38px;
  }
}
@media screen and (min-width: 1450px) {
  .banner-home .cyber-culqi-right__action .btn {
    height: 70px;
  }
}
.banner-home .cyberwow__text {
  color: #1332f5;
}
.banner-home .cyberwow__price {
  font-size: 2rem;
}
@media screen and (min-width: 1350px) {
  .banner-home .cyberwow__price {
    font-size: 4rem;
  }
}
.banner-home .cyberwow__price::before {
  content: "S/";
  font-size: 1rem;
}
@media screen and (min-width: 1350px) {
  .banner-home .cyberwow__price::before {
    font-size: 2rem;
  }
}

.banner-home-01 {
  position: relative;
  z-index: 2;
}
.banner-home-01__path {
  position: absolute;
  top: 0;
  left: 640px;
  z-index: 1;
  height: 100%;
}

.banner2-content {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (min-width: 700px) {
  .banner2-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.banner2-content__image {
  width: 100%;
  height: auto;
}
.banner2-content__item {
  position: relative;
}

.button-aniversario {
  position: absolute;
  bottom: 15%;
  left: 20%;
}
@media screen and (max-width: 700px) {
  .button-aniversario {
    bottom: auto;
    left: auto;
    top: 40%;
    right: 7%;
  }
}

.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;
}

.products-home-container {
  background-color: #fff;
}

.home-products {
  width: 100%;
  padding: 40px 20px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .home-products {
    max-width: 420px;
  }
}
@media screen and (min-width: 376px) {
  .home-products {
    padding: 40px 37px;
  }
}
@media screen and (min-width: 500px) {
  .home-products {
    max-width: 1220px;
  }
}
@media screen and (min-width: 768px) {
  .home-products {
    box-sizing: content-box;
    padding: 40px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .home-products .logo-container {
    height: 27px;
  }
}
.home-products .swiper-slide {
  display: flex;
  justify-content: center;
  width: auto;
}
@media screen and (max-width: 768px) {
  .home-products {
    padding: 24px 8px;
  }
}
@media screen and (min-width: 500px) {
  .home-products {
    column-gap: 24px;
  }
}
.home-products .splide__pagination {
  bottom: 0 !important;
  margin-bottom: 1rem;
}

.tabHomeProducts_header {
  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: 7px;
}
.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 .events-none {
  font-size: 16px;
  color: #121314;
  font-weight: 400;
}
.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;
}
@media screen and (min-width: 950px) {
  .home-products.splide:not(.is-overflow) .splide__list {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .home-products {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .home-products .splide__arrow {
    width: 1em;
    height: 1em;
  }
}
@media screen and (max-width: 600px) {
  .home-products .splide__list {
    padding: 10px 2px !important;
  }
}
.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 #productsSwiperFisico .card-products__image {
  margin-top: 10px;
}
.home-products #productsSwiperDigital .card-products__image {
  margin-top: 10px;
}
.home-products .swiper-button-next::after,
.home-products .swiper-button-prev::after {
  font-size: 16px;
  color: #FF7800;
}
.home-products .swiper-button-next svg,
.home-products .swiper-button-prev svg {
  width: 18px;
  height: 18px;
  fill: #FF7800;
}

.calculator-comission {
  position: relative;
  width: 100%;
  max-width: 800px;
  min-height: 412px;
  margin: 32px auto;
}
@media screen and (min-width: 768px) {
  .calculator-comission {
    margin: 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) {
  .calculator-comission {
    width: 80%;
  }
}
.calculator-comission__menu {
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .calculator-comission__menu {
    padding: 20px 0;
  }
}
.calculator-comission__menu-content {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.calculator-comission__menu-item {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  filter: grayscale(100%);
  opacity: 0.3;
}
.calculator-comission__menu-item .logo-container {
  height: 21px;
}
@media screen and (min-width: 768px) {
  .calculator-comission__menu-item .logo-container {
    height: 26px;
  }
}
.calculator-comission__menu-item:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  transition: 0.5s all;
  bottom: -7px;
  opacity: 0.5;
}
.calculator-comission__menu-item:before {
  width: 100%;
  background-color: #7C7C7C;
}
.calculator-comission__menu-item:after {
  width: 0;
  left: 50%;
  background-color: #00A19B;
}
.calculator-comission__menu-item.active {
  filter: none;
  opacity: 1;
}
.calculator-comission__menu-item.active:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.calculator-comission__menu-item:nth-child(-n+2):after {
  background-color: #FF7800;
}
.calculator-comission-content {
  position: relative;
}
.calculator-comission__item {
  display: flex;
  padding-bottom: 40px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s opacity;
  margin: 0 20px;
}
@media screen and (min-width: 600px) {
  .calculator-comission__item {
    margin: 0 40px;
  }
}
.calculator-comission__item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.calculator-comission__link {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .calculator-comission__link.active {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-content {
  position: relative;
  background-color: #000000;
  margin: auto;
  border: 1px solid #272727;
  border-radius: 20px;
  padding: 20px;
  font-family: "Archivo";
  color: #ffffff;
  width: 70%;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modal .modal-content {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .modal .modal-content {
    width: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .modal .modal-content {
    width: 40%;
    padding: 2rem;
  }
}
.modal .modal-content.gracias-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal.close:before {
  content: url("../images/icons/close.svg");
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal-gracias {
  top: -10vh !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in !important;
}
.modal-gracias.active {
  top: 0 !important;
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-in;
}
.modal-gracias.active .gracias-item__img {
  transform: rotate(360deg);
  transition: 1.5s all;
}

.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;
  }
}

.info-rectang {
  background-color: #000000;
  color: #ffffff;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  padding-block: 0.5rem;
}
@media (min-width: 768px) {
  .info-rectang {
    font-size: 16px;
  }
}
.info-rectang .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-rectang .container .title-content {
  display: flex;
}
.info-rectang .container .title-content .title-principal {
  font-weight: 400;
  font-size: 14px;
}
.info-rectang .container p {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 768px) {
  .info-rectang .container p {
    flex-direction: row;
  }
}
.info-rectang .container p .info-container {
  display: inline-flex;
  align-items: center;
  margin: 0 5px;
  color: white;
}
@media screen and (max-width: 768px) {
  .info-rectang .container {
    flex-direction: column;
  }
}
.info-rectang__wsp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.info-rectang__image {
  margin: 0 5px 5px 5px;
}
@media (max-width: 768px) {
  .info-rectang__image {
    margin: 0 5px 3px 5px;
    height: 13px;
  }
}

/*# sourceMappingURL=sass */