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

.modal-terms {
  bottom: -10vh !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in !important;
  font-family: "Lexend Deca";
}
.modal-terms .modal-container {
  width: 60vw;
  height: 65vh;
  background-color: #000000;
  position: relative;
  border: 1px solid #272727;
  border-radius: 20px;
  overflow: scroll;
}
.modal-terms .modal-container--light {
  position: relative;
  height: auto;
  width: 600px;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .modal-terms .modal-container--light {
    padding: 30px 15px;
  }
}
.modal-terms .modal-container__header {
  display: flex;
  align-items: center;
  padding: 10px;
  padding-top: 30px;
  font-family: "Lexend Deca";
}
.modal-terms .modal-container__header > h2 {
  color: #27292C;
  font-size: 16px;
  font-weight: 400;
}
.modal-terms .modal-container__header > img:first-child {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #E7E9EC;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .modal-terms .modal-container__header > img:first-child {
    padding-right: 10px;
    margin-right: 10px;
    width: 100px;
  }
}
.modal-terms .modal-container__close {
  position: absolute;
  top: 20px;
  right: 30px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .modal-terms .modal-container__close {
    top: 15px;
    right: 10px;
  }
}
.modal-terms .modal-container__close:hover {
  opacity: 0.8;
  background-color: #f9f9f9;
  border-radius: 50%;
}
.modal-terms .modal-container__content {
  font-family: "Lexend Deca";
  color: #fff;
}
.modal-terms .modal-container__content > p {
  font-size: 13px !important;
  line-height: 1.6 !important;
  margin-bottom: 16px;
  width: 100% !important;
}
.modal-terms .modal-container__content--subtitle {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.modal-terms .modal-container__actions {
  display: flex;
  justify-content: start;
}
.modal-terms .modal-container__actions > a {
  border-radius: 8px;
  height: 45px;
  color: #fff !important;
}
.modal-terms .modal-container .ul-style li {
  padding-left: 10px;
  position: relative;
}
.modal-terms .modal-container .ul-style li:before {
  content: "•";
  color: #ffffff;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .modal-terms .modal-container .close-modal {
    position: relative !important;
    top: 15px;
    right: 0;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .modal-terms .modal-container {
    width: 80vw;
    height: 85vh;
    padding-bottom: 5%;
  }
  .modal-terms .modal-container--light {
    width: 90vw;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .modal-terms .modal-container--light {
    width: 70vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modal-terms .modal-container {
    width: 80vw;
    height: 85vh;
    padding-bottom: 5%;
  }
  .modal-terms .modal-container--light {
    width: 90vw;
    height: auto;
    max-height: 80%;
  }
}
.modal-terms .modal-container .download-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
}
.modal-terms .modal-container .download-container .btn {
  height: 40px;
}
@media screen and (max-width: 768px) {
  .modal-terms .modal-container .download-container {
    margin-top: 5%;
  }
}
.modal-terms .modal-container__title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #F5A800;
  text-align: center;
  margin: 3% 0 5% 0;
}
.modal-terms .modal-container__title__light {
  color: #2A2B2C;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .modal-terms .modal-container__title {
    font-size: 20px;
  }
}
.modal-terms .modal-container__text {
  width: 80%;
  height: 60%;
  margin: auto;
  overflow: hidden auto;
  counter-reset: count;
}
@media screen and (max-width: 768px) {
  .modal-terms .modal-container__text {
    height: 75%;
  }
}
.modal-terms .modal-container__text::-webkit-scrollbar {
  background: none;
  width: 0.25vw;
}
.modal-terms .modal-container__text::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  width: 1px;
  height: 50%;
  border-radius: 5px;
}
.modal-terms .modal-container__text::-webkit-scrollbar-track {
  border-radius: 50%;
}
.modal-terms .modal-container .subtitle,
.modal-terms .modal-container p,
.modal-terms .modal-container li {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.modal-terms .modal-container .subtitle {
  font-weight: bold;
  color: #ffffff;
  margin: 3% 0;
}
.modal-terms .modal-container .subtitle:before {
  counter-increment: count;
  content: counter(count) ". ";
}
.modal-terms .modal-container p,
.modal-terms .modal-container li {
  width: 95%;
}
.modal-terms .pl-2,
.modal-terms .pl-4,
.modal-terms .pl-8 {
  display: block;
}
.modal-terms .pl-4 {
  padding-left: 15px;
}
.modal-terms .pl-8 {
  padding-left: 25px;
}
.modal-terms.active {
  bottom: 0 !important;
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-in;
}

.header {
  background-color: #000000;
  height: 50px;
  width: 95%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  position: sticky;
  z-index: 30;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.header .container {
  padding: 0 20px;
}
@media screen and (min-width: 1201px) {
  .header {
    height: 60px;
  }
}
.header .header-mobile {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1201px) {
  .header .header-mobile {
    display: none !important;
  }
}
.header-left {
  width: 25%;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1201px) {
  .header-right .btn {
    padding: 0.7rem 0.5rem;
  }
}
.header-right .btn-menu {
  margin-left: 20px;
  line-height: 90px;
  overflow: auto;
  cursor: pointer;
}
.header .menubar {
  position: fixed;
  width: 312px;
  max-height: 0;
  transition: 0.7s ease-out;
  top: 82px;
  right: 13px;
  background-color: #000000;
  border-radius: 10px;
  z-index: 9999;
  visibility: hidden;
  align-items: flex-start;
  justify-content: flex-end;
  color: #ffffff;
  overflow-y: auto;
}
@media screen and (min-width: 1201px) {
  .header .menubar {
    display: none !important;
  }
}
.header .menubar::-webkit-scrollbar {
  display: none;
  background: none;
  width: 0.25vw;
}
.header .menubar .menu-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 28px;
}
.header .menubar .menu-container__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 15px;
}
.header .menubar .menu-container__top img {
  height: 100%;
  transform: rotate(-90deg);
  transition: 0.5s all;
  cursor: pointer;
}
.header .menubar .menu-container__top img:hover {
  transform: rotate(-90deg) scale(1.3);
}
.header .menubar .menu-container__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.header .menubar .menu-container__items .navbar-items {
  display: flex;
  flex-direction: column;
}
.header .menubar .menu-container__items .navbar-items__item, .header .menubar .menu-container__items .navbar-items__content-item {
  font-family: "Archivo";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  margin: 15px 0;
}
.header .menubar .menu-container__items .navbar-items__item a, .header .menubar .menu-container__items .navbar-items__content-item a {
  color: #ffffff;
}
.header .menubar .menu-container__items .navbar-items__item a.item-container, .header .menubar .menu-container__items .navbar-items__content-item a.item-container {
  cursor: pointer;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .menubar .menu-container__items .navbar-items__item a.item-container .item-arrow, .header .menubar .menu-container__items .navbar-items__content-item a.item-container .item-arrow {
  transform: rotate(180deg);
  transition: 0.5s all;
}
.header .menubar .menu-container__items .navbar-items__item a.item-container-show .item-arrow, .header .menubar .menu-container__items .navbar-items__content-item a.item-container-show .item-arrow {
  transform: rotate(0) !important;
}
.header .menubar .menu-container__items .navbar-items__content {
  margin: auto -28px;
  padding: 14px 0 14px 50px;
  background-color: #0e0e0e;
  position: absolute;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.header .menubar .menu-container__items .navbar-items__content-actived {
  position: relative !important;
  visibility: visible !important;
  height: auto !important;
}
.header .menubar .menu-container .line-separator {
  background-color: #7C7C7C;
  margin: 20px -28px;
  height: 1px;
  opacity: 0.3;
}
.header .menubar .menu-container__bottom {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.header .menubar .menu-container__bottom .bottom-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .menubar .menu-container__bottom .bottom-link .btn {
  padding: 0.7rem 0.5rem !important;
}
.header .menubar .menu-container__bottom .bottom-footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.header .menubar .menu-container__bottom .bottom-footer__brand {
  width: 30%;
}
.header .menubar .menu-container__bottom .bottom-footer__copyright {
  font-family: "Archivo";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 40px;
}
.header .menubar .menu-container__bottom .bottom-footer p:before {
  content: "©";
  margin-right: 2px;
  vertical-align: middle;
}
.header .menubar-actived {
  visibility: visible !important;
  max-height: 75vh !important;
}
.header .header-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1201px) {
  .header .header-content {
    display: none !important;
  }
}
.header .header-content nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-content nav .navbar {
  display: flex;
  align-items: center;
}
.header .header-content nav .navbar a.btn {
  line-height: 0.5rem;
}
.header .header-content nav .navbar-item, .header .header-content nav .navbar-btn {
  color: #ffffff;
  font-size: 14px;
  font-family: "Archivo";
  margin: 0 1rem;
  padding: 0.5rem 0;
}
.header .header-content nav .navbar-item:hover, .header .header-content nav .navbar-btn:hover {
  border-bottom: 1px solid;
}
.header .header-content nav .navbar-item:hover .icon-arrow, .header .header-content nav .navbar-btn:hover .icon-arrow {
  margin-bottom: 0px !important;
  transform: rotate(-135deg) !important;
}
.header .header-content nav .navbar-btn {
  display: flex;
  align-items: center;
  background-color: inherit;
  border: none;
  cursor: pointer;
}
.header .header-content nav .navbar-btn .icon-arrow {
  border-color: #ffffff;
}
.header .header-content nav .navbar .dropdown-menu.active {
  border-bottom: 1px solid;
}
.header .header-content nav .navbar .dropdown-menu.active .icon-arrow {
  margin-bottom: 0px !important;
  transform: rotate(-135deg) !important;
}
.header .header-content nav .navbar .dropdown-overlay {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: calc(100vh - 60px);
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}
.header .header-content nav .navbar .dropdown-overlay.active {
  visibility: visible;
  opacity: 1;
}
.header .header-content nav .navbar .dropdown-overlay.active .dropdown-container {
  visibility: visible !important;
  opacity: 1 !important;
}
.header .header-content nav .navbar .dropdown-overlay.active .title {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.header .header-content nav .navbar .dropdown-overlay.active .container-item {
  opacity: 1 !important;
  transform: translateY(0);
}
.header .header-content nav .navbar .dropdown-overlay.active .container-item:first-child {
  transition-delay: 0.5s;
}
.header .header-content nav .navbar .dropdown-overlay.active .container-item:nth-child(2) {
  transition-delay: 1s;
}
.header .header-content nav .navbar .dropdown-overlay.active .container-item:last-child {
  transition-delay: 1.5s;
}
.header .header-content nav .navbar .dropdown-container {
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  width: 100%;
  padding-top: 3%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header .header-content nav .navbar .dropdown-container .container {
  display: flex;
  align-items: center;
  height: auto !important;
}
.header .header-content nav .navbar .dropdown-container:before, .header .header-content nav .navbar .dropdown-container:after {
  content: "";
  position: absolute;
  width: 10%;
  height: 50%;
  border-radius: 50%;
  transition-duration: 3.5s ease-in;
  border: 4px solid;
}
.header .header-content nav .navbar .dropdown-container:before {
  bottom: -25%;
  left: -5%;
  border-color: #3CB4E5;
}
.header .header-content nav .navbar .dropdown-container:after {
  top: -25%;
  right: -5%;
  border-color: #F5A800;
}
.header .header-content nav .navbar .dropdown-container-left {
  text-align: left;
  color: #000000;
  width: 30%;
}
.header .header-content nav .navbar .dropdown-container-left .title {
  display: flex;
  opacity: 0;
  transform: translateY(75%);
  transition: 1s all;
  width: 90%;
  height: auto;
  margin: auto;
  position: relative;
}
.header .header-content nav .navbar .dropdown-container-left .title h1 {
  font-family: "Lexend Deca";
  font-weight: normal;
}
.header .header-content nav .navbar .dropdown-container-left .title::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background: #000000;
  margin-right: 20px;
}
.header .header-content nav .navbar .dropdown-container-right {
  width: 70%;
  display: flex;
  align-items: center;
}
.header .header-content nav .navbar .dropdown-container-right .container-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 3%;
  opacity: 0;
  transform: translateY(-30%);
  transition: 1s all;
}
.header .header-content nav .navbar .dropdown-container-right .container-item__image .item-image {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header .header-content nav .navbar .dropdown-container-right .container-item__image .item-image img {
  max-height: 174px;
}
.header .header-content nav .navbar .dropdown-container-right .container-item__title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .header .header-content nav .navbar .dropdown-container-right .container-item__title {
    font-size: 17px;
  }
}
.header .header-content nav .navbar .dropdown-container-right .container-item__description {
  min-height: 90px;
  line-height: 20px;
  font-size: 14px;
  color: #7C7C7C;
  text-align: center;
  padding-bottom: 20px;
}

.header2 {
  background-color: #ffffff;
  min-height: 50px;
  top: 0;
  position: sticky;
  z-index: 10000;
}
@media screen and (min-width: 1150px) {
  .header2 {
    height: 90px;
  }
}
.header2 .sm-break-line {
  display: none;
}
@media screen and (min-width: 768px) {
  .header2 .sm-break-line {
    display: block;
  }
}
.header2 #desktop-navbar.header2-content {
  width: 95%;
  margin: auto;
  height: 100%;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1150px) {
  .header2 #desktop-navbar.header2-content {
    display: flex;
  }
}
.header2 #desktop-navbar.header2-content .brand-logo {
  min-width: 72px;
}
@media screen and (min-width: 850px) {
  .header2 #desktop-navbar.header2-content .brand-logo {
    min-width: 116px;
  }
}
.header2 #desktop-navbar.header2-content .brand-logo img {
  min-width: 72px;
}
@media screen and (min-width: 850px) {
  .header2 #desktop-navbar.header2-content .brand-logo img {
    width: 116px;
  }
}
.header2 #desktop-navbar.header2-content .navbars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: 52px;
  position: relative;
}
.header2 #desktop-navbar.header2-content .navbars .btn.btn-primary {
  height: 35px;
  border-radius: 8px;
  font-size: 12px;
  padding: 14px 25px;
}
@media screen and (min-width: 1150px) {
  .header2 #desktop-navbar.header2-content .navbars .btn.btn-primary {
    height: 48px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .header2 #desktop-navbar.header2-content .navbars {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1150px) {
  .header2 #desktop-navbar.header2-content .navbars {
    justify-content: flex-end;
  }
}
.header2 #desktop-navbar.header2-content .navbars .navbar {
  position: relative;
  top: 3px;
}
@media screen and (max-width: 1150px) {
  .header2 #desktop-navbar.header2-content .navbars .navbar {
    position: absolute;
    width: 300px;
    top: 45px;
    box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
    padding: 30px 0;
    display: none;
  }
}
.header2 #desktop-navbar.header2-content .navbars .navbar_list {
  display: flex;
  font-size: 14px;
  font-family: "Lexend Deca", sans-serif;
  color: #121314;
  font-weight: lighter;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1150px) {
  .header2 #desktop-navbar.header2-content .navbars .navbar_list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
}
.header2 #desktop-navbar.header2-content .navbars .navbar_list li {
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .header2 #desktop-navbar.header2-content .navbars .navbar_list li {
    margin-right: 0;
    width: 100%;
  }
}
.header2 #desktop-navbar.header2-content .navbars .navbar_list li:last-child {
  margin-right: 0;
}
.header2 #desktop-navbar.header2-content .navbars .navbar_list li > a {
  color: #121314;
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1150px) {
  .header2 #desktop-navbar.header2-content .navbars .navbar_list li > a {
    width: 100%;
  }
}
.header2 #desktop-navbar.header2-content .navbars .navbar_list li > a.withSubNavbar:after {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  margin: 0 6px 0 16px;
  background-image: url(../../../assets/images/icons/arrow-du-gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.header2 #desktop-navbar.header2-content .navbars .navbar_list li > a.withSubNavbar.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header2 #desktop-navbar.header2-content .navbars .navbar_sub {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  background-color: #fff;
  width: auto;
  border-radius: 4px;
  box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
}
@media screen and (max-width: 1150px) {
  .header2 #desktop-navbar.header2-content .navbars .navbar_sub {
    width: 300px;
    padding: 0 25px 15px 25px;
    position: static;
    box-shadow: none;
  }
}
.header2 #desktop-navbar.header2-content .navbars .navbar_sub.right-position {
  left: auto;
  right: -0.5rem;
}
.header2 #desktop-navbar.header2-content .navbars .navbar_sub.active {
  display: block;
}

.navbar_actions {
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 7px;
}
@media screen and (min-width: 1150px) {
  .navbar_actions {
    column-gap: 14px;
  }
}
.navbar_actions > a {
  color: inherit;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
}
.navbar_actions > a.btn {
  height: 35px;
  padding: 14px 19px;
  transition: width 0s;
}
.navbar_actions > a.withSubNavbar {
  display: inline-flex;
  color: #FF7800 !important;
  align-items: center;
  font-weight: 500;
  height: 32px;
  font-size: 12px;
  border-radius: 8px;
  border: 1px solid #FF7800;
}
@media screen and (min-width: 1150px) {
  .navbar_actions > a.withSubNavbar {
    height: 48px;
    font-size: 16px;
  }
}
.navbar_actions > a.withSubNavbar:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 16px;
  background-image: url(../../../assets/images/icons/arrow-du-orange.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.navbar_actions > a.withSubNavbar.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.navbar_actions .navbar_sub {
  display: none;
  position: absolute !important;
  top: 52px;
  left: -3rem;
  padding: 0 !important;
  background-color: white;
  width: fit-content;
  border-radius: 4px;
  box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
  z-index: 15;
}
.navbar_actions .navbar_sub.active {
  display: block;
}
.navbar_actions .culqipanel_dropdown {
  width: fit-content;
  flex-shrink: 0;
  text-align: right;
  font-size: 14px;
  line-height: 100%;
  padding-inline: 14px 6px;
  padding-block: 9px;
  border-radius: 4px;
}
@media screen and (min-width: 1150px) {
  .navbar_actions .culqipanel_dropdown {
    padding-inline: 20px 12px;
    padding-block: 10px;
  }
}
.navbar_actions .culqipanel_dropdown > * {
  pointer-events: none;
}
.navbar_actions .panel_items {
  display: grid;
  grid-template-columns: 1fr;
  padding-block: 0.5rem;
}
.navbar_actions .panel_items .subitem_panel {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  height: 48px;
  color: #3D1E02;
  padding-inline: 1.25rem 1.6rem;
  transition: all 0.3s ease;
}
.navbar_actions .panel_items .subitem_panel:hover {
  color: #3e2d1f;
  background-color: #FFE9D6;
}
.navbar_actions .panel_items .subitem_panel:hover img {
  filter: brightness(10%);
}
.navbar_actions .panel_items .subitem_panel img {
  transition: all 0.3s ease;
  fill: #4f5a6e;
}

.navbar_container_body {
  display: flex;
}
.navbar_container_body .container-item {
  min-width: 288px;
}
@media screen and (max-width: 1150px) {
  .navbar_container_body .container-item {
    min-width: auto;
  }
}

.navbar_header_title2 {
  height: 60px;
  border-bottom: 1px solid #EDEEEF;
  padding-top: 22px;
  padding-left: 40px;
}
@media screen and (max-width: 1150px) {
  .navbar_header_title2 {
    display: none;
  }
}
.navbar_header_title2 h2 {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.serviceWorlds_item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  display: none;
  padding: 16px;
  width: auto;
  margin: 0px;
  border-radius: 8px;
}
@media screen and (max-width: 1150px) {
  .serviceWorlds_item {
    margin-top: 0;
    display: block;
    padding-bottom: 0;
    width: auto;
    padding: 0;
    background-color: #fafafa;
  }
}
.serviceWorlds_item.type2 {
  margin-top: 32px;
  padding-bottom: 12px;
}
@media screen and (max-width: 1150px) {
  .serviceWorlds_item.type2 {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.serviceWorlds_item.type2 .container-item .item-image {
  height: auto !important;
}
.serviceWorlds_item.type2 .container-item__title {
  margin-top: 40px;
  padding-bottom: 46px;
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  background-color: #eb6f25;
}
@media screen and (max-width: 1150px) {
  .serviceWorlds_item.type2 .container-item__title {
    margin: 0 auto;
    padding: 5px 0;
  }
}
.serviceWorlds_item.active {
  display: block;
}
.serviceWorlds_item .serviceWorlds_body {
  display: flex;
  justify-content: left;
  flex-direction: column;
  gap: 12px;
}
.serviceWorlds_item .serviceWorlds_body .container-item {
  width: 385px;
  flex-shrink: 1;
  text-align: left;
  border-right: 1px solid #fff;
}
.serviceWorlds_item .serviceWorlds_body .container-item.slim {
  width: 250px;
}
.serviceWorlds_item .serviceWorlds_body .container-item.mr-auto {
  margin-right: auto !important;
}
.serviceWorlds_item .serviceWorlds_body .container-item:last-child {
  border-right: 0 none;
}
.serviceWorlds_item .serviceWorlds_body .container-item_header {
  font-weight: 500;
  font-size: 20px;
  line-height: 128%;
  color: #1F263E;
  margin-bottom: 0.5rem;
}
.serviceWorlds_item .serviceWorlds_body .container-item_title {
  min-height: 20px;
  font-size: 14px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #3D3D3E;
}
.serviceWorlds_item .serviceWorlds_body .container-item_subtitle {
  min-height: 16px;
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  line-height: 16px;
  color: #414243;
}
.serviceWorlds_item .serviceWorlds_body .container-item_link {
  display: flex;
  background-color: #fff;
  padding: 12px 8px;
  gap: 12px;
  color: #3D3D3E;
}
.serviceWorlds_item .serviceWorlds_body .container-item_link:hover {
  color: #FF7800;
}
.serviceWorlds_item .serviceWorlds_body .container-item_link .img-nav {
  display: flex;
  margin: auto 0;
  width: 24px;
  height: 24px;
}
.serviceWorlds_item .serviceWorlds_body .container-item_link svg {
  transition: fill 0.3s ease;
  fill: black;
}
.serviceWorlds_item .serviceWorlds_body .container-item_link .menu-description {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.serviceWorlds_item .serviceWorlds_body .container-item_link:hover {
  background-color: #F9F9FA;
  border-radius: 8px;
}
.serviceWorlds_item .serviceWorlds_body .container-item_link:hover .menu-description .container-item_title {
  color: #FF7800;
}
.serviceWorlds_item .serviceWorlds_body .container-item .logo-container {
  margin-bottom: 10px;
}
.serviceWorlds_item .serviceWorlds_body .container-item .item-image {
  height: 155px;
  max-height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceWorlds_item .serviceWorlds_body .container-item:hover {
  border-radius: 8px;
  background-color: #F9F9FA;
}
.serviceWorlds_item .serviceWorlds_body .container-item:hover_title {
  color: #FF7800;
}

.serviceWorlds_fisico .item-image img,
.serviceWorlds_digital .item-image img {
  height: inherit;
}

.serviceWorlds {
  display: flex;
  flex-direction: column;
  background: #F9F9FA;
  margin: 0px;
  gap: 16px;
}

.serviceWorlds_header {
  display: flex;
  background-color: #fff;
  padding-bottom: 8px;
  color: #818282;
}
@media screen and (max-width: 1150px) {
  .serviceWorlds_header {
    display: none;
  }
}
.serviceWorlds_header h3 {
  color: #121314;
  cursor: pointer;
  position: relative;
  min-width: 204px;
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 128%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceWorlds_header h3.active.color-green {
  color: #a18300;
}
.serviceWorlds_header h3.active.color-green:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a18300;
  left: 0;
  bottom: -1px;
}
.serviceWorlds_header h3.active.color-orange {
  color: #eb6f25;
}
.serviceWorlds_header h3.active.color-orange:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eb6f25;
  left: 0;
  bottom: -1px;
}
.serviceWorlds_header h3.active.color-purple {
  color: #763383;
}
.serviceWorlds_header h3.active.color-purple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #763383;
  left: 0;
  bottom: -1px;
}

.navItemDesktop {
  display: block;
}
@media screen and (max-width: 1150px) {
  .navItemDesktop {
    display: none;
  }
}

.navItemMobile {
  display: none;
}
@media screen and (max-width: 1150px) {
  .navItemMobile {
    display: block;
    color: #000;
    padding: 5px 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 1150px) {
  .serviceWorlds_item.type2 .item-image {
    display: none !important;
  }
}

.navbar_sidebar-item {
  display: block;
}
@media screen and (max-width: 1150px) {
  .navbar_sidebar-item {
    display: none;
  }
}

.mobile_navbar {
  width: 100%;
  height: 55px;
  position: relative;
  padding-inline: 10px;
}
@media screen and (min-width: 1150px) {
  .mobile_navbar {
    display: none;
  }
}
.mobile_navbar_top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.mobile_navbar_top .btn_menu {
  all: unset;
  cursor: pointer;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .mobile_navbar_top .btn_menu {
    width: 32px;
    height: 32px;
  }
}
.mobile_navbar_top .btn_menu img {
  width: 100%;
  height: auto;
  pointer-events: none;
  transform: scale(1.28);
}
.mobile_navbar_top .btn_menu img.close-icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile_navbar_top .btn_menu img {
    transform: scale(1);
  }
}
.mobile_navbar_top .btn_menu.active img.close-icon {
  display: block;
}
.mobile_navbar_top .btn_menu.active img.menu-icon {
  display: none;
}
.mobile_navbar_top .brand-logo {
  height: 100%;
  width: 72px;
  margin-inline: 8px auto;
}
@media screen and (min-width: 480px) {
  .mobile_navbar_top .brand-logo {
    width: 94px;
    margin-left: 16px;
  }
}
.mobile_navbar_top .brand-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mobile_navbar_top_actions {
  margin-left: 9px;
}
.mobile_navbar .mobile_sidebar {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: calc(100vh - 55px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.mobile_navbar .mobile_sidebar.active {
  opacity: 1;
  visibility: visible;
}
.mobile_navbar .mobile_sidebar.active .mobile_sidebar_content {
  left: 0;
}
.mobile_navbar .mobile_sidebar_layer {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.mobile_navbar .mobile_sidebar ul,
.mobile_navbar .mobile_sidebar li {
  padding: 0;
  margin: 0;
}
.mobile_navbar .mobile_sidebar a {
  text-decoration: none;
  color: inherit;
}
.mobile_navbar .mobile_sidebar a,
.mobile_navbar .mobile_sidebar button {
  cursor: pointer;
  box-sizing: border-box;
}
.mobile_navbar .mobile_sidebar_content {
  position: absolute;
  top: 0;
  left: -100%;
  width: 320px;
  max-width: 95%;
  height: 100%;
  background: white;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #3E4B61;
  overflow-y: auto;
  transition: left 0.25s ease-in-out;
}
.mobile_navbar .mobile_sidebar_item_head {
  all: unset;
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 100%;
  position: relative;
  padding: 14.5px 16px;
  color: #3E4B61;
}
.mobile_navbar .mobile_sidebar_item_head > * {
  pointer-events: none;
}
.mobile_navbar .mobile_sidebar_item_head::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: #FF7800;
  border-radius: 0px 2px 2px 0px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.mobile_navbar .mobile_sidebar_item_head:hover, .mobile_navbar .mobile_sidebar_item_head.active {
  background: #f4f5f6;
}
.mobile_navbar .mobile_sidebar_item_head:hover::before, .mobile_navbar .mobile_sidebar_item_head.active::before {
  opacity: 1;
}
.mobile_navbar .mobile_sidebar_item_head.active {
  color: #FF7800;
}
.mobile_navbar .mobile_sidebar_item_head.active .arrow {
  transform: rotate(-180deg);
}
.mobile_navbar .mobile_sidebar_item_head .icon,
.mobile_navbar .mobile_sidebar_item_head .arrow {
  width: 20px;
  height: 20px;
}
.mobile_navbar .mobile_sidebar_item_head .arrow {
  margin-left: auto;
  transform: rotate(0deg);
  transition: all 0.19s ease-out;
}
.mobile_navbar .mobile_sidebar_subcontent {
  width: 100%;
  padding-left: 30px !important;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.mobile_navbar .mobile_sidebar_subcontent.active {
  max-height: 1000px;
}
.mobile_navbar .mobile_sidebar_subcontent_item {
  display: flex;
  padding: 16px !important;
}
.mobile_navbar .mobile_sidebar_subcontent_item:hover {
  background: #f4f5f6;
}

.footer {
  overflow: hidden;
  background-color: #0b0b0b;
  position: relative;
  font-family: "Lexend Deca";
  font-style: normal;
}
.footer-wrapper {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .footer-wrapper {
    padding-inline: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .footer-wrapper {
    padding-inline: 0;
  }
}
.footer-wrapper-top {
  display: flex;
  flex-direction: column;
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer-wrapper-top {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
  }
}
.footer-wrapper .desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-wrapper .desktop {
    display: flex;
  }
}
.footer-wrapper .mobile {
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer-wrapper .mobile {
    display: none;
  }
}
.footer-wrapper h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 128%;
  color: white;
}
@media screen and (min-width: 768px) {
  .footer-wrapper h3 {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
}
.footer-wrapper-bottom {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
  padding: 1.5rem;
  color: #f4f5f6;
}
@media screen and (min-width: 768px) {
  .footer-wrapper-bottom {
    color: white;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1201px) {
  .footer-wrapper-bottom {
    padding-inline: 0;
  }
}
.footer-products {
  display: flex;
  flex-direction: column;
}
.footer-item {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1201px) {
  .footer-item {
    padding-inline: 0;
    gap: 1.5rem;
  }
  .footer-item:last-child {
    padding-right: 1.5rem;
  }
}
.footer-item-title {
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.footer-item_links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer-item_links a {
  width: fit-content;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  color: #f4f5f6;
}
.footer-item .footer-toggle-title {
  font-size: 18px;
  font-weight: 500;
}
.footer-toggle {
  color: #fff;
}
.footer-toggle .arrow {
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer-toggle {
    padding: 0;
  }
  .footer-toggle-title {
    border-block: 1px solid #2c2c2c;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .footer-toggle-title .arrow {
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }
  .footer-toggle-title .arrow.active {
    transform: rotate(180deg);
  }
  .footer-toggle .footer-item_links {
    padding-inline: 1.5rem;
    transform-origin: top;
    transform: scaleY(0);
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .footer-toggle .footer-item_links.active {
    padding-block: 1.5rem 1.75rem;
    transform: scaleY(1);
    height: auto;
  }
  .footer-toggle .footer-item-products_links {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-inline: 1.5rem;
    transform-origin: top;
    transform: scaleY(0);
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .footer-toggle .footer-item-products_links.active {
    padding-block: 1.5rem 1.75rem;
    transform: scaleY(1);
    height: auto;
  }
  .footer-toggle .footer-item-products_links-item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .footer-toggle .footer-item-products_links-item a {
    color: white;
  }
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer-contact_title {
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-contact_title {
    display: block;
    font-size: 18px;
  }
}
.footer-contact_links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer-contact_link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 1rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 128%;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
}
.footer-contact_link-content {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  gap: 4px;
}
.footer-contact_link-subtitle-top {
  font-size: 16px;
  font-weight: 300;
}
.footer-contact_link-subtitle-bottom {
  font-size: 14px;
  font-weight: 300;
}
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer-social_title {
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .footer-social_title {
    display: block;
    font-size: 18px;
  }
}
.footer-social_links {
  display: flex;
  gap: 1.5rem;
}
.footer-libro-reclamos {
  display: flex;
  justify-content: center;
  padding: 2rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .footer-libro-reclamos {
    padding-top: 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1201px) {
  .footer-libro-reclamos {
    padding-inline: 0;
  }
}
.footer-libro-reclamos img {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer-libro-reclamos img {
    margin-bottom: 1.75rem;
  }
}
.footer-libro-reclamos .social {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-libro-reclamos .social {
    width: 30%;
    display: block;
  }
}
.footer hr {
  border-color: transparent;
}
@media screen and (min-width: 768px) {
  .footer hr {
    border-color: #2c2c2c;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo-culqi {
    display: flex;
    justify-content: center;
    margin-block: 1rem;
  }
  .footer-logo-culqi .logo-container {
    height: 28px;
  }
}
.footer-powered-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer-powered-info.fix_right_padding {
    padding-right: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-powered-info.fix_right_padding {
    padding-right: 170px;
  }
}
@media screen and (min-width: 1300px) {
  .footer-powered-info.fix_right_padding {
    padding-right: 11%;
  }
}
@media screen and (min-width: 1440px) {
  .footer-powered-info.fix_right_padding {
    padding-right: 5%;
  }
}
@media screen and (min-width: 1600px) {
  .footer-powered-info.fix_right_padding {
    padding-right: 0;
  }
}
.footer-powered-info p {
  font-weight: 400;
  font-size: 12px;
  line-height: 152%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-powered-info p {
    line-height: 100%;
    text-align: right;
  }
}
.footer-powered-info p.with-credicorp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .footer-powered-info p.with-credicorp {
    justify-content: flex-end;
  }
}
.footer-powered-info p .open-modal {
  color: #f4f5f6;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .footer-powered-info p .open-modal {
    color: white;
  }
}
.footer-powered-info img {
  height: 24px;
}

.chat_wsp {
  bottom: 18px;
  right: 18px;
  position: fixed;
  z-index: 20;
  background: #2eb843;
  border-radius: 50px;
  padding: 12px;
  animation: pulseanimate 1.5s infinite;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .chat_wsp {
    padding: 16px;
  }
}
.chat_wsp a {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.chat_wsp a span {
  margin-left: 8px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .chat_wsp a span {
    display: none;
  }
}
.chat_wsp .icon-wsp {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3327 8.99984C17.3327 13.6022 13.6017 17.3332 8.99935 17.3332C7.72635 17.3332 6.52002 17.0477 5.44086 16.5374L1.81143 17.1423C1.24894 17.236 0.760575 16.7498 0.851838 16.1869L1.4457 12.524C0.945448 11.4536 0.666016 10.2594 0.666016 8.99984C0.666016 4.39746 4.39697 0.666504 8.99935 0.666504C13.6017 0.666504 17.3327 4.39746 17.3327 8.99984ZM12.3327 11.2289V11.5924C12.3327 12.0015 12.001 12.3332 11.5919 12.3332C8.31912 12.3332 5.66599 9.68004 5.66599 6.40724C5.66599 5.99815 5.99763 5.6665 6.40673 5.6665H6.77024C7.22177 5.6665 7.62781 5.94141 7.7955 6.36064L7.95101 6.74942C8.12486 7.18405 7.93654 7.67938 7.51785 7.88873C7.51785 7.88873 7.70303 8.81465 8.44377 9.55539C9.18451 10.2961 10.1104 10.4813 10.1104 10.4813C10.3198 10.0626 10.8151 9.8743 11.2497 10.0482L11.6385 10.2037C12.0578 10.3714 12.3327 10.7774 12.3327 11.2289Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .chat_wsp .icon-wsp {
    width: 32px;
    height: 32px;
  }
}

@keyframes pulseanimate {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 184, 67, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(46, 184, 67, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(46, 184, 67, 0.2);
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.blog {
  width: 100%;
  font-family: "Archivo";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .blog {
    margin-bottom: 150px;
  }
  .blog .container-title {
    display: none !important;
  }
}
.blog-title {
  font-family: "Lexend Deca";
  font-style: normal;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  line-height: 44px;
}
.blog-title .subtitle {
  display: block;
  font-family: "Archivo";
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0;
}
@media screen and (max-width: 1201px) {
  .blog-title {
    display: none;
  }
}
.blog__container {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 1024px) {
  .blog__container {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-template-rows: 100%;
  }
}
.blog__container-item {
  display: flex;
  flex-direction: row;
  padding: 15px 8px;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .blog__container-item {
    flex-direction: column;
    align-items: center;
  }
}
.blog__container-item .image-content {
  width: 48%;
}
@media screen and (min-width: 1024px) {
  .blog__container-item .image-content {
    margin-bottom: 30px;
    width: 100%;
  }
}
.blog__container-item .image-content img {
  border-radius: 12px;
}
.blog__container-item .text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 48%;
}
@media screen and (min-width: 1024px) {
  .blog__container-item .text-content {
    width: 95%;
  }
}
.blog__container-item .text-content .title {
  font-family: "Archivo";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__container-item .text-content .title {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .blog__container-item .text-content .title {
    font-size: 15px;
    line-height: 17px;
  }
}
.blog__container-item .text-content .description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .blog__container-item .text-content .description {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 769px) {
  .blog__container-item .text-content .description {
    font-size: 30px;
    line-height: 35px;
  }
}
.blog__container-item .text-content .paragraph {
  margin-top: 4px;
  font-family: "Archivo";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .blog__container-item .text-content .paragraph {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 769px) {
  .blog__container-item .text-content .paragraph {
    font-size: 25px;
    line-height: 30px;
  }
}
.blog__container-item .text-content .more {
  margin-top: 6px;
  font-family: "Archivo";
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blog__container-item .text-content .more .arrow {
  margin-left: 6px;
  width: 8px;
}
@media screen and (min-width: 600px) {
  .blog__container-item .text-content .more .arrow {
    width: 13px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .blog__container-item .text-content .more {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 769px) {
  .blog__container-item .text-content .more {
    font-size: 20px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .blog__container-item .text-content .more {
    text-decoration: underline;
    color: #3CB4E5;
  }
  .blog__container-item .text-content .more .arrow {
    display: none;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.env-selector {
  position: relative;
}
@media screen and (max-width: 1201px) {
  .env-selector {
    height: 100vh;
  }
}
.env-selector__home {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}
.env-selector__container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.env-selector__container .panel {
  display: flex;
  width: 50%;
  margin: 5% auto;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .env-selector__container .panel {
    margin: 80px auto;
    width: 90%;
  }
}
.env-selector__container .panel__title {
  font-size: 16px;
  line-height: 40px;
}
.env-selector__container .panel__title img {
  vertical-align: middle;
}
.env-selector__container .panel__title {
  padding-bottom: 2%;
}
.env-selector__container .panel__text {
  border-top: 1px solid #dce0e4;
  padding-top: 2%;
  margin-top: 2%;
}
.env-selector__container .panel__text p {
  font-size: 30px;
  line-height: 40px;
  width: auto;
  padding: 4% 0 6%;
}
@media screen and (max-width: 400px) {
  .env-selector__container .panel__text p {
    width: 70%;
    margin: auto;
    font-size: 20px;
    line-height: 20px;
  }
}
.env-selector__container .panel__items {
  display: flex;
  justify-content: space-evenly;
}
.env-selector__container .panel__items__option {
  width: 40%;
}
.env-selector__container .panel__items__option a {
  margin: auto;
  cursor: pointer;
}
.env-selector__container .panel__items__option a img {
  border: 1px solid #F5A800;
  padding: 2.5rem;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .env-selector__container .panel__items__option a img {
    border: 1px solid #7C7C7C;
  }
  .env-selector__container .panel__items__option a img:hover {
    border: 1px solid #F5A800;
  }
}
.env-selector__container .panel__items__option .paragraph {
  margin-top: 10%;
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width: 400px) {
  .env-selector__container .panel__items__option .paragraph {
    font-size: 16px;
    line-height: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .env-selector__container .panel__items__option .paragraph {
    line-height: 30px;
  }
}
.env-selector__container .panel__items__option .paragraph .popUp {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.env-selector__container .panel__items__option .paragraph .popUp:hover .popuptext {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.env-selector__container .panel__items__option .paragraph .popUp .popuptext {
  position: absolute;
  visibility: hidden;
  width: 160px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  font-family: "Archivo";
  font-size: 10px;
  line-height: 13px;
}
.env-selector__container .panel__items__option .paragraph .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;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-part {
  background-color: inherit;
}
.form-part .form {
  display: flex;
  flex-direction: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  background-color: inherit;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .form-part .form {
    display: grid;
  }
}
.form-part .form-title,
.form-part .form .checkbox,
.form-part .form .dobble {
  grid-column: 1/span 2;
}
.form-part .form-title {
  font-size: 14px;
  line-height: 40px;
  margin: 30px 0;
}
.form-part .form-title__container {
  display: flex;
  justify-content: center;
  padding: 8px;
  border-radius: 10px;
  width: 100%;
}
.form-part .form-title__container img {
  height: 100%;
}
.form-part .form-title__container .text {
  font-weight: normal;
  font-style: normal;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .form-part .form-title__container .text {
    margin: 0;
    text-align: center;
    align-items: center;
  }
}
.form-part .form-title__container .text-title {
  font-family: "Sabu";
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form-part .form-title__container .text-title {
    font-size: 48px;
    line-height: 61px;
  }
}
.form-part .form-title__container .text-paragraph {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #000000;
}
.form-part .form .checkbox {
  margin: 10px 0;
  justify-content: center;
}
.form-part .form .checkbox__name {
  color: #000000;
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 600px) {
  .form-part .form .checkbox__name {
    font-size: 14px;
  }
}
.form-part .form .checkbox__name .open-modal {
  color: #3CB4E5;
  cursor: pointer;
  text-decoration: underline;
}
.form-part .form .checkbox__legal {
  font-family: "Lexend Deca";
  font-size: 10px;
  color: #7C7C7C;
}
.form-part .form .checkbox__legal p {
  margin: 5px 15px;
}
.form-part .form .checkbox__legal p a {
  color: #3CB4E5;
}
.form-part .form input[type=checkbox] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: relative;
  border: 1px solid #E7E9EC !important;
}
.form-part .form input[type=checkbox]:checked {
  background-color: #FF7800;
  border: 1px solid #FF7800 !important;
}
.form-part .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-part .form__action {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-part .form__action button {
  border-radius: 8px;
}
.form-part .form__action button .text {
  padding-inline: 2rem;
}
@media screen and (max-width: 1024px) {
  .form-part .form__action button {
    width: 100%;
  }
}
.form-part .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;
}

.brands {
  background-color: #2c2c2c;
  padding: 4rem 1rem;
}
.brands .brands-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
}
.brands .title-brands {
  color: #fff;
  font-weight: 600;
  font-family: "Sabu";
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .brands .title-brands {
    font-size: 48px;
    flex-wrap: wrap;
    line-height: 64px;
  }
}

.brands-slider {
  width: 100%;
  max-width: 1100px;
}
.brands-slider .swiper-wrapper {
  align-items: center;
}
.brands-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  min-width: 120px;
  min-height: 86px;
}
.brands-slider .swiper-slide img {
  display: block;
  height: auto;
  object-fit: contain;
}
.brands-slider .swiper-pagination {
  position: static;
  margin-top: 2rem;
}
.brands-slider .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #ffe9d6;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.brands-slider .swiper-pagination-bullet-active {
  background-color: #ff7800;
  opacity: 1;
  transform: scale(1.1);
}

.carousel-panel {
  width: 100%;
  background-color: #FFE9D6;
}
.carousel-panel .main-title {
  font-family: "Sabu";
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
  color: #121314;
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  .carousel-panel .main-title {
    font-size: 48px;
  }
}
.carousel-panel .carousel-panel-card {
  width: 100%;
  display: flex;
  align-items: center;
  padding-inline: 1rem;
  gap: 53px;
}
.carousel-panel .carousel-panel-card__image {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.carousel-panel .carousel-panel-card__image img {
  width: 100%;
  height: auto;
}
.carousel-panel .carousel-panel-card__content {
  display: flex;
  flex-direction: column;
  max-width: 290px;
  gap: 20px;
  height: 100%;
  padding-top: 63.5px;
}
.carousel-panel .carousel-panel-card__content .card-title {
  display: grid;
  row-gap: 1rem;
}
.carousel-panel .carousel-panel-card__content .card-title .main-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 61px;
  font-family: "Sabu";
  color: #121314;
  text-align: left;
}
@media (max-width: 768px) {
  .carousel-panel .carousel-panel-card__content .card-title .main-title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
}
.carousel-panel .carousel-panel-card__content .description {
  color: #3D3D3E;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  font-family: "Lexend Deca";
}
@media (max-width: 768px) {
  .carousel-panel .carousel-panel-card__content .description {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.carousel-panel .carousel-panel-card__content .actions-carrousel-panel {
  align-items: left;
}
.carousel-panel .carousel-panel-card__content .actions-carrousel-panel .btn-access-panel {
  height: 48px;
  border-radius: 8px;
  padding: 14px 20px;
  background-color: #FF7800;
  border: 1px solid #FF7800;
}
.carousel-panel .carousel-panel-card__content .actions-carrousel-panel .btn-access-panel .link-to-culqipanel {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: "Lexend Deca";
  text-decoration: none;
}
.carousel-panel .carousel-panel-card__content .actions-carrousel-panel .btn-access-panel:hover {
  background-color: #EC6F00;
}
@media (max-width: 768px) {
  .carousel-panel .carousel-panel-card__content .actions-carrousel-panel {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .carousel-panel .carousel-panel-card__content {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .carousel-panel .carousel-panel-card {
    flex-direction: column;
    gap: 24px;
  }
}
.carousel-panel .carousel-panel-slider {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding: 0rem 2rem;
}
@media (max-width: 768px) {
  .carousel-panel .carousel-panel-slider {
    padding: 40px 25px;
  }
}
.carousel-panel .carousel-panel-slider .seo-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.carousel-panel .carousel-panel-slider .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  bottom: 0 !important;
  justify-content: left;
  padding-bottom: 69px;
}
@media (max-width: 768px) {
  .carousel-panel .carousel-panel-slider .splide__pagination {
    padding-bottom: 0px;
    justify-content: center;
  }
}
.carousel-panel .carousel-panel-slider .splide__pagination__page {
  transform: rotate(45deg);
  height: 11px;
  width: 11px;
  color: #FDE7D9;
  background-color: #FDE7D9 !important;
}
.carousel-panel .carousel-panel-slider .splide__pagination__page.is-active {
  position: relative;
  background-color: transparent !important;
  width: 24px;
  height: 24px;
}
.carousel-panel .carousel-panel-slider .splide__pagination__page.is-active::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 4px solid #FF7800;
  animation: progressCircleLoading 10.5s linear;
}
.carousel-panel .carousel-panel-slider .splide__arrows .splide__arrow {
  border-radius: 4px;
  border: 1px solid #FF7800;
  background: #fff;
  width: 48px;
  height: 48px;
}
.carousel-panel .carousel-panel-slider .splide__arrows .splide__arrow--prev {
  padding: 5px;
  left: -140px;
}
.carousel-panel .carousel-panel-slider .splide__arrows .splide__arrow--next {
  padding: 5px;
  right: -140px;
}
.carousel-panel .carousel-panel-slider .splide__arrows .splide__arrow svg,
.carousel-panel .carousel-panel-slider .splide__arrows .splide__arrow svg:hover {
  fill: #FF7800;
}
.carousel-panel .carousel-panel-slider .splide__pagination__page {
  background-color: #D1D3D6 !important;
}

.culqipanel-slider {
  background-color: #ffffff;
  padding: 48px 0px;
  overflow: hidden;
}
.culqipanel-slider__container {
  margin: 0 auto;
  padding: 0 20px;
}
.culqipanel-slider__title {
  font-size: 32px;
  font-weight: 600;
  color: #121314;
  text-align: center;
  margin-bottom: 40px;
  line-height: 40px;
}
.culqipanel-slider__wrapper {
  display: block;
  position: relative;
  padding: 0px;
}
.culqipanel-slider .swiper.culqipanel-slider__swiper {
  width: 100%;
  overflow: hidden;
}
.culqipanel-slider .swiper-slide {
  display: flex;
  justify-content: center;
}
.culqipanel-slider__card {
  padding: 0px;
  background-color: #f9f9fa;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e6e7e9;
  overflow: hidden;
  margin: 5px;
  box-shadow: 0 3px 5px rgba(62, 65, 70, 0.2), 0 0 1px rgba(62, 65, 70, 0.31);
  border-radius: 20px;
  max-width: 1174px;
}
.culqipanel-slider__content {
  width: 100%;
  padding: 16px;
  gap: 16px;
}
.culqipanel-slider__badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ff7800;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 24px;
}
.culqipanel-slider__subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 14px;
  font-family: "Lexend Deca";
}
.culqipanel-slider__description {
  font-size: 14px;
  color: #1f263e;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}
.culqipanel-slider__button {
  display: inline-block;
  background-color: #ff7800;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
}
.culqipanel-slider__mockup {
  width: 100%;
  padding: 24px 0px 0px 16px;
}
.culqipanel-slider__image {
  max-width: 100%;
  height: auto;
}
.culqipanel-slider__image--desktop {
  display: none;
}
.culqipanel-slider__image--mobile {
  display: block;
}
.culqipanel-slider .swiper-button-prev,
.culqipanel-slider .swiper-button-next {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: none;
  color: #ff7800;
}
.culqipanel-slider .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -20px) !important;
}
.culqipanel-slider .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -20px);
}
.culqipanel-slider .swiper-pagination {
  display: block;
  margin-top: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.culqipanel-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffe9d6 !important;
  opacity: 1 !important;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
}
.culqipanel-slider .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  background-color: transparent !important;
  width: 26px;
  height: 26px;
  border: 3px solid #f5b792;
}
.culqipanel-slider .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 3px solid #ff7800;
  animation: progressCircleLoading 9s linear;
}
.culqipanel-slider__footer {
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  font-size: 20px;
  padding-inline: 1rem;
}
.culqipanel-slider__footer a {
  color: inherit;
  cursor: pointer;
  font-weight: bold;
}
@media (min-width: 768px) {
  .culqipanel-slider {
    padding: 80px 53px;
  }
  .culqipanel-slider__container {
    padding: 0;
  }
  .culqipanel-slider__title {
    font-size: 48px;
    line-height: 128%;
  }
  .culqipanel-slider__wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
  }
  .culqipanel-slider .swiper.culqipanel-slider__swiper {
    flex: 1;
    min-width: 0;
  }
  .culqipanel-slider__card {
    flex-direction: row;
    padding: 0px 52px;
    text-align: left;
    min-height: 520px;
    max-height: 518px;
  }
  .culqipanel-slider__content {
    flex: 1 1 50%;
    max-width: 448px;
    width: 100%;
    padding: 115px 0px;
    min-width: 430px;
  }
  .culqipanel-slider__badge {
    width: 48px;
    height: 48px;
    font-size: 24px;
    margin-bottom: 32px;
  }
  .culqipanel-slider__subtitle {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .culqipanel-slider__description {
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 24px;
  }
  .culqipanel-slider__mockup {
    margin-top: 0;
    padding: 0px;
    display: flex;
    align-items: center;
    max-width: 600px;
  }
  .culqipanel-slider__image {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
  .culqipanel-slider__image--desktop {
    display: block;
  }
  .culqipanel-slider__image--mobile {
    display: none;
  }
  .culqipanel-slider .swiper-button-prev,
  .culqipanel-slider .swiper-button-next {
    display: flex;
    position: static;
    width: 48px;
    height: 48px;
    border: 1px solid #ff7800;
    border-radius: 8px;
    background: #fff;
    margin-top: 0;
    transform: none;
  }
  .culqipanel-slider .swiper-button-prev::after,
  .culqipanel-slider .swiper-button-next::after {
    font-size: 16px;
    color: #ff7800;
  }
  .culqipanel-slider .swiper-button-prev svg,
  .culqipanel-slider .swiper-button-next svg {
    width: 20px;
    height: 20px;
    fill: #ff7800;
  }
  .culqipanel-slider .swiper-button-prev.swiper-button-disabled,
  .culqipanel-slider .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none;
  }
  .culqipanel-slider .swiper-button-prev.swiper-button-disabled:hover,
  .culqipanel-slider .swiper-button-next.swiper-button-disabled:hover {
    background-color: #fff;
    color: #ff7800;
    transform: none;
  }
  .culqipanel-slider .swiper-pagination {
    margin-top: 40px;
  }
}

@keyframes progressCircleLoading {
  0% {
    clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 50% 0%, 75% 0%, 100% 25%, 100% 25%, 100% 25%, 100% 25%, 100% 25%);
  }
  50% {
    clip-path: polygon(50% 50%, 50% 0%, 75% 0%, 100% 25%, 100% 50%, 75% 100%, 75% 100%, 75% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 50% 0%, 75% 0%, 100% 25%, 100% 50%, 75% 100%, 50% 100%, 25% 75%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 0%, 75% 0%, 100% 25%, 100% 50%, 75% 100%, 50% 100%, 25% 75%, 0% 50%, 0% 25%);
  }
}
.slide-panel {
  background-color: #fff;
  color: #292929;
  font-family: "Lexend Deca", serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.3s, background-color 0.3s;
}

.heading-slide-panel {
  font-size: 48px;
  font-weight: 600;
  line-height: 61px;
  padding-bottom: 48px;
  text-align: center;
  padding-top: 100px;
  align-items: center;
  justify-content: center;
  font-family: "Sabu";
}
@media (max-width: 768px) {
  .heading-slide-panel {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 40px;
    padding-top: 48px;
  }
}

.numero {
  background-color: #FF7800;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  margin-bottom: 27px;
}

.numero span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: auto;
}

.banner {
  background-color: #FFE9D6;
}

.image {
  margin: auto;
  display: flex;
}

.banner2 {
  background-color: #F9F9FA;
}

.section-slide-panel {
  overflow: hidden;
  justify-content: center;
  max-width: 1355px;
  padding-left: 53px;
  padding-right: 53px;
  padding-bottom: 0px;
  background-color: #fff;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section-slide-panel {
    display: flex;
    flex-direction: column;
    padding: 0px 15px 0px 15px;
  }
}

.covering {
  height: 80vh;
}

.scroll-section {
  width: 100%;
  text-align: center;
}
.scroll-section .covering {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .scroll-section .covering {
    width: 100%;
    height: 100vh;
    padding: 0px;
    margin-bottom: 0px;
  }
}

.lista {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  height: auto;
}
.lista .item {
  width: 130%;
  height: 500px;
  display: flex;
  position: absolute;
  inset: 0%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 8px 12px rgba(62, 65, 70, 0.15), 0px 0px 1px rgba(62, 65, 70, 0.31);
  overflow: hidden;
  background-color: #F9F9FA;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .lista .item {
    width: 100%;
    flex-direction: column;
    height: 571px;
  }
}
.lista .item_number {
  font-size: 24px;
  height: 3rem;
  width: 3rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  background-color: #FF7800;
  color: #fff;
  font-family: "Lexend Deca";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  box-shadow: 0px 8px 12px rgba(62, 65, 70, 0.15), 0px 0px 1px rgba(62, 65, 70, 0.31);
  border-radius: 50px;
  top: 6rem;
  left: 3rem;
}
@media (max-width: 768px) {
  .lista .item_number {
    font-size: 18px;
    line-height: 24px;
  }
}
.lista .item_title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #000;
  font-family: "Lexend Deca";
  max-width: 468px;
}
@media (max-width: 768px) {
  .lista .item_title {
    font-size: 24px;
    line-height: 32px;
    max-width: 265px;
  }
}
.lista .item_description {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #1F263E;
  text-align: left;
  font-family: "Lexend Deca";
}
@media (max-width: 768px) {
  .lista .item_description {
    font-size: 16px;
    line-height: 20px;
  }
}
.lista .item .item_content {
  color: #292929;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  padding-left: 52px;
  width: 50%;
  text-align: left;
  gap: 27px;
}
@media (max-width: 768px) {
  .lista .item .item_content {
    padding: 33px 34px;
    width: 100%;
    gap: 12px;
    /*
    margin-left: 34px;
    margin-left: 34px;
    margin-bottom: 33px;
    margin-top: 40.5px; */
  }
}
.lista .item .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  object-fit: cover;
  padding-right: 20px;
  padding-top: 86px;
  padding-bottom: 86px;
  align-items: center;
}
.lista .item .img .item_media {
  object-fit: cover;
  max-width: 70%;
}
.lista .item .img .item_media.mobile {
  display: none;
}
@media (max-width: 768px) {
  .lista .item .img .item_media {
    height: 100%;
    max-width: 100%;
  }
  .lista .item .img .item_media.desktop {
    display: none;
  }
  .lista .item .img .item_media.mobile {
    display: block;
    padding-right: 0px;
    padding-left: 25px;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .lista .item .img {
    padding-top: 0px;
    padding-right: 0px;
    align-items: center;
  }
}

.gracias {
  width: 100%;
  height: 100%;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #121314;
  background-image: url("../../../../assets/images/others/background-thankyou.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.gracias .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .gracias .container {
    margin-top: 5rem;
  }
}
.gracias-item {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gracias-item {
    width: 40%;
  }
}
.gracias-item__text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
  margin: 5% 0;
  padding: 0px 1.5rem;
}
.gracias-item__text .for_desktop {
  display: block;
}
@media screen and (min-width: 768px) {
  .gracias-item__text {
    font-size: 18px;
    line-height: 1.8rem;
    width: 90%;
    align-self: center;
    padding: 0px;
  }
}
.gracias-item__title {
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .gracias-item__title {
    font-size: 40px;
  }
}
.gracias-item__subtitle {
  font-size: 14px;
  line-height: 24px;
  font-weight: lighter;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .gracias-item__subtitle {
    font-size: 18px;
  }
}
.gracias-item__contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
  gap: 1.5rem;
}
.gracias-item__contact-item {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .gracias-item__contact-item {
    font-size: 18px;
  }
}
.gracias-item__contact-item img {
  width: 24px;
  height: 24px;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .gracias-item__contact-item img {
    width: 32px;
    height: 32px;
  }
}
.gracias-item__contact-item__data {
  display: flex;
  flex-direction: column;
}
.gracias-item__contact-item__data-phone {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gracias-item__link {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.gracias-item__link a {
  font-family: "Lexend Deca";
  font-size: 16px;
  line-height: 20px;
  padding: 1.5rem 1.5rem;
  height: 48px;
  border-radius: 8px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .gracias-item__link a {
    width: 100%;
  }
}
.gracias-banner {
  padding-bottom: 1rem;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .gracias-banner {
    display: block;
    align-items: center;
    width: 70%;
  }
}
.gracias-banner__desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .gracias-banner__desktop {
    display: block;
  }
}
.gracias-banner__mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .gracias-banner__mobile {
    display: none;
  }
}
.gracias .landing-header {
  height: 70px;
  background-color: #fff;
}
.gracias .landing-header__content {
  height: 100%;
  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);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gracias .landing-header__logo {
  height: 32px;
}
.gracias .landing-header__link, .gracias .landing-header__link:visited {
  font-family: "Archivo";
  color: #3cb4e5;
  font-size: 16px;
  text-decoration: underline;
}

.notFound {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  background-color: #000000;
}
.notFound__logo {
  margin-top: 2%;
}
.notFound__logo img {
  height: 100%;
  width: 12%;
}
.notFound__content {
  width: 35vw;
  height: 50%;
  margin: 10% auto;
  color: #ffffff;
}
.notFound__content .error {
  font-size: 1.5vw;
  font-weight: normal;
}
.notFound__content .huno {
  font-size: 3vw;
  line-height: 4vw;
  margin: 5% 0;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .notFound__content .btn {
    font-size: 6px !important;
    line-height: 6px;
    padding: 1em 2.5em;
    border-radius: 3px;
  }
}
.notFound .spaceship {
  position: absolute;
  width: 30%;
  height: 20%;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .notFound .spaceship {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .notFound .spaceship {
    height: 20%;
    top: 40%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1201px) {
  .notFound .spaceship {
    width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .notFound .spaceship {
    display: none;
    top: 60%;
  }
}

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

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B1B8C1;
  transition: 0.2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.2s;
}

input:checked + .slider {
  background-color: #FF7800;
}

input:focus + .slider {
  box-shadow: 0 0 1px #FF7800;
}

input:checked + .slider:before {
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch--disabled {
  user-select: none;
  pointer-events: none;
  cursor: not-allowed;
}
.switch--disabled .slider {
  cursor: not-allowed;
  background-color: #d2d5dc;
}
.switch--disabled input:checked + .slider {
  background-color: #d2d5dc;
}

.switch input:disabled + .slider, .switch input:disabled:checked + .slider {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #d2d5dc;
}
.switch input:disabled:checked + .slider {
  background-color: #d2d5dc;
}

.toggle-wrapper input[type=checkbox] {
  display: none;
}

.lbl-toggle {
  font-size: 14px;
  color: #3E4B61;
  transition: all 0.25s ease-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  height: 40px;
}

.lbl-toggle-icon {
  display: block;
  cursor: pointer;
  transition: all 0.25s ease-out;
}

.lbl-toggle::after {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.91439e-08 0.666735C-2.29051e-05 0.387608 0.186274 0.13802 0.466822 0.0413175C0.74737 -0.055385 1.06276 0.0212747 1.25714 0.233411L4.99998 4.33332L8.74281 0.233411C8.99923 -0.0464066 9.45014 -0.0792383 9.74995 0.16008C10.0498 0.399398 10.0849 0.820241 9.82852 1.10006L5.54283 5.76662C5.40712 5.91473 5.20878 6 4.99998 6C4.79117 6 4.59283 5.91473 4.45712 5.76662L0.171428 1.10006C0.0607814 0.9793 -1.33875e-05 0.825627 -2.91439e-08 0.666735Z' fill='%2300A19B'/%3E%3C/svg%3E%0A");
  margin-right: auto;
  margin-left: 16px;
  vertical-align: middle;
  transition: transform 0.2s ease-out;
  transform: translateY(-1px);
}

.toggle:checked + .lbl-toggle::after {
  transform: rotate(180deg) translateY(-2px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 950px;
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
  padding: 0;
}

.collapsible-content p {
  margin-bottom: 0;
}

.tarifario-btn {
  all: unset;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  padding-block: 2px;
  cursor: pointer;
}
.tarifario-btn.green {
  color: #00A19B;
}
.tarifario-btn.blue-azure {
  color: #3096FF;
}
.tarifario-btn.orange {
  color: #FF7800;
}
.tarifario-btn.center {
  margin-inline: auto;
  align-self: center;
}
.tarifario-table-header, .tarifario-table-row {
  display: grid;
  justify-content: flex-start;
  grid-template-columns: 6fr 4fr;
}
.tarifario-table-header {
  background: #f4f5f6;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #e7e9ec;
}
.tarifario-table-header-td {
  text-align: left;
  font-family: "Archivo";
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #27292C;
  padding: 10px 1rem;
}
.tarifario-table-title {
  font-family: "Archivo";
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #1f263e;
  padding: 10px 1rem;
  border-color: #e7e9ec;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  background: #F9F9FA;
  color: #272A2D;
}
.tarifario-table-row {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #EDEEEF;
}
.tarifario-table-row-td {
  text-align: left;
  font-family: "Lexend Deca";
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #1f263e;
  padding: 1rem;
}
.tarifario-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  font-size: 10.5px;
  line-height: 100%;
  color: #272A2D;
}
.tarifario-list-item {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  color: #595A5B;
  text-align: left;
}

.tarifario-table-group.pagoefectivo {
  display: grid;
  grid-template-columns: 2.5fr 4.5fr 3fr;
  border-left: 1px solid #EDEEEF;
  border-right: 1px solid #EDEEEF;
  border-bottom: 1px solid #EDEEEF;
}
.tarifario-table-group.pagoefectivo .pe-col-left {
  grid-column: 1;
  grid-row: 1/span 3;
  font-family: "Lexend Deca";
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #2A2B2C;
  background: #FAFAFA;
  padding: 1rem;
  display: flex;
  align-items: center;
  border-right: 1px solid #EDEEEF;
}
.tarifario-table-group.pagoefectivo .pe-subrow {
  grid-column: 2;
  padding: 1rem;
  font-family: "Lexend Deca";
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #1F263E;
  border-bottom: 1px solid #EDEEEF;
  text-align: left;
}
.tarifario-table-group.pagoefectivo .pe-subrow:last-of-type {
  border-bottom: 0;
}
.tarifario-table-group.pagoefectivo .pe-col-right {
  grid-column: 3;
  grid-row: 1/span 3;
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 15px;
  border-left: 1px solid #EDEEEF;
  background: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
  font-family: "Lexend Deca";
}

.tarifario-layer,
.base-modal-layer {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 91000;
  padding: 1rem;
  overflow: hidden;
  height: calc(100% + 20px);
  width: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: -2vh !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.tarifario-layer.show-tarifario, .tarifario-layer.show-modal,
.base-modal-layer.show-tarifario,
.base-modal-layer.show-modal {
  z-index: 9999999999;
  bottom: 0 !important;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.65) 100%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in;
}

.tarifario-modal,
.base-modal {
  position: relative;
  padding: 1rem;
  background-color: white;
  box-shadow: 0px 8px 12px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31);
  border-radius: 4px;
  max-height: 95%;
  overflow-y: scroll;
}
.tarifario-modal::-webkit-scrollbar,
.base-modal::-webkit-scrollbar {
  display: block;
  background: none;
  width: 0.3vw;
}
.tarifario-modal::-webkit-scrollbar-thumb,
.base-modal::-webkit-scrollbar-thumb {
  background-color: rgba(249, 249, 250, 0.7294117647);
  width: 1px;
  height: 50px;
  border-radius: 5px;
}
.tarifario-modal::-webkit-scrollbar-track,
.base-modal::-webkit-scrollbar-track {
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .tarifario-modal,
  .base-modal {
    padding-block: 20px 24px;
  }
}
.tarifario-modal .bold,
.base-modal .bold {
  font-weight: 600;
}
.tarifario-modal #tarifario-digital .bold,
.base-modal #tarifario-digital .bold {
  justify-content: right;
  padding-right: 80px;
  display: flex;
}
@media (max-width: 768px) {
  .tarifario-modal #tarifario-digital .bold,
  .base-modal #tarifario-digital .bold {
    padding-right: 0px;
    justify-content: center;
  }
}
.tarifario-modal sup,
.base-modal sup {
  transform: translateY(-3px);
}
.tarifario-modal a,
.base-modal a {
  color: #3c99e5;
}
.tarifario-modal-container,
.base-modal-container {
  display: none;
}
.tarifario-modal-container.active,
.base-modal-container.active {
  display: block;
}
.tarifario-modal-close,
.base-modal-close {
  all: unset;
  position: absolute;
  cursor: pointer;
  right: 1rem;
}
.tarifario-modal-header,
.base-modal-header {
  font-family: "Lexend Deca";
  font-style: normal;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .tarifario-modal-header,
  .base-modal-header {
    padding-bottom: 20px;
  }
}
.tarifario-modal-header h3,
.base-modal-header h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 128%;
  margin-bottom: 20px;
}
.tarifario-modal-header div,
.base-modal-header div {
  font-weight: 600;
  font-size: 16px;
  line-height: 128%;
  margin-bottom: 20px;
}
.tarifario-modal-header p,
.base-modal-header p {
  font-weight: 400;
  font-size: 12px;
  line-height: 128%;
}
.tarifario-modal-content,
.base-modal-content {
  width: 100%;
  text-align: center;
}
.tarifario-modal-content .icon-centered,
.base-modal-content .icon-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tarifario-modal-content .icon-centered p,
.base-modal-content .icon-centered p {
  display: none;
}

.tarifario-modal #tarifario-fisico {
  max-width: 530px;
}
.tarifario-modal #tarifario-digital {
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .tarifario-modal-content .sm-px-4 {
    padding-inline: 4px;
  }
}
.tarifario-modal-validity {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  margin-block: 12px 20px;
  color: #3e4b61;
}
.tarifario-modal-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 1rem;
  font-family: "Lexend Deca";
  font-weight: 400;
  font-size: 10.5px;
  line-height: 100%;
  color: #595A5B;
  text-align: left;
}

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

.schedule-modal {
  padding: 24px;
}
.schedule-modal .base-modal-header {
  font-family: "Lexend Deca";
  padding-block: 24px;
}
.schedule-modal .base-modal-header h3 {
  font-size: 18px;
  font-weight: 500px;
  margin-bottom: 12px;
  color: #1f263e;
}
.schedule-modal .base-modal-header p {
  font-size: 16px !important;
  line-height: 128%;
  color: #3e4b61;
}
@media screen and (min-width: 768px) {
  .schedule-modal .base-modal-header p {
    text-align: start;
  }
}
.schedule-modal .base-modal-container {
  max-width: 380px;
}
.schedule-modal .base-modal-container .icon {
  flex-shrink: 0;
  height: 24px;
}
.schedule-modal-item {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3e4b61;
  gap: 8px;
}
.schedule-modal-item:not(:last-child) {
  margin-bottom: 24px;
}
.schedule-modal-info {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding: 12px;
  background: #E7F4FF;
  gap: 8px;
}
.schedule-modal-info p {
  font-size: 14px;
  line-height: 120%;
  color: #093568;
}
.schedule-modal-info .icon {
  color: #093568;
}

.news-offline {
  width: 100%;
}
.news-offline h2 {
  font-family: "Sabu";
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
  color: #121314;
  margin-top: 72px;
}
@media (min-width: 768px) {
  .news-offline h2 {
    font-size: 48px;
  }
}
.news-offline .swiper-wrapper {
  padding: 0px;
}
.news-offline .news-offline-card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  background: #fff;
  border-radius: 16px;
  padding: 0px 0.5px 0px 0.5px;
}
.news-offline .news-offline-card__image {
  display: none;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .news-offline .news-offline-card__image {
    display: flex;
    max-width: 410px;
    justify-content: center;
  }
}
.news-offline .news-offline-card__image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .news-offline .news-offline-card__image img {
    max-height: 420px;
    width: auto;
  }
}
.news-offline .news-offline-card__content {
  width: 100%;
  display: grid;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .news-offline .news-offline-card__content {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .news-offline .news-offline-card__content {
    margin-right: 40px;
  }
}
.news-offline .news-offline-card__content .card-title {
  display: grid;
  row-gap: 1rem;
}
.news-offline .news-offline-card__content .card-title .top-title {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #3D3D3E;
}
.news-offline .news-offline-card__content .card-title .top-title h3 {
  color: #3D3D3E;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .news-offline .news-offline-card__content .card-title .top-title {
    justify-content: center;
  }
}
.news-offline .news-offline-card__content .card-title .main-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .news-offline .news-offline-card__content .card-title .main-title {
    font-size: 32px;
    padding-inline: 0;
  }
}
.news-offline .news-offline-card__content .image {
  width: 90%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .news-offline .news-offline-card__content .image {
    display: none;
  }
}
.news-offline .news-offline-card__content .description {
  color: #121314;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%;
  text-align: center;
}
@media (min-width: 768px) {
  .news-offline .news-offline-card__content .description {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .news-offline .news-offline-card__content .description {
    width: 336px;
    margin-inline: auto;
  }
}
.news-offline .news-offline-card__content .actions {
  display: flex;
  align-items: center;
  column-gap: 40px;
  row-gap: 1rem;
}
@media (max-width: 768px) {
  .news-offline .news-offline-card__content .actions {
    flex-direction: column;
  }
}
.news-offline .news-offline-card__content .actions .btn {
  font-family: "Lexend Deca";
  font-weight: 400;
  font-size: 16px;
  height: 48px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .news-offline .news-offline-card__content .actions .btn {
    width: 90%;
  }
}
.news-offline .news-offline-slider {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-block: 2rem 1rem;
  position: relative;
}
@media (min-width: 1024px) {
  .news-offline .news-offline-slider {
    padding-inline: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .news-offline .news-offline-slider {
    padding: 2rem;
  }
}
.news-offline .news-offline-slider #news-offline {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}
@media (min-width: 768px) {
  .news-offline .news-offline-slider #news-offline {
    border: 1px solid #E6E7E9;
    box-shadow: 0 0 1px rgba(62, 65, 70, 0.31), 0 8px 12px rgba(62, 65, 70, 0.15);
    padding: 2rem;
  }
}
.news-offline .news-offline-slider .swiper {
  padding: 0 !important;
}
.news-offline .news-offline-slider .swiper-button-prev,
.news-offline .news-offline-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;
  color: #FF7800;
}
.news-offline .news-offline-slider .swiper-button-prev::after,
.news-offline .news-offline-slider .swiper-button-next::after {
  font-size: 16px;
  color: #FF7800;
}
.news-offline .news-offline-slider .swiper-button-prev svg,
.news-offline .news-offline-slider .swiper-button-next svg {
  width: 20px;
  height: 20px;
  fill: #FF7800;
}
.news-offline .news-offline-slider .swiper-button-prev {
  left: 0;
}
.news-offline .news-offline-slider .swiper-button-next {
  right: 0;
}
@media (max-width: 1023.98px) {
  .news-offline .news-offline-slider .swiper-button-prev,
  .news-offline .news-offline-slider .swiper-button-next {
    display: none;
  }
}
.news-offline .news-offline-slider #bullets-pagination .swiper-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  column-gap: 0.5rem !important;
  position: relative !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  margin-top: 1.5rem !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .news-offline .news-offline-slider #bullets-pagination .swiper-pagination {
    margin-top: 2rem !important;
  }
}
.news-offline .news-offline-slider #bullets-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  column-gap: 0.5rem !important;
  position: relative !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  margin-top: 1.5rem !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .news-offline .news-offline-slider #bullets-pagination {
    margin-top: 2rem !important;
  }
}
.news-offline .news-offline-slider #bullets-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #FFE9D6;
  opacity: 1;
}
.news-offline .news-offline-slider #bullets-pagination .swiper-pagination-bullet-active {
  background: transparent !important;
  width: 11px;
  height: 11px;
  transform: rotate(45deg) !important;
  position: relative !important;
}
.news-offline .news-offline-slider #bullets-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 4px solid #FF7800;
  animation: progressCircleLoading 11.5s linear;
}
@keyframes progressCircleLoading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#pagosqr-layer {
  padding-block: 2rem !important;
}
#pagosqr-layer .pagosqr-modal {
  margin-top: 1rem;
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  #pagosqr-layer .pagosqr-modal {
    max-width: 516px;
  }
}
#pagosqr-layer .pagosqr-modal .title-pagosqr-modal {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
  color: #27292C;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #pagosqr-layer .pagosqr-modal .title-pagosqr-modal {
    display: none;
  }
}
#pagosqr-layer .pagosqr-modal-container {
  display: block;
  height: 100%;
  overflow-y: auto;
  margin-top: 1.5rem;
  margin-inline: 0.5rem;
  max-height: calc(100vh - 6rem);
}
@media screen and (min-width: 768px) {
  #pagosqr-layer .pagosqr-modal-container {
    display: flex;
    flex-direction: row-reverse;
    max-height: calc(100vh - 5rem);
    column-gap: 24px;
  }
}
#pagosqr-layer .pagosqr-modal-content {
  display: grid;
  height: 100%;
}
#pagosqr-layer .pagosqr-modal-content h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #pagosqr-layer .pagosqr-modal-content h3 {
    display: none;
  }
}
#pagosqr-layer .pagosqr-modal-cards {
  display: grid;
  row-gap: 1rem;
}
#pagosqr-layer .pagosqr-modal-card {
  display: flex;
  align-items: top;
  column-gap: 12px;
}
#pagosqr-layer .pagosqr-modal-card__image {
  flex-shrink: 0;
  padding: 0px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  #pagosqr-layer .pagosqr-modal-card__image {
    padding: 12px;
  }
}
#pagosqr-layer .pagosqr-modal-card__image img {
  width: 30px;
  height: 64px;
}
@media screen and (min-width: 768px) {
  #pagosqr-layer .pagosqr-modal-card__image img {
    width: 45px;
    max-height: 64px;
  }
}
#pagosqr-layer .pagosqr-modal-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  color: #27292C;
  padding-right: 1rem;
}
#pagosqr-layer .pagosqr-modal-card__content > * {
  font-style: normal;
  line-height: 128%;
}
#pagosqr-layer .pagosqr-modal-card__content .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #27292C;
  font-family: "Lexend Deca";
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  #pagosqr-layer .pagosqr-modal-card__content .card-title {
    font-size: 18px;
  }
}
#pagosqr-layer .pagosqr-modal-card__content .card-text {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #pagosqr-layer .pagosqr-modal-card__content .card-text {
    max-width: 365px;
    font-size: 16px;
  }
}
#pagosqr-layer .pagosqr-modal .btn-wanted {
  width: 100%;
  height: 56px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #pagosqr-layer .pagosqr-modal .btn-wanted {
    margin-top: 20px;
    width: fit-content;
    margin-inline: auto;
  }
}
#pagosqr-layer .pagosqr-modal .btn-wanted.mobile_only {
  margin-top: 15px;
  padding: 14px 20px;
  width: 100%;
}
#pagosqr-layer .pagosqr-modal .desktop_only {
  margin-top: 15px;
  padding: 14px 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #pagosqr-layer .pagosqr-modal .desktop_only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #pagosqr-layer .pagosqr-modal .mobile_only {
    display: none;
  }
}

#membresia-layer {
  padding-block: 2rem !important;
}
#membresia-layer .membresia-modal {
  margin-top: 1rem;
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  #membresia-layer .membresia-modal {
    max-width: 790px;
  }
}
#membresia-layer .membresia-modal h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
  color: #27292C;
}
#membresia-layer .membresia-modal > h3 {
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  #membresia-layer .membresia-modal > h3 {
    display: none;
  }
}
#membresia-layer .membresia-modal-container {
  display: block;
  height: 100%;
  overflow-y: auto;
  margin-top: 1.5rem;
  max-height: calc(100vh - 6rem);
}
@media screen and (min-width: 768px) {
  #membresia-layer .membresia-modal-container {
    display: flex;
    flex-direction: row-reverse;
    max-height: calc(100vh - 5rem);
    column-gap: 24px;
  }
}
#membresia-layer .membresia-modal-image {
  max-width: 300px;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  #membresia-layer .membresia-modal-image {
    margin-inline: auto;
    transform: translateX(-0.7rem);
  }
}
#membresia-layer .membresia-modal-content {
  display: grid;
  height: 100%;
}
#membresia-layer .membresia-modal-content .title-modal-full,
#membresia-layer .membresia-modal-content h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #membresia-layer .membresia-modal-content .title-modal-full,
  #membresia-layer .membresia-modal-content h3 {
    text-align: center;
  }
}
#membresia-layer .membresia-modal-cards {
  display: grid;
  row-gap: 1rem;
}
#membresia-layer .membresia-modal-card {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
@media screen and (min-width: 768px) {
  #membresia-layer .membresia-modal-card {
    column-gap: 20px;
  }
}
#membresia-layer .membresia-modal-card__image {
  flex-shrink: 0;
  padding: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  #membresia-layer .membresia-modal-card__image {
    padding: 12px;
  }
}
#membresia-layer .membresia-modal-card__image img {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  #membresia-layer .membresia-modal-card__image img {
    width: 40px;
    height: 40px;
  }
}
#membresia-layer .membresia-modal-card__content {
  display: grid;
  gap: 8px;
  color: #27292C;
  padding-right: 1rem;
}
#membresia-layer .membresia-modal-card__content > * {
  font-style: normal;
  line-height: 128%;
}
#membresia-layer .membresia-modal-card__content .card-title {
  font-size: 14px;
  font-weight: 400;
  color: #27292C;
}
@media screen and (min-width: 768px) {
  #membresia-layer .membresia-modal-card__content .card-title {
    font-size: 18px;
  }
}
#membresia-layer .membresia-modal-card__content .card-text {
  font-size: 14px;
  font-weight: 300;
  color: #3E4146;
}
@media screen and (min-width: 768px) {
  #membresia-layer .membresia-modal-card__content .card-text {
    max-width: 365px;
    font-size: 16px;
  }
}
#membresia-layer .membresia-modal .terms {
  font-size: 14px;
  font-weight: 400;
  color: #3e4b61;
}
@media screen and (max-width: 768px) {
  #membresia-layer .membresia-modal .terms {
    margin-block: 15px;
  }
}
@media screen and (min-width: 768px) {
  #membresia-layer .membresia-modal .terms {
    margin-top: 20px;
    max-width: 365px;
    font-size: 15px;
  }
}
#membresia-layer .membresia-modal .terms a {
  color: #763383;
  text-decoration: underline;
}
#membresia-layer .membresia-modal .btn-wanted {
  width: 100%;
  height: 56px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #membresia-layer .membresia-modal .btn-wanted {
    margin-top: 20px;
    margin-inline: auto;
  }
}
#membresia-layer .membresia-modal .btn-wanted.mobile_only {
  margin-top: 15px;
  padding: 14px 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #membresia-layer .membresia-modal .desktop_only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #membresia-layer .membresia-modal .mobile_only {
    display: none;
  }
}

#abonos-fin-layer {
  padding-block: 2rem !important;
}
#abonos-fin-layer .abonos-fin-modal {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  gap: 240px;
  margin-bottom: 24px;
}
#abonos-fin-layer .abonos-fin-modal-container {
  display: block;
  height: 100%;
  overflow-y: auto;
  margin-top: 1.5rem;
  max-height: calc(100vh - 6rem);
  max-width: 704px;
}
@media screen and (min-width: 768px) {
  #abonos-fin-layer .abonos-fin-modal-container {
    display: flex;
    flex-direction: row-reverse;
    max-height: calc(100vh - 5rem);
    column-gap: 24px;
    width: 755px;
  }
}
#abonos-fin-layer .abonos-fin-modal .title-modal-beneficios {
  color: #121314;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (min-width: 375px) {
  #abonos-fin-layer .abonos-fin-modal .title-modal-beneficios {
    font-size: 18px;
  }
}
#abonos-fin-layer .abonos-fin-modal .subtitle-modal-beneficios {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #272A2D;
  margin-bottom: 15px;
  font-weight: 600;
}
#abonos-fin-layer .abonos-fin-modal .subtitle-modal-beneficios img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-benefits {
  border: 1px solid #E7E9EC;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-benefits ul.benefits-list {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
  justify-content: space-between;
  gap: 16px;
  flex-direction: column;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-benefits ul.benefits-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #3E4146;
  text-align: left;
  gap: 11px;
  flex-direction: row;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-benefits ul.benefits-list li img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 375px) {
  #abonos-fin-layer .abonos-fin-modal .abonos-fin-benefits ul.benefits-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    max-width: 222px;
  }
}
@media screen and (min-width: 375px) {
  #abonos-fin-layer .abonos-fin-modal .abonos-fin-benefits ul.benefits-list {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  #abonos-fin-layer .abonos-fin-modal .abonos-fin-benefits ul.benefits-list img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 375px) {
  #abonos-fin-layer .abonos-fin-modal .abonos-fin-benefits {
    padding: 24px;
  }
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-conditions {
  border: 1px solid #E7E9EC;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-conditions ul.conditions-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
  display: flex;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-conditions ul.conditions-list li {
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #27292C;
  width: 100%;
  font-weight: 600;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-conditions ul.conditions-list li img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-conditions ul.conditions-list li p {
  display: flex;
}
@media screen and (min-width: 375px) {
  #abonos-fin-layer .abonos-fin-modal .abonos-fin-conditions ul.conditions-list li {
    flex-direction: column;
    width: 297px;
    justify-content: space-between;
  }
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-conditions ul.conditions-list li.line {
  width: 1px;
  border-right: 1px solid #E7E9EC;
}
@media screen and (min-width: 375px) {
  #abonos-fin-layer .abonos-fin-modal .abonos-fin-conditions ul.conditions-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-conditions p {
  font-size: 14px;
  color: #27292C;
  font-weight: 300;
  line-height: 20px;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-conditions p a {
  color: #3096FF;
  font-weight: 300;
  text-decoration: underline;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-conditions p a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 375px) {
  #abonos-fin-layer .abonos-fin-modal .abonos-fin-conditions {
    padding: 24px;
  }
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-costs {
  border: 1px solid #E7E9EC;
  font-size: 14px;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
  font-weight: 300;
  color: #272A2D;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-costs ul.costs-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-costs ul.costs-list li {
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-costs ul.costs-list li::before {
  content: "• ";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 375px) {
  #abonos-fin-layer .abonos-fin-modal .abonos-fin-costs {
    padding: 24px;
  }
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-affiliation {
  border: 1px solid #E7E9EC;
  border-radius: 8px;
  padding: 16px;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-affiliation p {
  font-size: 0.95rem;
  color: #27292C;
  font-weight: 300;
  line-height: 1.5;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-affiliation p a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#abonos-fin-layer .abonos-fin-modal .abonos-fin-affiliation p a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 375px) {
  #abonos-fin-layer .abonos-fin-modal .abonos-fin-affiliation {
    padding: 24px;
  }
}
#abonos-fin-layer .abonos-fin-modal .base-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
}
#abonos-fin-layer .abonos-fin-modal .base-modal-close img {
  width: 24px;
  height: 24px;
}
#abonos-fin-layer .abonos-fin-modal .btn-understood {
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  background-color: #FF7800;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
#abonos-fin-layer .abonos-fin-modal .btn-understood:hover {
  background-color: #cc6000;
}
@media screen and (min-width: 375px) {
  #abonos-fin-layer .abonos-fin-modal .btn-understood {
    float: right;
    width: auto;
  }
}
#abonos-fin-layer .abonos-fin-modal .mobile_only {
  display: none;
}
#abonos-fin-layer .abonos-fin-modal .desktop_only {
  display: inline-block;
}
#abonos-fin-layer .subt {
  font-size: 14px;
  color: #FF7800 !important;
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 12px;
}
#abonos-fin-layer .subtitle {
  margin-bottom: 16px;
  text-align: justify;
}

.black-text {
  color: #27292C;
  font-weight: 600;
}

#afiliacion-abonos-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  visibility: hidden;
  overflow-y: auto;
}
#afiliacion-abonos-modal.show-modal {
  visibility: visible;
}
#afiliacion-abonos-modal .abonos-modal {
  background-color: #fff;
  border-radius: 10px;
  max-width: 700px;
  width: 90%;
  padding: 24px;
  position: relative;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 50px);
  overflow-y: auto;
}
#afiliacion-abonos-modal .base-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
}
#afiliacion-abonos-modal .base-modal-close img {
  width: 24px;
  height: 24px;
}
#afiliacion-abonos-modal .abonos-modal-content .modal-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-bottom: 40px;
}
#afiliacion-abonos-modal .abonos-modal-content .modal-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #121314;
  line-height: 24px;
  text-align: center;
}
#afiliacion-abonos-modal .abonos-modal-content form {
  margin-bottom: 40px;
}
#afiliacion-abonos-modal .abonos-modal-content form label {
  font-size: 12px;
}
#afiliacion-abonos-modal .abonos-modal-content form input,
#afiliacion-abonos-modal .abonos-modal-content form select {
  display: block;
  color: #000000;
  font-family: "Lexend Deca";
  width: 100%;
  border: 1px solid #E7E9EC;
  height: 48px;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  transition: border-color 0.15s ease-in-out;
  line-height: 1.5;
  border-radius: 8px !important;
  background-color: transparent;
}
#afiliacion-abonos-modal .abonos-modal-content form input:focus,
#afiliacion-abonos-modal .abonos-modal-content form select:focus {
  outline: none;
  transition: all 0.15s ease-in-out;
  border-color: #3cb4e5;
}
#afiliacion-abonos-modal .abonos-modal-content form .name-inputs-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#afiliacion-abonos-modal .abonos-modal-content form .name-inputs-container .input-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}
#afiliacion-abonos-modal .abonos-modal-content form .name-inputs-container .input-wrapper input {
  width: 100%;
  margin-bottom: 5px;
}
#afiliacion-abonos-modal .abonos-modal-content form .input-wrapper {
  padding-bottom: 24px;
}
#afiliacion-abonos-modal .abonos-modal-content form .terms {
  display: flex;
  align-items: center;
}
#afiliacion-abonos-modal .abonos-modal-content form .terms .tempContDiv {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
#afiliacion-abonos-modal .abonos-modal-content form .terms .tempContDiv .termsContainer {
  width: 16px;
  height: 16px;
}
#afiliacion-abonos-modal .abonos-modal-content form .terms .tempContDiv .termsContainer .check {
  max-width: 16px;
  max-height: 16px;
}
#afiliacion-abonos-modal .abonos-modal-content form .terms .tempContDiv .termsContainer .check input {
  height: 16px;
}
#afiliacion-abonos-modal .abonos-modal-content form .terms .tempContDiv .text-term {
  font-size: 14px;
}
#afiliacion-abonos-modal .abonos-modal-body {
  margin-top: 15px;
  font-size: a4px;
  color: #272A2D;
  line-height: 20px;
  text-align: center;
  font-weight: 300;
}
#afiliacion-abonos-modal .abonos-modal-body a {
  color: #3D3D3E;
  font-weight: bold;
  text-decoration: none;
}
#afiliacion-abonos-modal .btn-understood {
  display: block;
  margin: 20px auto 0;
  padding: 12px 20px;
  background-color: #FF7800;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
}
#afiliacion-abonos-modal .btn-understood:hover {
  background-color: #cc6000;
}
@media screen and (min-width: 375px) {
  #afiliacion-abonos-modal .btn-understood {
    float: right;
    width: auto;
  }
}
#afiliacion-abonos-modal .error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

#abonos-modal-content form {
  overflow-y: auto;
}

@media (max-width: 768px) {
  #afiliacion-abonos-modal .abonos-modal {
    max-width: 90%;
  }
}
body.cookies-popup-open {
  overflow: hidden;
}

.consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: fit-content;
  z-index: 90000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
}
.consent-popup.consent-hidden {
  opacity: 0;
  visibility: hidden;
}
.consent-popup-content {
  background: #ffffff;
  width: 100%;
  height: auto;
  padding: 10px;
  box-shadow: 0px -24px 38px rgba(188, 198, 212, 0.14), 0px -9px 46px rgba(188, 198, 212, 0.12), 0px -11px 15px rgba(188, 198, 212, 0.2);
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 40px;
  row-gap: 12px;
}
@media screen and (min-width: 1024px) {
  .consent-popup-content {
    flex-direction: row;
  }
}
.consent-popup-content__logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
}
@media screen and (min-width: 1024px) {
  .consent-popup-content__logos {
    display: block;
    width: 200px;
  }
}
.consent-popup-content__logos img {
  display: inline-block;
}
.consent-popup-content__logos .logo_culqi {
  width: 115px;
  height: 39px;
}
@media screen and (min-width: 1024px) {
  .consent-popup-content__logos .logo_culqi {
    margin-left: 10px;
  }
}
.consent-popup-content__logos .logo_cookiebot {
  width: 190px;
}
.consent-popup-content__text {
  width: 100%;
  height: 90px;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .consent-popup-content__text {
    width: 70%;
    height: auto;
  }
}
.consent-popup-content__text h3 {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  margin-bottom: 12px;
}
.consent-popup-content__text p {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 128%;
  margin-bottom: 12px;
  color: #3e4b61;
}
.consent-popup-content__text a {
  color: #3096FF;
  font-weight: 600;
  text-decoration: underline;
}
.consent-popup-content__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .consent-popup-content__actions {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.consent-popup-content__actions .btn {
  width: 210px;
  padding-inline: 0.5rem;
}
@media screen and (max-width: 768px) {
  .consent-popup-content button {
    max-width: 130px !important;
  }
}

.cookies-settings-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 91000;
  padding-inline: 24px;
  padding-block: 48px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: -2vh !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
}
.cookies-settings-container--open {
  z-index: 9999999999;
  bottom: 0 !important;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 100%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease-in;
}

.cookies-settings-content {
  padding-inline: 0;
  margin-inline: auto;
  width: 100%;
  max-width: 755px;
  background: #ffffff;
  box-shadow: 0px 8px 10px rgba(188, 198, 212, 0.14), 0px 3px 14px rgba(188, 198, 212, 0.12), 0px 4px 5px rgba(188, 198, 212, 0.2);
  border-radius: 4px;
}
.cookies-settings-content__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #e7e9ec;
}
@media screen and (min-width: 768px) {
  .cookies-settings-content__title {
    justify-content: space-between;
    padding: 1rem 1rem 12px 1.5rem;
  }
}
.cookies-settings-content__title .logo_cookiebot {
  width: 192px;
}
.cookies-settings-content__title .logo_culqi {
  width: 115px;
  height: 39px;
}
.cookies-settings-content__tabs {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
}
.cookies-settings-content__tab {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  font-size: 1rem;
  text-align: center;
  color: #616770;
  border-bottom: 2px solid #e7e9ec;
  cursor: pointer;
}
.cookies-settings-content__tab.active {
  color: #121314;
  border-bottom: 2px solid #FF7800;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .cookies-settings-content__tab .desktop_only {
    display: none;
  }
}
.cookies-settings-content__tab-container {
  padding: 12px 1rem;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
}
.cookies-settings-content__tab-content {
  display: none;
  overflow-y: scroll;
  max-height: 400px;
}
.cookies-settings-content__tab-content.active {
  display: block;
}
.cookies-settings-content__tab-content#cookies_section_about {
  overflow-y: auto;
}
.cookies-settings-content .cookies_about_wrapper {
  padding-inline: 1rem;
  font-size: 14px;
  line-height: 18px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #27292C;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .cookies-settings-content .cookies_about_wrapper {
    padding-inline: 3rem;
  }
}
.cookies-settings-content .cookies_about_wrapper p {
  margin-bottom: 1rem;
  text-align: justify;
}
.cookies-settings-content .cookies_about_wrapper p:last-child {
  margin-bottom: 0;
}
.cookies-settings-content .cookies_about_wrapper a {
  color: #3096FF;
  font-weight: 600;
  text-decoration: underline;
}
.cookies-settings-content .cookies_preferences_wrapper {
  padding-right: 0.75rem;
}
.cookies-settings-content .cookies_preferences_block {
  display: flex;
  width: 100%;
  padding-block: 1rem;
  padding-left: 1rem;
  column-gap: 1rem;
  border-bottom: 1px solid #f4f5f6;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .cookies-settings-content .cookies_preferences_block {
    column-gap: 1.35rem;
  }
}
.cookies-settings-content .cookies_preferences_block_content {
  width: 100%;
}
.cookies-settings-content .cookies_preferences_block_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookies-settings-content .cookies_preferences_block h3 {
  font-weight: 500;
  font-size: 14px;
}
.cookies-settings-content .cookies_preferences_block h3 span {
  background: #f4f5f6;
  border-radius: 100px;
  font-size: 12px;
  color: black;
  padding: 2px 6px;
}
.cookies-settings-content .cookies_preferences_block_description {
  width: 100%;
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 128%;
  color: #3e4b61;
}
.cookies-settings-content .cookies_preferences_block .lbl-toggle {
  transform: scaleX(1.5) scaleY(1.2);
  width: 15px;
  height: 20px !important;
}
.cookies-settings-content .cookies_preferences_block .lbl-toggle::after {
  margin-left: 0 !important;
  color: #3e4b61;
  fill: #3e4b61;
}
.cookies-settings-content .cookies_preferences_elements {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  padding-bottom: 1px;
  gap: 24px;
}
.cookies-settings-content .cookies_preferences_element {
  width: 100%;
  padding: 20px 25px;
  border: 1px solid #e7e9ec;
  border-radius: 8px;
  gap: 16px;
}
.cookies-settings-content .cookies_preferences_element_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookies-settings-content .cookies_preferences_element_description {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 128%;
  color: #3e4b61;
}
.cookies-settings-content .cookies_preferences_element_description p {
  display: flex;
  align-items: center;
}
.cookies-settings-content .cookies_preferences_element_description a {
  display: inline-block;
  margin-left: 5px;
  transform: translateY(1.5px);
}
.cookies-settings-content .cookies_preferences_element_list {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  margin-top: 12px;
  border-top: 1px solid #d4d8dd;
  gap: 8px;
}
.cookies-settings-content .cookies_preferences_element_list-item {
  padding: 17px 20px;
  background: #f4f5f6;
  border-radius: 8px;
}
.cookies-settings-content .cookies_preferences_element_list .title-cookie {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1f263e;
  margin-bottom: 12px;
}
.cookies-settings-content .cookies_preferences_element_list p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #3e4b61;
}
.cookies-settings-content .cookies_preferences_element_list-item-footer {
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  border-top: 1px solid #d4d8dd;
}
@media screen and (min-width: 768px) {
  .cookies-settings-content .cookies_preferences_element_list-item-footer {
    display: flex;
    column-gap: 4.5rem;
  }
  .cookies-settings-content .cookies_preferences_element_list-item-footer p:first-child {
    width: 160px;
  }
}
.cookies-settings-content .cookies_preferences_element_list-item-footer span {
  font-weight: 500;
}
.cookies-settings-content__footer {
  display: flex;
  flex-direction: column;
  padding: 21px 1rem;
  gap: 0.4rem;
  border-top: 1px solid #e7e9ec;
}
@media screen and (min-width: 480px) {
  .cookies-settings-content__footer {
    gap: 1rem;
  }
}
.cookies-settings-content__footer .btn {
  width: 100%;
  background: transparent;
  color: #FF7800;
  border: solid 1px #E7E9EC;
  margin: 0rem 1rem;
}
.cookies-settings-content__footer .btn:hover {
  background: #f9f4fa;
}
.cookies-settings-content__footer .btn.last-btn,
.cookies-settings-content__footer .btn:last-child {
  background: #FF7800;
  color: #ffffff;
}
.cookies-settings-content__footer .btn.last-btn:hover,
.cookies-settings-content__footer .btn:last-child:hover {
  background: #f5a25a;
  border: solid 1px #f5a25a;
}
.cookies-settings-content__footer #save-cookies-settings-btn {
  transition: none;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li[data-consent=preferences] {
  display: none;
}

.CookiebotWidget-consent-details {
  display: none !important;
}

#CookiebotWidget:not(.CookiebotWidget-open) .CookiebotWidget-logo::before, #CookiebotWidget:not(.CookiebotWidget-open) .CookiebotWidget-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  visibility: hidden;
  opacity: 0;
}
#CookiebotWidget:not(.CookiebotWidget-open) .CookiebotWidget-logo::after {
  content: "Cookies";
  right: -77px;
  border-radius: 5px;
  padding: 5px 8px;
  line-height: 1.1;
  white-space: nowrap;
  background: black;
  color: white;
}
#CookiebotWidget:not(.CookiebotWidget-open) .CookiebotWidget-logo::before {
  right: -7px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
#CookiebotWidget:not(.CookiebotWidget-open) .CookiebotWidget-logo:hover::before, #CookiebotWidget:not(.CookiebotWidget-open) .CookiebotWidget-logo:hover::after {
  visibility: visible;
  opacity: 1;
}

#CookiebotWidget {
  z-index: 1000 !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved[data-consent=necessary] svg {
  height: 21px;
  width: 16px;
  fill: #f5a25a;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  /* fill: #763383; */
  fill: #f5a25a !important;
  width: 18px;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li svg {
  fill: #f5a25a !important;
  height: 14px;
  width: 14px;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #FF7800 !important;
  border-color: #FF7800 !important;
  color: #FFFFFF;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:disabled {
  border-color: #FF7800 !important;
  cursor: default;
  opacity: 0.4;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  background-color: #FFFFFF;
  border-color: #FF7800 !important;
  color: #FF7800 !important;
  transition-delay: 0.3s;
}

.cookies-settings-content .cookies_preferences_block .lbl-toggle {
  transform: scaleX(1.5) scaleY(1.2);
  width: 15px;
  height: 20px !important;
}

@media screen and (max-width: 1200px) {
  .only-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .only-desktop-custom {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .only-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .only-mobile-custom {
    display: none !important;
  }
}

.new-positioning-svg {
  position: absolute;
  visibility: hidden;
  top: -120px;
}
@media screen and (min-width: 1024px) {
  .new-positioning-svg {
    top: -200px;
  }
}

.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.swiper-button-next, .swiper-button-prev {
  color: #FF7800;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #FF7800;
  opacity: 0.2;
  transition: opacity 0.2s, transform 0.2s;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.1);
}
.swiper__arrows .splide__arrow {
  background: none;
}
.swiper-wrapper {
  padding-bottom: 20px;
  padding-top: 20px;
}
.swiper__list {
  padding: 10px !important;
}
.swiper__pagination {
  bottom: -2rem !important;
  margin-bottom: 1rem;
}
.swiper__pagination__page {
  background-color: #FF7800 !important;
  opacity: 0.3 !important;
}
.swiper__pagination__page.is-active {
  background-color: #FF7800 !important;
  opacity: 1 !important;
}

.banner-carrousel .swiper-pagination {
  bottom: 1.2rem !important;
  padding-block: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 1024px) {
  .banner-carrousel .swiper-pagination {
    bottom: 1rem !important;
  }
}
.banner-carrousel .swiper-pagination-bullet {
  background-color: #FDE7D9 !important;
  opacity: 1 !important;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
}
.banner-carrousel .swiper-pagination-bullet-active {
  position: relative;
  background-color: transparent !important;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1024px) {
  .banner-carrousel .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
  }
}
.banner-carrousel .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 4px solid #FF7800;
  animation: progressCircleLoading 9.2s linear;
}
.banner-carrousel .swiper-pagination__page {
  background-color: #FDE7D9 !important;
  opacity: 1 !important;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
}
.banner-carrousel .swiper-pagination__page.is-active {
  position: relative;
  background-color: transparent !important;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1024px) {
  .banner-carrousel .swiper-pagination__page.is-active {
    width: 20px;
    height: 20px;
  }
}
.banner-carrousel .swiper-pagination__page.is-active::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 4px solid #FF7800;
  animation: progressCircleLoading 9.2s linear;
}

.splide + .banner-home__arrows .splide__arrow {
  background: none;
}
.splide + .banner-home__track {
  padding-bottom: 20px;
  padding-top: 20px;
}
.splide + .banner-home__list {
  padding: 10px !important;
}

.cl-ff-ar {
  font-family: "Archivo";
}

.cl-bt-hv {
  transition: all 0.2s;
}

.cl-bt-hv:hover {
  background-color: #ca93d5 !important;
  transition: all 0.2s;
}

.cl-bt-hv.light:hover {
  background-color: #eeeeee !important;
}

.color-azure-blue {
  color: #0673E4;
}

.color-green {
  color: #0890e4;
}

.color-green-cyan {
  color: #00B8A2;
}

.color-deep-sea-green {
  color: #00A390;
}

.color-orange {
  color: #FF7800;
}

@media (max-width: 576px) {
  .cl-mw-sm-inital.block {
    width: 100% !important;
  }
}
.slidePaginationType2 p {
  color: #3E4B61;
}

.slidePaginationType2 .splide__pagination {
  position: static;
}

.slidePaginationType2 .splide__pagination__page.is-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.slidePaginationType2 .splide__pagination__page {
  width: 13px;
  height: 13px;
  margin: auto 10px;
}

.slidePaginationType2 .splide__track {
  overflow: visible;
}

.detail-download__content.slidePaginationType2 .splide__track {
  overflow: hidden;
  padding-bottom: 45px !important;
}

.arrowsDesingOne .splide__arrow {
  width: 60px;
  height: 60px;
  background-color: rgba(177, 184, 193, 0.6);
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.arrowsDesingOne .splide__arrow--prev {
  left: 2em;
}
.arrowsDesingOne .splide__arrow--next {
  right: 2em;
}
.arrowsDesingOne .splide__arrow svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}

@media (max-width: 1400px) {
  .arrowsDesingOne .splide__arrow {
    width: 45px;
    height: 45px;
  }
  .arrowsDesingOne .splide__arrow--prev {
    left: 1em;
  }
  .arrowsDesingOne .splide__arrow--next {
    right: 1em;
  }
  .arrowsDesingOne .splide__arrow svg {
    fill: #fff;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 576px) {
  .cl-br-sm-none br {
    display: none;
  }
  .slidePaginationType2 .splide__pagination__page {
    width: 11px;
    height: 11px;
    margin-left: 7px;
    margin: auto 7px;
  }
  .detail-download__content.slidePaginationType2 .splide__track {
    padding-bottom: 20px !important;
  }
}
.title-mini {
  color: #15bef0;
  text-decoration: underline;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .title-mini {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .credicorp {
    display: flex;
    flex-direction: column;
  }
  .credicorp span:first-child {
    margin-bottom: 6px;
  }
}

.list-icon {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .list-icon {
    width: 40px;
  }
}

.icon-phone {
  --un-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M17.707 12.293a.999.999 0 0 0-1.414 0l-1.594 1.594c-.739-.22-2.118-.72-2.992-1.594s-1.374-2.253-1.594-2.992l1.594-1.594a.999.999 0 0 0 0-1.414l-4-4a.999.999 0 0 0-1.414 0L3.581 5.005c-.38.38-.594.902-.586 1.435.023 1.424.4 6.37 4.298 10.268s8.844 4.274 10.269 4.298h.028c.528 0 1.027-.208 1.405-.586l2.712-2.712a.999.999 0 0 0 0-1.414l-4-4.001zm-.127 6.712c-1.248-.021-5.518-.356-8.873-3.712-3.366-3.366-3.692-7.651-3.712-8.874L7 4.414 9.586 7 8.293 8.293a1 1 0 0 0-.272.912c.024.115.611 2.842 2.271 4.502s4.387 2.247 4.502 2.271a.991.991 0 0 0 .912-.271L17 14.414 19.586 17l-2.006 2.005z'/%3E%3C/svg%3E");
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  margin-right: 6px;
}

.icon-whatsapp {
  --un-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.403 5.633A8.919 8.919 0 0 0 12.053 3c-4.948 0-8.976 4.027-8.978 8.977 0 1.582.413 3.126 1.198 4.488L3 21.116l4.759-1.249a8.981 8.981 0 0 0 4.29 1.093h.004c4.947 0 8.975-4.027 8.977-8.977a8.926 8.926 0 0 0-2.627-6.35m-6.35 13.812h-.003a7.446 7.446 0 0 1-3.798-1.041l-.272-.162-2.824.741.753-2.753-.177-.282a7.448 7.448 0 0 1-1.141-3.971c.002-4.114 3.349-7.461 7.465-7.461a7.413 7.413 0 0 1 5.275 2.188 7.42 7.42 0 0 1 2.183 5.279c-.002 4.114-3.349 7.462-7.461 7.462m4.093-5.589c-.225-.113-1.327-.655-1.533-.73-.205-.075-.354-.112-.504.112s-.58.729-.711.879-.262.168-.486.056-.947-.349-1.804-1.113c-.667-.595-1.117-1.329-1.248-1.554s-.014-.346.099-.458c.101-.1.224-.262.336-.393.112-.131.149-.224.224-.374s.038-.281-.019-.393c-.056-.113-.505-1.217-.692-1.666-.181-.435-.366-.377-.504-.383a9.65 9.65 0 0 0-.429-.008.826.826 0 0 0-.599.28c-.206.225-.785.767-.785 1.871s.804 2.171.916 2.321c.112.15 1.582 2.415 3.832 3.387.536.231.954.369 1.279.473.537.171 1.026.146 1.413.089.431-.064 1.327-.542 1.514-1.066.187-.524.187-.973.131-1.067-.056-.094-.207-.151-.43-.263'/%3E%3C/svg%3E");
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  margin-right: 6px;
}

.btn--playstore img {
  width: 20px;
  margin-right: 8px;
}

.apps__content {
  margin: 10px 0;
  display: flex;
}
.apps__content > a:first-child {
  margin-right: 10px;
}

.anchor {
  display: block;
  height: 180px; /*same height as header*/
  margin-top: -180px; /*same height as header*/
  visibility: hidden;
}

.cta__button-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .cta__button-container {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .cta__button-container > a {
    max-width: 200px;
  }
}

.cl-my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.cl-mt-20 {
  margin-top: 20px !important;
}

.bg-tarjetas {
  background-color: #F9F9FA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 16px 36px 16px;
  height: auto;
}
.bg-tarjetas > small {
  word-break: break-word;
  width: 323px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .bg-tarjetas {
    padding: 36px 39px 36px 39px;
    height: auto;
  }
  .bg-tarjetas > small {
    width: 100%;
    margin-top: 0;
  }
  .bg-tarjetas .only-mobile {
    display: none !important;
  }
}
.bg-tarjetas__title {
  display: flex;
  align-items: center;
  font-family: "Sabu";
  font-weight: 600;
  font-size: 24px;
  gap: 20px;
}
.bg-tarjetas__title .text {
  font-size: 24px;
  text-align: center;
}
.bg-tarjetas__title > img {
  height: 64px;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .bg-tarjetas__title {
    font-size: 12px;
    flex-direction: column;
    height: auto;
  }
  .bg-tarjetas__title > img {
    height: 48px;
    margin-left: 0;
    margin-top: 10px;
  }
}
.bg-tarjetas .card-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.bg-tarjetas .card-images img {
  height: 40px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .bg-tarjetas .card-images {
    gap: 25px;
  }
  .bg-tarjetas .card-images img {
    height: 45px;
    object-fit: contain;
    max-width: 138px;
  }
  .bg-tarjetas .card-images {
    height: auto;
    flex-wrap: wrap;
  }
}
@media (min-width: 1300px) {
  .bg-tarjetas .card-images {
    gap: 35px;
  }
  .bg-tarjetas .card-images img {
    height: 64px;
  }
}

.asterisco {
  position: relative;
}

.asterisco::after {
  content: "*";
  font-size: 16px;
  font-weight: 400;
  margin-left: 0px;
  position: absolute;
}

.derechos-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.derechos-container > div {
  max-width: 680px;
}

.derechos-title {
  width: 100%;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .derechos-title {
    font-size: 24px;
  }
  .derechos-title > h2 {
    line-height: 1.5;
    font-size: 18px;
  }
}

.derechos-subtitle {
  width: 100%;
  padding: 20px 0 12px;
  color: #121314;
}

.derechos-text {
  width: 100%;
  margin-bottom: 30px;
  color: #121314;
  font-family: "Lexend Deca";
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .derechos-text {
    font-size: 16px;
  }
}

.online-products__content-container {
  font-size: 14px;
  line-height: 1.5;
}
.online-products__content-container > *:not(:last-child) {
  margin-bottom: 10px;
}

.online-products__content-list {
  padding-left: 24px;
}

.online-products__content-list-item {
  list-style: initial;
}

.detail-banner-title {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .detail-banner-title > h1 {
    font-size: 24px;
  }
}

.cards-distributors__icon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cards-distributors__icon > img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .cards-distributors__icon {
    margin-bottom: 10px;
  }
  .cards-distributors__icon > img {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  #form_distribuidores {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  #form_distribuidores > .dobble {
    grid-column: 1;
  }
}

@media screen and (max-width: 768px) {
  #form_feriaculqi {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  #form_feriaculqi > .dobble {
    grid-column: 1;
  }
}

.culqifull-conoce-mas {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .culqifull-conoce-mas {
    font-size: 13px;
  }
}

.banner-home__image {
  width: 100%;
}

.bcp-yape__container {
  max-width: 1200px;
  margin: 0 auto;
  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;
  display: grid;
  grid-template-columns: 530px 1fr;
  padding: 40px 64px;
}
@media screen and (max-width: 768px) {
  .bcp-yape__container {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 40px 20px;
    margin: 0 16px;
  }
}
.bcp-yape__container__content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bcp-yape__container__content > *:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .bcp-yape__container__content {
    padding-bottom: 0;
  }
}
.bcp-yape__banner {
  background-image: url("/assets/images/others/checkout_yape.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  aspect-ratio: 396/342;
  max-height: 390px;
  display: grid;
  place-items: center;
}
.bcp-yape__title {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 152%;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .bcp-yape__title {
    font-size: 18px;
  }
}
.bcp-yape__description {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 152%;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .bcp-yape__description {
    font-size: 14px;
  }
}
.bcp-yape__actions {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .bcp-yape__actions {
    justify-content: center;
  }
}
.bcp-yape__button {
  padding: 10px 16px;
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  color: #763383;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .bcp-yape__button {
    width: 90%;
  }
}

.modal-content-yape {
  position: relative;
  background-color: #000000;
  margin: auto;
  border: 1px solid #272727;
  border-radius: 6px;
  padding: 4px;
  width: 90%;
  font-size: 12px;
  max-width: 640px;
  height: auto;
}

.close-button-yape {
  position: absolute;
  top: -42px;
  height: 24px;
  width: 24px;
  right: 0;
  cursor: pointer;
  z-index: 10;
  padding: 0 !important;
  background: transparent !important;
}

.none {
  display: none;
}

lite-youtube > .lty-playbtn {
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='83' viewBox='0 0 82 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='41.1024' cy='41.8303' rx='40.8975' ry='40.8874' fill='black'/%3E%3Cpath d='M37.6305 41.3796L37.6305 36.0363C37.6305 35.2377 38.5207 34.7614 39.1854 35.2044L47.2743 40.5957C47.8484 40.9783 47.8716 41.8136 47.3196 42.2275L39.2307 48.2927C38.5713 48.7871 37.6305 48.3167 37.6305 47.4928L37.6305 41.3796Z' fill='white'/%3E%3C/svg%3E") !important;
}

.events-none {
  pointer-events: none;
}

@keyframes progressCircleLoading {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

/*# sourceMappingURL=sass */