.fs-14 {
  font-size: 14px;
}

.flex {
  display: flex;
  display: -webkit-flex;
}
.flex.ai-center {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.flex.ai-flex-start {
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.flex.ai-flex-end {
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
}
.flex.fw-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex.jc-space-between {
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex.jc-flex-start {
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.flex.jc-center {
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.flex.fd-column {
  flex-direction: column;
}

.fg-2 {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}

.fb-33 {
  flex-basis: 33%;
  -ms-flex-basis: 33%;
  -webkit-flex-basis: 33%;
}

.fb-50 {
  flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
}

.text--gray {
  color: #ADADAD;
}

.text--gray-dark {
  color: #818181;
}

.text--pink {
  color: #FF94F1;
}

.text--blue {
  color: #677BE7;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-14 {
  margin-top: 14px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-t-18 {
  margin-top: 18px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-l-4 {
  margin-left: 4px;
}

.m-l-8 {
  margin-left: 8px;
}

.m-l-12 {
  margin-left: 12px;
}

.m-l-16 {
  margin-left: 16px;
}

.m-l-24 {
  margin-left: 24px;
}

.m-b-4 {
  margin-bottom: 4px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-b-12 {
  margin-bottom: 12px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.m-b-32 {
  margin-bottom: 32px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-r-4 {
  margin-right: 4px;
}

.m-r-6 {
  margin-right: 6px;
}

.m-r-8 {
  margin-right: 8px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-12 {
  margin-right: 12px;
}

.m-r-16 {
  margin-right: 16px;
}

.m-r-12 {
  margin-right: 12px;
}

.m-r-24 {
  margin-right: 24px;
}

@font-face {
  font-family: "gilroy";
  src: url("fonts/Gilroy-Regular.woff") format("woff");
  src: url("fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "gilroy";
  src: url("fonts/Gilroy-Medium.woff") format("woff");
  src: url("fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "gilroy";
  src: url("fonts/Gilroy-SemiBold.woff") format("woff");
  src: url("fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "gilroy";
  src: url("fonts/Gilroy-Bold.woff") format("woff");
  src: url("fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "domus-font";
  src: url("fonts/domus-font.eot?9ky28y");
  src: url("fonts/domus-font.eot?9ky28y#iefix") format("embedded-opentype"), url("fonts/domus-font.ttf?9ky28y") format("truetype"), url("fonts/domus-font.woff?9ky28y") format("woff"), url("fonts/domus-font.svg?9ky28y#domus-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "domus-font" !important;
  speak-as: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-].i-xs, [class*=" icon-"].i-xs {
  font-size: 16px;
}
[class^=icon-].i-sm, [class*=" icon-"].i-sm {
  font-size: 24px;
}
[class^=icon-].i-md, [class*=" icon-"].i-md {
  font-size: 32px;
}
[class^=icon-].i-lg, [class*=" icon-"].i-lg {
  font-size: 40px;
}
[class^=icon-].i-xl, [class*=" icon-"].i-xl {
  font-size: 64px;
}
[class^=icon-].i-blue, [class*=" icon-"].i-blue {
  color: #677BE7;
}

.icon-cart:before {
  content: "\e93d";
}

.icon-warning:before {
  content: "\e93e";
}

.icon-accounts:before {
  content: "\e900";
}

.icon-add:before {
  content: "\e901";
}

.icon-alert:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-bell:before {
  content: "\e905";
}

.icon-bulb:before {
  content: "\e906";
}

.icon-calculator:before {
  content: "\e907";
}

.icon-calendar:before {
  content: "\e908";
}

.icon-card:before {
  content: "\e909";
}

.icon-check:before {
  content: "\e90a";
}

.icon-chevron-down:before {
  content: "\e90b";
}

.icon-chevron-left:before {
  content: "\e90c";
}

.icon-chevron-right:before {
  content: "\e90d";
}

.icon-chevron-up:before {
  content: "\e90e";
}

.icon-clock:before {
  content: "\e90f";
}

.icon-close:before {
  content: "\e910";
}

.icon-commisions:before {
  content: "\e911";
}

.icon-copy:before {
  content: "\e93c";
}

.icon-contract:before {
  content: "\e912";
}

.icon-dashboard:before {
  content: "\e913";
}

.icon-download:before {
  content: "\e914";
}

.icon-energy:before {
  content: "\e915";
}

.icon-expired:before {
  content: "\e916";
}

.icon-fiber:before {
  content: "\e917";
}

.icon-file:before {
  content: "\e918";
}

.icon-filter:before {
  content: "\e919";
}

.icon-fire:before {
  content: "\e91a";
}

.icon-gas:before {
  content: "\e91b";
}

.icon-gift:before {
  content: "\e91c";
}

.icon-help-circle:before {
  content: "\e91d";
}

.icon-id:before {
  content: "\e91e";
}

.icon-info:before {
  content: "\e91f";
}

.icon-list:before {
  content: "\e920";
}

.icon-mail:before {
  content: "\e921";
}

.icon-map-pin:before {
  content: "\e922";
}

.icon-megaphone-1:before {
  content: "\e923";
}

.icon-megaphone-2:before {
  content: "\e924";
}

.icon-menu:before {
  content: "\e925";
}

.icon-message:before {
  content: "\e926";
}

.icon-mobile:before {
  content: "\e927";
}

.icon-paperclip:before {
  content: "\e928";
}

.icon-phone:before {
  content: "\e929";
}

.icon-plus:before {
  content: "\e92a";
}

.icon-refresh:before {
  content: "\e92b";
}

.icon-remitente:before {
  content: "\e92c";
}

.icon-rentik:before {
  content: "\e92d";
}

.icon-resources:before {
  content: "\e92e";
}

.icon-search:before {
  content: "\e92f";
}

.icon-settings:before {
  content: "\e930";
}

.icon-shield:before {
  content: "\e931";
}

.icon-shopping-bag:before {
  content: "\e932";
}

.icon-signature:before {
  content: "\e933";
}

.icon-suspended:before {
  content: "\e934";
}

.icon-tick:before {
  content: "\e935";
}

.icon-ticket:before {
  content: "\e936";
}

.icon-tracing:before {
  content: "\e937";
}

.icon-user-check:before {
  content: "\e938";
}

.icon-user:before {
  content: "\e939";
}

.icon-whatsapp:before {
  content: "\e93a";
}

.icon-wifi:before {
  content: "\e93b";
}

.button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #677BE7;
  border: 1px solid transparent;
  border-radius: 80px;
  font-family: "gilroy", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 10px 16px;
  letter-spacing: 0em;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button:hover:not(disabled) {
  background-color: #4A5B6F;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button i[class^=icon-] {
  font-size: 16px;
  margin-left: 8px;
  transition: all 0.15s ease-in-out;
}
.button:disabled {
  background-color: #E8E8E8;
  pointer-events: none;
}
.button--small {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 16px;
}
.button--small i[class^=icon-] {
  font-size: 16px;
}
.button--secondary {
  background-color: #06114A;
}
.button--outline {
  border: 1px solid #677BE7;
  color: #677BE7;
  background-color: transparent;
}
.button--outline--secondary {
  background-color: #FFFFFF;
  border: 1px solid #06114A;
  color: #06114A;
}
.button--outline--secondary:hover:not(disabled) {
  background-color: #FFFFFF;
  border-color: #4A5B6F;
  color: #4A5B6F;
}
.button--outline--secondary:hover:not(disabled) i[class^=icon-] {
  color: #4A5B6F;
  transition: all 0.15s ease-in-out;
}
.button--outline:hover:not(disabled) {
  background-color: transparent;
  border-color: #4A5B6F;
  color: #4A5B6F;
}
.button--outline:hover:not(disabled) i[class^=icon-] {
  color: #4A5B6F;
  transition: all 0.15s ease-in-out;
}
.button--outline:disabled {
  border-color: #CBCBCB;
  color: #CBCBCB;
  background-color: transparent;
  pointer-events: none;
}
.button--outline--download {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border: 1px solid #E7E9FF;
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #4A5B6F;
}
.button--outline--download:hover:not(disabled) {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  background-color: #E7E9FF;
  border-color: #E7E9FF;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button--outline--download:hover:not(disabled) span {
  display: none;
}
.button--outline--download:hover:not(disabled):before {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "domus-font";
  content: "\e914";
  font-size: 16px;
  color: #677BE7;
}
.button--flat {
  border: 1px solid transparent;
  color: #677BE7;
  background-color: #FFFFFF;
}
.button--flat:hover:not(disabled) {
  background-color: #FFFFFF;
  color: #4A5B6F;
}
.button--flat:hover:not(disabled) i[class^=icon-] {
  color: #4A5B6F;
  transition: all 0.15s ease-in-out;
}
.button--flat--secondary {
  background-color: #FFFFFF;
  color: #06114A;
}
.button--flat--secondary:hover:not(disabled) {
  background-color: #FFFFFF;
  color: #4A5B6F;
}
.button--flat--secondary:hover:not(disabled) i[class^=icon-] {
  color: #4A5B6F;
  transition: all 0.15s ease-in-out;
}
.button--flat:disabled {
  background-color: transparent;
  color: #CBCBCB;
  pointer-events: none;
}
.button-icon {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: transparent;
  border: none;
  color: #06114A;
  padding: 0;
  cursor: pointer;
}
.button-icon i[class^=icon-]:not(.icon-chevron-down) {
  font-size: 24px;
  transition: all 0.15s ease-in-out;
}
.button-icon .icon-chevron-down {
  font-size: 16px;
}
.button-icon .badge {
  background-color: #677BE7;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 0;
  width: 24px;
  height: 24px;
}
.button-icon--small {
  padding: 8px;
  border: 1px solid #E7E9FF;
  border-radius: 8px;
}
.button-icon--small i[class^=icon-]:not(.icon-chevron-down) {
  font-size: 16px;
  color: #8595EC;
}
.button-toggle {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  font-family: "gilroy", sans-serif;
  text-transform: none;
  background-color: transparent;
  border: 1px solid #4A5B6F;
  color: #4A5B6F;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  border-radius: 8px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
}
.button-toggle i[class^=icon-] {
  font-size: 16px;
  margin-right: 8px;
  transition: all 0.15s ease-in-out;
}
.button-toggle--toggled:not(.button-toggle--shipping) {
  transition: all 0.15s ease-in-out;
  color: #FFFFFF;
  background-color: #4A5B6F;
}
.button-toggle--shipping {
  padding: 15px;
  border-radius: 16px;
  border-color: #E8E8E8;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}
.button-toggle--shipping i[class^=icon-] {
  color: #ADADAD;
  font-size: 40px;
  margin-right: 0;
}
.button-toggle--shipping.button-toggle--toggled {
  pointer-events: none;
  border-color: #8595EC;
  background-color: #F3F5FD;
  transition: all 0.15s ease-in-out;
}
.button-toggle--shipping.button-toggle--toggled h5 {
  color: #677BE7;
}
.button-toggle--shipping .button-toggle__body {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  text-align: left;
  padding: 0 16px;
}
.button-toggle--shipping .button-toggle__body h5 {
  margin-bottom: 12px;
}
.button-toggle--shipping .button-toggle__body + .tile--thin {
  margin-top: 18px;
}
.button-toggle--shipping .button-toggle__price {
  color: #818181;
}
.button-toggle--shipping:hover:not(.button-toggle--toggled) {
  background-color: #F3F5FD;
  transition: all 0.15s ease-in-out;
}
.button-toggle--shipping + .button-toggle--shipping {
  margin-top: 18px;
}

.sidebar {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  background-color: #FFFFFF;
  background-clip: padding-box;
  width: 250px;
  padding: 16px;
  border-right: 1px solid #E7E9FF;
  font-size: 14px;
  font-weight: 500;
}
.sidebar__header {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.sidebar__header__logo {
  display: block;
  background-image: url("resources/logo.svg");
  width: 136px;
  height: 33px;
  background-size: cover;
}
.sidebar__header .button-icon {
  display: none;
  color: #818181;
}
.sidebar__header .button-icon i[class^=icon-] {
  font-size: 16px;
}
.sidebar__body {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  padding-top: 32px;
}
.sidebar__body__options {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.sidebar__body__options li[class^=options__]:not(.options__option--collapsed) {
  margin-bottom: 8px;
}
.sidebar__body__options .options__title {
  color: #ADADAD;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 0;
  font-weight: 600;
}
.sidebar__body__options .options__option__link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #06114A;
  padding: 8px;
  border-radius: 8px;
  font-weight: 500;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sidebar__body__options .options__option__link i[class^=icon-] {
  font-size: 24px;
  margin-right: 16px;
  transition: transform 0.15s ease-in-out;
}
.sidebar__body__options .options__option__link--active {
  background-color: #E7E9FF;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sidebar__body__options .options__option__link--active .link__text + i[class^=icon-] {
  transition: transform 0.15s ease-in-out;
  transform: rotate(90deg);
}
.sidebar__body__options .options__option__link:hover:not(.options__option__link--active) {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #F5F5F5;
}
.sidebar__body__options .options__option__link .link__text {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.sidebar__body__options .options__option__link .link__text + i[class^=icon-] {
  margin-right: 0;
  font-size: 16px;
}
.sidebar__body__options .options__option--collapsed {
  margin-bottom: 4px;
}
.sidebar__body__options .options__option--collapsed .sidebar__body__options {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s linear;
}
.sidebar__body__options .options__option--expanded .sidebar__body__options {
  max-height: 1000px;
  opacity: 1;
  padding: 8px 0px;
  transition: 0.15s linear;
}
.sidebar__body__options .options__option .sidebar__body__options .options__option {
  padding: 0 0 0 24px;
}
.sidebar__body__options .options__option .sidebar__body__options .options__option__link {
  padding: 4px 8px;
}
.sidebar__body__options .options__option .sidebar__body__options .options__option__link i[class^=icon-] {
  font-size: 16px;
  margin-right: 8px;
}
.sidebar__body__options .options__option .sidebar__body__options .options__option__link--active, .sidebar__body__options .options__option .sidebar__body__options .options__option__link:hover:not(.options__option__link--active) {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: transparent;
  color: #677BE7;
}
.sidebar__body__options .options__option .sidebar__body__options .options__separator {
  border-color: #F7F7FC;
}
.sidebar__body__options .options__separator {
  border-top: 1px solid #E7E9FF;
}

.nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 18px 40px 22px 40px;
  font-weight: 600;
  font-size: 14px;
  color: #4A5B6F;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E7E9FF;
}
.nav__logo__logo {
  display: none;
  background-image: url("resources/logo.svg");
  width: 136px;
  height: 33px;
  background-size: cover;
}
.nav__items {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.nav__items [class^=nav__items__] {
  margin-left: 40px;
}
.nav__items__item .item__link {
  color: #4A5B6F;
}
.nav__items__item .item__link:hover {
  color: #06114A;
}
.nav__items__item:first-child {
  margin-left: 0;
}
.nav__items__separator {
  width: 1px;
  background-color: #ADADAD;
  height: 18px;
}
.nav__actions {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.nav__actions .dropdown + .dropdown,
.nav__actions .dropdown + .button-icon {
  margin-left: 16px;
}
.nav__actions .dropdown .button-icon .badge {
  margin-left: 2px;
}
.nav__actions .dropdown__menu {
  position: absolute;
  top: 40px;
  right: 0;
  left: inherit;
}
.nav__actions .popover + .dropdown {
  margin-left: 16px;
}
.nav__actions .popover .button-icon .badge {
  margin-left: 2px;
}
.nav__actions .popover__menu {
  position: absolute;
  top: 38px;
  right: 0;
  left: inherit;
}
.nav__actions > .button-icon {
  display: none;
}
.nav__actions > .button-icon i[class^=icon-] {
  font-size: 32px;
}

.badge {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  font-family: "gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #4A5B6F;
  border: 1px solid #4A5B6F;
  border-radius: 8px;
  padding: 8px;
  line-height: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.badge--small {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding: 7px 8px;
}
.badge--small i[class^=icon-] {
  margin-right: 6px;
}
.badge--neutral {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #4A5B6F;
}
.badge--blue {
  border-color: #677BE7;
  color: #677BE7;
}
.badge--red {
  border-color: #E76767;
  color: #E76767;
}
.badge--pink {
  border-color: #FF79ED;
  color: #FF79ED;
}
.badge--orange {
  border-color: #FFB422;
  color: #FFB422;
}
.badge--icon {
  padding: 8px;
}
.badge--icon i[class^=icon-] {
  margin-right: 0;
}
.badge--gray {
  border-color: #818181;
  color: #818181;
  background-color: transparent;
}
.badge + .badge {
  margin-left: 8px;
}

.card {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  background-color: #FFFFFF;
  border: 1px solid #F7F7FC;
  border-radius: 8px;
  min-width: 348px;
  min-height: 246px;
}
.card__header {
  display: flex;
  display: -webkit-flex;
  padding: 24px 24px 12px 24px;
  border-bottom: 1px solid #F7F7FC;
}
.card__header__title {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.card__header__actions {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.card__header__actions .button-icon {
  color: #818181;
}
.card__header__actions .button-icon:disabled {
  color: #CBCBCB;
}
.card__header + .card__body {
  padding: 12px 24px 32px 24px;
}
.card__body {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  padding: 24px;
}

.product-card {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  background-color: #FFFFFF;
  border-radius: 16px;
  min-width: 236px;
  min-height: 240px;
  border: 1px solid #E8E8E8;
  padding: 24px 19px 16px 19px;
  color: #4A5B6F;
  font-size: 14px;
  font-weight: 500;
}
.product-card__photo {
  max-width: 114px;
  height: auto;
  margin-bottom: 16px;
}
.product-card__photo img {
  max-width: 100%;
}
.product-card__name {
  margin-bottom: 8px;
}
.product-card__price {
  color: #677BE7;
  font-weight: 600;
}

.item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  margin-top: 16px;
  padding: 16px 24px;
  min-width: 0;
}
.item__title {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.item__info {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  font-size: 14px;
  color: #818181;
  padding: 0 8px;
}
.item__text {
  font-size: 14px;
  color: #4A5B6F;
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 470px;
}
.item__text span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item__text + .item__info {
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
}
.item__tags {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  min-width: 250px;
  padding: 0 8px;
}
.item__actions {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.item--thin .item__title {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.item--thin .item__info {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
}

.modal-open {
  overflow: hidden;
}
.modal-open .container .content .main {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal.show {
  display: block;
}
.modal__dialog {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin: 100px 20px;
}
.modal__dialog__content {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  background-color: #FAFAFA;
  border: 1px solid #F7F7FC;
  max-width: 594px;
  border-radius: 16px;
  width: 100%;
}
.modal__dialog__content .content__header {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 24px 24px 0px 24px;
}
.modal__dialog__content .content__header .button-icon {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  color: #818181;
}
.modal__dialog__content .content__header .button-icon i[class^=icon-] {
  font-size: 16px;
}
.modal__dialog__content .content__body__section {
  padding: 24px 32px;
}
.modal__dialog__content .content__body__section:not(.content__body__section--detail) {
  font-size: 14px;
}
.modal__dialog__content .content__body__section + .content__body__section {
  border-top: 1px solid #E8E8E8;
}
.modal__dialog__content .content__body__section label {
  color: #4A5B6F;
  font-size: 16px;
  font-weight: 600;
}
.modal__dialog__content .content__body__section .section__details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.modal__dialog__content .content__body__section .section__details__contact {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  padding-right: 16px;
}
.modal__dialog__content .content__body__section .section__details__contact .contact__data {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.modal__dialog__content .content__body__section .section__details__contact .contact__data__item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.modal__dialog__content .content__body__section .section__details__contact .contact__data__item i[class^=icon-] {
  font-size: 24px;
  color: #818181;
}
.modal__dialog__content .content__body__section .section__details__contact .contact__data__item span {
  color: #818181;
  margin-left: 6px;
  font-size: 14px;
}
.modal__dialog__content .content__body__section .section__details__contact .contact__data__item + .contact__data__item {
  margin-left: 16px;
}
.modal__dialog__content .content__body__section .section__details__resume {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  font-size: 14px;
  color: #ADADAD;
}
.modal__dialog__content .content__body__section--detail {
  padding-top: 12px;
}
.modal__dialog__content .content__body__section .input-group__button .button-icon {
  color: #06114A;
}
.modal__dialog__content .content__footer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 0 24px 32px 24px;
}
.modal__dialog__content .content__footer button + button {
  margin-left: 16px;
}
.modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  background-color: #000;
}
.modal__backdrop.show {
  opacity: 0.2;
  visibility: visible;
}
.modal--thin.show {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.modal--thin .modal__dialog {
  width: 100%;
}
.modal--thin .modal__dialog__content {
  max-width: 354px;
  text-align: center;
}
.modal--thin .modal__dialog__content .content__header {
  position: relative;
}
.modal--thin .modal__dialog__content .content__header h2 {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.modal--thin .modal__dialog__content .content__header .button-icon {
  position: absolute;
}
.modal--thin .modal__dialog__content .content__body {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 8px 24px 24px 24px;
  color: #818181;
  font-size: 14px;
  line-height: 18px;
}
.modal--thin .modal__dialog__content .content__body .insignia {
  background-image: url("resources/gold.svg");
  width: 82px;
  height: 82px;
  margin-top: 40px;
  background-size: cover;
}
.modal--thin .modal__dialog__content .content__body__help-wrapper {
  color: #4A5B6F;
  font-size: 13px;
  text-align: left;
  padding-top: 16px;
}
.modal--pre-stepper .modal__dialog__content {
  text-align: left;
}
.modal--pre-stepper .modal__dialog__content .content__header {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 24px 24px 0 24px;
}
.modal--pre-stepper .modal__dialog__content .content__header h3 {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.modal--pre-stepper .modal__dialog__content .content__header .button-icon {
  position: relative;
}
.modal--pre-stepper .modal__dialog__content .content__body {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.modal--pre-stepper .modal__dialog__content .content__body .tile--thin {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  width: 100%;
  padding: 8px 8px 8px 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.modal--pre-stepper .modal__dialog__content .content__body .tile--thin .gas-icon {
  background-image: url("../resources/gas.svg");
  width: 36px;
  height: 36px;
  background-size: cover;
}
.modal--pre-stepper .modal__dialog__content .content__body .tile--thin .luz-icon {
  background-image: url("../resources/luz.svg");
  width: 36px;
  height: 36px;
  background-size: cover;
}
.modal--pre-stepper .modal__dialog__content .content__body .tile--thin .fibra-icon {
  background-image: url("../resources/gas.svg");
  width: 36px;
  height: 36px;
  background-size: cover;
}
.modal--pre-stepper .modal__dialog__content .content__body .tile--thin .movil-icon {
  background-image: url("../resources/luz.svg");
  width: 36px;
  height: 36px;
  background-size: cover;
}
.modal--pre-stepper .modal__dialog__content .content__body .tile--thin .physical-signature {
  background-image: url("../resources/physical-signature.svg");
  width: 36px;
  height: 36px;
  background-size: cover;
}
.modal--pre-stepper .modal__dialog__content .content__body .tile--thin .signature {
  background-image: url("../resources/signature.svg");
  width: 36px;
  height: 36px;
  background-size: cover;
}
.modal--pre-stepper .modal__dialog__content .content__body .tile--thin + .tile--thin {
  margin-top: 8px;
}
.modal--confirmation .modal__dialog__content {
  width: 354px;
}
.modal--confirmation .modal__dialog__content .content__header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.modal--confirmation .modal__dialog__content .content__header .button-icon {
  position: relative;
}
.modal--confirmation .modal__dialog__content .content__body {
  padding-top: 16px;
  font-size: 16px;
  color: #4A5B6F;
  text-align: left;
}
.modal--confirmation .modal__dialog__content .content__footer {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding-bottom: 24px;
}

.filters {
  position: absolute;
  top: 0;
  right: 0;
  width: 402px;
  height: 100vh;
  background-color: #FFFFFF;
  border-left: 1px solid #E8F7EB;
  z-index: 10000;
}
.filters__header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 15px 30px;
  border-bottom: 1px solid #E8E8E8;
}
.filters__header h2 {
  color: #4A5B6F;
}
.filters__header__actions .button-icon i[class^=icon-] {
  font-size: 16px;
}
.filters__body {
  height: calc(100vh - 132px);
  overflow: auto;
}
.filters__body__section {
  padding: 16px 30px;
}
.filters__body__section h3 {
  margin-bottom: 8px;
}
.filters__body__section .input-group {
  padding: 16px 0;
}
.filters__body__section .input-group label:not(.checkbox) {
  font-size: 14px;
  color: #4A5B6F;
  margin-bottom: 10px;
}
.filters__body__section .input-group:last-child {
  padding-bottom: 0;
}
.filters__footer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 15px 30px;
  border-top: 1px solid #E8E8E8;
}
.filters__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.filters__backdrop.show {
  opacity: 0.2;
}

.toolbar {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 10px 0;
}
.toolbar__left, .toolbar__right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.toolbar__left i[class^=icon-] {
  font-size: 20px;
}
.toolbar__left__title {
  display: flex;
  display: -webkit-flex;
}
.toolbar__left__title span {
  text-transform: uppercase;
  color: #4A5B6F;
}
.toolbar__left__buttons-wrapper {
  display: flex;
  display: -webkit-flex;
}
.toolbar .button-toggle + .button-toggle,
.toolbar .button-toggle + .input-group__button {
  margin-left: 8px;
}
.toolbar .button {
  border-radius: 8px;
}
.toolbar .button i[class^=icon-] {
  margin-left: 0;
  margin-right: 8px;
}
.toolbar .input-group__button .button-icon,
.toolbar .button-icon {
  border-radius: 8px;
  padding: 8px 9px;
  background-color: #E8E8E8;
  color: #4A5B6F;
}
.toolbar .input-group__button .button-icon i[class^=icon-],
.toolbar .button-icon i[class^=icon-] {
  font-size: 18px;
}
.toolbar .input-group__button--collapsed {
  height: 36px;
  width: 36px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.toolbar .input-group__button--collapsed .button-icon {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.2s;
  z-index: 100;
}
.toolbar .input-group__button--collapsed .button-icon i[class^=icon-] {
  font-size: 16px;
}
.toolbar .input-group__button--collapsed .input {
  height: 100%;
  width: 100%;
  padding: 8px 8px 8px 32px;
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.toolbar .input-group__button--collapsed--open {
  width: 153px;
}
.toolbar .input-group__button--collapsed--open .button-icon {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  padding: 0 8px;
  background-color: #FFFFFF;
  height: 34px;
}
.toolbar .input-group__button--collapsed--open .input {
  opacity: 1;
}
.toolbar .pagination {
  margin-left: 24px;
}
.toolbar .pagination .button-icon {
  border-radius: 100px;
  padding: 4px;
}
.toolbar .pagination .button-icon i[class^=icon-] {
  font-size: 24px;
}

.input {
  display: block;
  width: 100%;
  font-family: "gilroy", sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  background-clip: padding-box;
  color: #06114A;
  padding: 10px 8px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  resize: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input:disabled {
  pointer-events: none;
  background-color: #F5F5F5;
  border-color: #CBCBCB;
  color: #ADADAD;
}
.input::-moz-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.input::placeholder {
  color: #ADADAD;
  opacity: 1;
}
.input:focus {
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: #06114A;
}
.input--error {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: #E76767;
}

textarea.input {
  white-space: normal;
  overflow: auto;
  text-overflow: initial;
}

.input-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  width: 100%;
}
.input-group label:not(.checkbox) {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 16px;
  color: #ADADAD;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-group__prepend {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.input-group__prepend__addon {
  position: absolute;
  left: 1px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #F5F5F5;
  padding: 0px 14px;
  border-radius: 8px 0 0 8px;
  border-right: none;
  height: 38px;
}
.input-group__prepend__addon i[class^=icon-] {
  font-size: 24px;
  color: #677BE7;
}
.input-group__prepend .input {
  padding: 10px 8px 10px 62px;
}
.input-group__button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.input-group__button .button-icon {
  position: absolute;
  left: 1px;
  padding: 8px;
  height: 36px;
  border-radius: 8px 0 0 8px;
  color: #8595EC;
}
.input-group__button .input {
  padding-left: 42px;
}

.checkbox {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #4A5B6F;
  white-space: nowrap;
  padding: 8px 0;
  cursor: pointer;
}
.checkbox__box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #ADADAD;
  padding: 4px;
  margin: 0;
  margin-right: 8px;
  transition: all 0.15s ease-in-out;
}
.checkbox__box:before {
  font-family: "domus-font";
  content: "\e935";
  font-size: 16px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  color: #FFFFFF;
}
.checkbox__box:checked {
  border-color: #677BE7;
  background-color: #677BE7;
  transition: all 0.15s ease-in-out;
}
.checkbox__box:checked:before {
  transform: scale(1);
}
.checkbox__box:disabled {
  background-color: #E8E8E8;
  border-color: #E8E8E8;
  pointer-events: none;
}

.dropdown {
  position: relative;
}
.dropdown__trigger {
  cursor: pointer;
}
.dropdown__trigger span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown__trigger .icon-chevron-down {
  transition: transform 0.15s ease-in-out;
  font-size: 16px;
  margin-left: 4px;
}
.dropdown__trigger.input {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #ADADAD;
}
.dropdown__trigger.input:focus {
  border-color: #E8E8E8;
}
.dropdown__trigger.option__text {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  border: none;
  background-color: transparent;
  padding: 0;
}
.dropdown__trigger.button-icon .icon-chevron-down {
  margin-left: 0px;
}
.dropdown__menu {
  position: absolute;
  top: 52px;
  right: 0;
  left: 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  border-radius: 8px;
  max-height: 0px;
  overflow: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #4A5B6F;
  z-index: 1000;
  min-width: 117px;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.dropdown__menu__item {
  transition: all 0.15s ease-in-out;
  padding: 8px 16px;
  cursor: pointer;
}
.dropdown__menu__item--selected {
  font-weight: 600;
  pointer-events: none;
}
.dropdown__menu__item:hover {
  transition: all 0.15s ease-in-out;
  background-color: #F7F7FC;
}
.dropdown__menu__item + .dropdown__menu__item {
  margin-top: 6px;
}
.dropdown--open .dropdown__trigger .icon-chevron-down {
  transform: rotate(-90deg);
  transition: transform 0.15s ease-in-out;
}
.dropdown--open .dropdown__menu {
  max-height: 170px;
  padding: 8px 0;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.dropdown--filled .dropdown__trigger.input span {
  color: #06114A;
}
.dropdown--filled .dropdown__trigger.input:disabled span {
  color: #ADADAD;
}
.dropdown--borderless .dropdown__trigger {
  border: none;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.dropdown--borderless .dropdown__trigger .icon-chevron-down {
  font-size: 24px;
  margin-left: 8px;
}
.dropdown--borderless .dropdown__menu {
  position: absolute;
  top: 40px;
  right: 0;
  left: auto;
  min-width: 190px;
}

.pagination {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.pagination__current-info {
  padding: 8px 16px;
  line-height: 18px;
  font-size: 14px;
  color: #818181;
}
.pagination .button-icon {
  color: #818181;
}
.pagination .button-icon:disabled {
  pointer-events: none;
  color: #E8E8E8;
}
.pagination .button-icon:hover {
  color: #8595EC;
}
.pagination__pages {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 0 12px;
}
.pagination__pages__page {
  padding: 0;
  min-width: 24px;
  height: 24px;
  color: #ADADAD;
  background-color: transparent;
}
.pagination__pages__page--current {
  color: #677BE7;
  background-color: #E7E9FF;
  pointer-events: none;
}
.pagination__pages__page:hover:not(disabled) {
  color: #8595EC;
  background-color: transparent;
}
.pagination__pages__page + .pagination__pages__page {
  margin-left: 12px;
}
.pagination-configuration {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #818181;
}
.pagination-configuration .dropdown {
  margin: 0 10px;
}
.pagination-configuration .dropdown__trigger.input {
  padding: 4px 10px;
  border-radius: 4px;
  border: none;
}
.pagination-configuration .dropdown__trigger .icon-chevron-down {
  color: #CBCBCB;
}
.pagination-configuration .dropdown__menu {
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 38px;
  left: 0;
  min-width: auto;
}

.breadcrumb {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #818181;
}
.breadcrumb a {
  font-weight: 500;
}
.breadcrumb__item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.breadcrumb__item + .breadcrumb__item:before {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "domus-font";
  content: "\e90d";
  font-size: 16px;
  margin: 0 8px;
}

.status {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.status__light {
  width: 16px;
  height: 16px;
  background-color: #BFF1A7;
  border-radius: 100px;
}
.status__text {
  color: #06114A;
  margin-left: 8px;
  font-size: 14px;
  line-height: 18px;
  min-width: 72px;
}
.status--warning .status__light {
  background-color: #F9D797;
}
.status--error .status__light {
  background-color: #F8D3D3;
}

.tile {
  border-radius: 16px;
  border: 1px solid #E7E9FF;
  color: #4A5B6F;
  padding: 15px;
}
.tile--thin {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 10px 15px;
  border: 1px solid #E7E9FF;
  border-radius: 8px;
}
.tile--thin i[class^=icon-] {
  color: #06114A;
}
.tile--thin span {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.tile--large {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  background-color: #FBFBFE;
  border: 1px solid #E8E8E8;
  padding: 24px;
}
.tile--large .tile__border {
  border-top: 1px solid #DADDF2;
  margin: 16px 0;
}
.tile--large .tile__section {
  width: 100%;
}
.tile--large .tile__section h3 {
  margin-bottom: 12px;
}
.tile--large .tile__section__title {
  font-weight: 600;
  font-size: 16px;
  color: #677BE7;
  margin-bottom: 8px;
}
.tile--large .tile__section + .tile__section {
  margin-top: 24px;
}
.tile--large .tile__section a {
  text-decoration: underline;
  color: #4A5B6F;
}
.tile--large .tile__section .tabs__tab {
  padding: 7px 8px;
  color: #4A5B6F;
  border: 1px solid #4A5B6F;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 18px;
}
.tile--large .tile__section .tabs__tab:before {
  content: none;
}
.tile--large .tile__section .tabs__tab--active {
  background-color: #4A5B6F;
  border-color: #4A5B6F;
  color: #FFFFFF;
}
.tile--large .tile__section .tabs__tab + .tabs__tab {
  margin-left: 8px;
}
.tile--large .tile__section .button-toggle:not(.button-toggle--shipping) {
  padding: 8px;
  color: #ADADAD;
  border-color: #ADADAD;
  background-color: transparent;
}
.tile--large .tile__section .button-toggle:not(.button-toggle--shipping).button-toggle--toggled {
  background-color: transparent;
  border-color: #677BE7;
  color: #677BE7;
}
.tile--large .tile__section .input-group__button .button-icon {
  color: #ADADAD;
}

@-webkit-keyframes confetti-spin {
  0% {
    transform: rotate3d(0, 1, 1, 360deg);
  }
  50% {
    transform: rotate3d(0, 1, 1, 180deg);
  }
  100% {
    transform: rotate3d(0, 0, 0, 0);
  }
}

@keyframes confetti-spin {
  0% {
    transform: rotate3d(0, 1, 1, 360deg);
  }
  50% {
    transform: rotate3d(0, 1, 1, 180deg);
  }
  100% {
    transform: rotate3d(0, 0, 0, 0);
  }
}
@-webkit-keyframes confetti-fall {
  0% {
    transform: translateY(10px);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(100vh);
    opacity: 0;
  }
}
@keyframes confetti-fall {
  0% {
    transform: translateY(10px);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(100vh);
    opacity: 0;
  }
}
.confettis {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.confetti {
  position: fixed;
  -webkit-animation: confetti-fall 2s ease-out infinite;
          animation: confetti-fall 2s ease-out infinite;
  width: 20px;
  height: 20px;
}

.confetti::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-animation: confetti-spin 5s linear infinite;
          animation: confetti-spin 5s linear infinite;
}

.confetti:nth-child(1)::before {
  background-color: #677BE7;
}

.confetti:nth-child(2)::before {
  background-color: #FF79ED;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.confetti:nth-child(3)::before {
  background-color: #FFB422;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}

.confetti:nth-child(4)::before {
  background-color: #677BE7;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.confetti:nth-child(5)::before {
  background-color: #FF79ED;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}

.confetti:nth-child(6)::before {
  background-color: #FFB422;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.confetti:nth-child(7)::before {
  background-color: #677BE7;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

.confetti:nth-child(8)::before {
  background-color: #FF79ED;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.confetti:nth-child(9)::before {
  background-color: #FFB422;
  -webkit-animation-delay: -3.5s;
          animation-delay: -3.5s;
}

.confetti:nth-child(10)::before {
  background-color: #677BE7;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

.confetti:nth-child(11)::before {
  background-color: #FF79ED;
}

.confetti:nth-child(12)::before {
  background-color: #FFB422;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.confetti:nth-child(13)::before {
  background-color: #677BE7;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}

.confetti:nth-child(14)::before {
  background-color: #FF79ED;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.confetti:nth-child(15)::before {
  background-color: #FFB422;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}

.confetti:nth-child(16)::before {
  background-color: #677BE7;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.confetti:nth-child(17)::before {
  background-color: #FF79ED;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

.confetti:nth-child(18)::before {
  background-color: #FFB422;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.confetti:nth-child(19)::before {
  background-color: #677BE7;
  -webkit-animation-delay: -3.5s;
          animation-delay: -3.5s;
}

.confetti:nth-child(20)::before {
  background-color: #FF79ED;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

.confetti:nth-child(1) {
  left: 5%;
  width: 20px;
  height: 20px;
}

.confetti:nth-child(2) {
  left: 15%;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  width: 15px;
  height: 15px;
}

.confetti:nth-child(3) {
  left: 20%;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  width: 10px;
  height: 10px;
}

.confetti:nth-child(4) {
  left: 25%;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
  width: 12px;
  height: 12px;
}

.confetti:nth-child(5) {
  left: 30%;
  -webkit-animation-delay: -4.1s;
          animation-delay: -4.1s;
  transform: scale(1.3);
}

.confetti:nth-child(6) {
  left: 35%;
  -webkit-animation-delay: -6.8s;
          animation-delay: -6.8s;
  width: 16px;
  height: 16px;
}

.confetti:nth-child(7) {
  left: 40%;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
  width: 18px;
  height: 18px;
}

.confetti:nth-child(8) {
  left: 45%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  width: 22px;
  height: 22px;
}

.confetti:nth-child(9) {
  left: 50%;
  -webkit-animation-delay: -3.5s;
          animation-delay: -3.5s;
  width: 8px;
  height: 8px;
}

.confetti:nth-child(10) {
  left: 55%;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
  width: 24px;
  height: 24px;
}

.confetti:nth-child(11) {
  left: 60%;
  width: 20px;
  height: 20px;
}

.confetti:nth-child(12) {
  left: 65%;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  width: 15px;
  height: 15px;
}

.confetti:nth-child(13) {
  left: 70%;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  width: 10px;
  height: 10px;
}

.confetti:nth-child(14) {
  left: 75%;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
  width: 12px;
  height: 12px;
}

.confetti:nth-child(15) {
  left: 80%;
  -webkit-animation-delay: -4.1s;
          animation-delay: -4.1s;
  transform: scale(1.3);
}

.confetti:nth-child(16) {
  left: 85%;
  -webkit-animation-delay: -6.8s;
          animation-delay: -6.8s;
  width: 16px;
  height: 16px;
}

.confetti:nth-child(17) {
  left: 90%;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
  width: 18px;
  height: 18px;
}

.confetti:nth-child(18) {
  left: 95%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  width: 22px;
  height: 22px;
}

.confetti:nth-child(19) {
  left: 100%;
  -webkit-animation-delay: -3.5s;
          animation-delay: -3.5s;
  width: 8px;
  height: 8px;
}

.confetti:nth-child(20) {
  right: 100%;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
  width: 24px;
  height: 24px;
}

*[data-tooltip] {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
*[data-tooltip]:before {
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  content: attr(data-tooltip);
  padding: 16px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  color: #4A5B6F;
  font-size: 13px;
  line-height: 16px;
  transition: all 0.15s ease-in-out;
  pointer-events: none;
}
*[data-tooltip]:after {
  opacity: 0;
  position: absolute;
  top: -38px;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 11px;
  margin-left: -11px;
  transition: all 0.15s ease-in-out;
}
*[data-tooltip]:hover:before, *[data-tooltip]:hover:after {
  transition: all 0.15s ease-in-out;
  opacity: 1;
}

.popover {
  position: relative;
  cursor: pointer;
}
.popover__menu {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  z-index: 1000;
  min-width: 358px;
  height: 0px;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  box-shadow: 0px 0px 23px -16px rgba(0, 0, 0, 0.6);
}
.popover__menu__header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding-bottom: 16px;
}
.popover__menu__header h3 {
  color: #06114A;
}
.popover__menu__header a {
  font-size: 16px;
}
.popover__menu__body {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.popover__menu__body--empty {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  height: 282px;
  color: #ADADAD;
  font-weight: 500;
}
.popover__menu__body--empty i[class^=icon-] {
  font-size: 32px;
  margin-bottom: 20px;
}
.popover__menu__footer {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 15px 16px;
  font-size: 16px;
}
.popover--open .popover__menu {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}

.tabs {
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
}
.tabs__tab {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  color: #CBCBCB;
  padding: 0;
  line-height: 20px;
  font-weight: 600;
}
.tabs__tab + .tabs__tab {
  margin-left: 16px;
}
.tabs__tab:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: #677BE7;
  margin-right: 4px;
  opacity: 0;
}
.tabs__tab--active {
  color: #677BE7;
  pointer-events: none;
}
.tabs__tab--active:before {
  opacity: 1;
}

.chip {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #4A5B6F;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  background-color: #FBFBFE;
  padding: 16px;
}
.chip__body {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.chip .button-icon i[class^=icon-] {
  color: #ADADAD;
  font-size: 16px;
}
.chip + .chip {
  margin-top: 8px;
}

.progress-bar {
  width: 100%;
}
.progress-bar__bar {
  position: relative;
  height: 14px;
  background: #E8E8E8;
  border-radius: 100px;
  overflow: hidden;
}
.progress-bar__bar__full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  border-radius: 100px;
  background-color: #677BE7;
}
.progress-bar__values {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 24px;
  color: #ADADAD;
  font-size: 18px;
  line-height: 24px;
}
.progress-bar__values__value {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.progress-bar__values__value .value__step-number {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-radius: 100px;
  background-color: #E8E8E8;
  color: #ADADAD;
  font-size: 16px;
  font-weight: 600;
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
}
.progress-bar__values__value--current .value__step-number {
  background-color: #677BE7;
  color: #FFFFFF;
}
.progress-bar__values__value--current .value__text {
  color: #06114A;
}
.progress-bar__values__value--done .value__step-number {
  background-color: #E7E9FF;
  color: #677BE7;
}
.progress-bar__values__value--done .value__text {
  color: #677BE7;
}

.color-selector {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  background-color: transparent;
  transition: background-color 0.15s ease-in-out;
  cursor: pointer;
}
.color-selector__color {
  border-radius: 100px;
  border: 2px solid #FBFBFE;
  width: 24px;
  height: 24px;
}
.color-selector--selected {
  transition: background-color 0.15s ease-in-out;
  background-color: #8595EC;
}
.color-selector + .color-selector {
  margin-left: 8px;
}

.banner {
  border: 1px solid #8595EC;
  border-radius: 16px;
  background-color: #F3F5FD;
  padding: 24px;
}
.banner__header__title {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.banner__header__title .title__logo--rentik {
  background-image: url("/resources/rentik-gray.svg");
  width: 64px;
  height: 19px;
  background-size: cover;
}
.banner__body {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 16px 0;
  color: #4A5B6F;
  margin-top: 8px;
}
.banner__body__info {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.banner__body__info .info__subtitle {
  font-weight: 600;
  font-size: 16px;
  color: #677BE7;
  padding-bottom: 16px;
}
.banner__body__info .info__item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 4px 0;
}
.banner__body__info .info__item i[class^=icon-] {
  margin-right: 8px;
}
.banner__body__device {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  max-width: 103px;
  margin-left: 24px;
}
.banner__body__device img {
  max-width: 100%;
}
.banner__body__border {
  border-top: 1px solid #DADDF2;
}
.banner__body__border--top {
  margin-top: 16px;
}
.banner__body__border--top + .banner__body {
  margin-top: 0px;
}
.banner__body__border--bottom {
  margin-bottom: 16px;
}
.banner__footer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
}
.banner__footer__price {
  font-size: 14px;
}
.banner__footer__price .price__intro {
  color: #4A5B6F;
  margin-bottom: 2px;
}
.banner__footer__price .price__price {
  display: flex;
  display: -webkit-flex;
}
.banner__footer__price .price__price span {
  font-size: 32px;
  line-height: 38px;
  margin-right: 8px;
}
.banner__footer__price .price__price__details {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.banner--large {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #FBFBFE;
  border: 1px solid #E8E8E8;
  padding: 16px 24px;
}
.banner--large .banner__info {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  padding-right: 8px;
}
.banner--large .banner__info h3 {
  margin-bottom: 12px;
}
.banner--large .banner__info__details {
  color: #4A5B6F;
  font-size: 14px;
  margin-bottom: 0;
}
.banner--large .banner__footer {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.banner--large .banner__footer__price {
  font-size: 14px;
  font-weight: 600;
  margin-right: 24px;
}
.banner--large .banner__footer__price .price__intro {
  color: #06114A;
}
.banner--large .banner__footer__price .price__price {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.banner--large .banner__footer__price .price__price__details {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.banner--large--highlight {
  background-color: #E7E9FF;
  border: 1px solid #677BE7;
}
.banner--slider {
  padding-bottom: 16px;
}
.banner--slider .slider {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
}
.banner--slider .slider__page {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
}
.banner--slider .slider__page:target {
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
}
.banner--slider .banner__slider-buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none;
}
.banner--slider .banner__slider-buttons__button a {
  display: flex;
  display: -webkit-flex;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #DADDF2;
}
.banner--slider .banner__slider-buttons__button--active a {
  background-color: #06114A;
}

.cart {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 300px;
  padding: 24px;
  background-color: #FBFBFE;
  border-left: 1px solid #E8E8E8;
  color: #4A5B6F;
}
.cart__header {
  margin-bottom: 16px;
}
.cart__header__mobile {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-bottom: 24px;
  display: none;
}
.cart__header__mobile .button-icon i[class^=icon-] {
  font-size: 16px;
  color: #818181;
}
.cart__header__resume {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.cart__header .badge {
  background-color: #CBCBCB;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 0;
  width: 24px;
  height: 24px;
}
.cart__header .badge--full {
  background-color: #8595EC;
  color: #FFFFFF;
}
.cart__body {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.cart__body--empty {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #CBCBCB;
  font-size: 16px;
  font-weight: 700;
}
.cart__body--empty .cart__body__empty-icon {
  background-image: url("../resources/cart-empty.svg");
  width: 64px;
  height: 64px;
  background-size: cover;
  margin-bottom: 8px;
}
.cart__body .cart-item {
  background-color: #F7F7FC;
  border: 1px solid #E7E9FF;
  padding: 24px;
  border-radius: 16px;
}
.cart__body .cart-item__header {
  color: #677BE7;
  padding-bottom: 16px;
  border-bottom: 1px solid #FFFFFF;
}
.cart__body .cart-item__body {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding-top: 16px;
  font-size: 14px;
}
.cart__body .cart-item__body span:first-child {
  color: #06114A;
}
.cart__body .cart-item__body span + span {
  margin-top: 8px;
}
.cart__body .cart-item--product {
  background-color: #FFFFFF;
}
.cart__body .cart-item--product .cart-item__header {
  border-bottom: 1px solid #F5F5F5;
}
.cart__body .cart-item--product .cart-item__body {
  padding: 16px 0 0 0;
}
.cart__body .cart-item--product .cart-item__body span:first-child {
  color: #4A5B6F;
}
.cart__body .cart-item--product .cart-item__footer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-top: 1px solid #F5F5F5;
  margin-top: 16px;
  padding-top: 8px;
}
.cart__body .cart-item--product .cart-item__footer__quantity {
  color: #818181;
  font-size: 18px;
  line-height: 24px;
}
.cart__body .cart-item--product .cart-item__footer__price {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #06114A;
}
.cart__body .cart-item--product .cart-item__footer__price .price__price {
  font-size: 24px;
  line-height: 28px;
}
.cart__body .cart-item--product .cart-item__footer__price .price__details {
  font-size: 13px;
  margin-left: 8px;
  line-height: 16px;
}
.cart__body .cart-item + .cart-item {
  margin-top: 16px;
}

.expanded-field {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-radius: 8px;
  background-color: #F3F5FD;
  border: 1px solid #E8E8E8;
  padding: 10px 20px;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  cursor: pointer;
}
.expanded-field__wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  margin-left: 16px;
}
.expanded-field .input {
  margin: 0 48px;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
.expanded-field .button-icon {
  color: #677BE7;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.expanded-field .button-icon i[class^=icon-] {
  font-size: 16px;
}
.expanded-field--collapsed {
  background-color: #FFFFFF;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  width: 250px;
}
.expanded-field--collapsed .input {
  opacity: 0;
  visibility: hidden;
  margin: 0 24px 0 48px;
  transition: all 0.2s ease-in-out;
}
.expanded-field--collapsed .button-icon {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.expanded-field--collapsed:hover {
  background-color: #F3F5FD;
  transition: all 0.5s ease-in-out;
}
.expanded-field + .expanded-field {
  margin-top: 16px;
}

.alert {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #F3F5FD;
  padding: 20px;
  border-radius: 16px;
  width: 100%;
  font-size: 13px;
  color: #4A5B6F;
}
.alert i[class^=icon-] {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  font-size: 16px;
  color: #8595EC;
  margin-right: 16px;
}
.alert__body {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.alert__action .button-icon i[class^=icon-] {
  margin: 0 0 0 16px;
  font-size: 16px;
}
.alert--success {
  background-color: #EEF7F2;
  color: #34663E;
  margin-bottom: 16px;
}
.alert--success .button-icon i[class^=icon-] {
  color: #34663E;
}
.alert--error {
  background-color: #F7E9EC;
  color: #A64A4A;
  margin-bottom: 16px;
}
.alert--error .button-icon i[class^=icon-] {
  color: #A64A4A;
}
.alert--warning {
  background-color: #FFEED1;
  margin-bottom: 16px;
}

.table {
  caption-side: bottom;
  border-collapse: collapse;
  font-size: 13px;
  color: #4A5B6F;
  width: 100%;
}
.table__row__cell {
  padding: 5px 2px;
}
.table__row__cell--right {
  text-align: right;
}
.table__row__cell--left {
  text-align: left;
}
.table__row__cell b {
  font-weight: 600;
  color: #06114A;
}
.table__row__cell b.text--pink {
  color: #FF94F1;
}
.table__row--separator {
  border-top: 1px solid #ADADAD;
}
.table__row--separator .table__row__cell {
  padding-top: 20px;
}
.table thead {
  font-size: 14px;
  text-transform: uppercase;
}
.table thead tr th {
  font-weight: 500;
  padding: 8px 2px;
  text-align: left;
}
.table tbody .table__row:nth-child(6) .table__row__cell {
  padding: 5px 2px 20px 2px;
}
.table tbody .table__row:last-child .table__row__cell {
  padding-bottom: 20px;
}
.table tfoot {
  vertical-align: bottom;
  border-top: 1px solid #ADADAD;
  padding-top: 20px;
}
.table tfoot .table__row__cell {
  padding: 20px 2px 10px 2px;
}
.table tfoot .table__row__cell--big b {
  font-size: 18px;
}
.table tfoot .table__row__cell b {
  font-weight: 700;
}

.loader-show {
  overflow: hidden;
}
.loader-show .container .content .main {
  overflow: hidden;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.loader.show {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.loader__load {
  height: 100px;
  width: 100px;
  border: 10px solid #F5F5F5;
  border-bottom-color: #F5F5F5;
  border-bottom-color: #8595EC;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  font-family: "gilroy", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #06114A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
}
html body {
  margin: 0;
  height: 100vh;
}
html body *,
html body *::before,
html body *::after {
  box-sizing: border-box;
}
html body h6, html body .h6,
html body h5, html body .h5,
html body h4, html body .h4,
html body h3, html body .h3,
html body h2, html body .h2,
html body h1, html body .h1 {
  margin-top: 0;
  margin-bottom: 0;
}
html body h1, html body .h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
html body h2, html body .h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
html body h3, html body .h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
html body h4, html body .h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
html body h5, html body .h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
html body h6, html body .h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
html body a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #677BE7;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.15s ease-in-out;
  cursor: pointer;
}
html body a i[class^=icon-] {
  margin-right: 8px;
}
html body a:hover {
  color: #4A5B6F;
  transition: color 0.15s ease-in-out;
}
html body span > * {
  display: inline-block;
}
html body ol,
html body ul {
  margin: 0 0 16px 0;
  padding-left: 20px;
}
html body ol ol,
html body ul ul,
html body ol ul,
html body ul ol {
  margin-bottom: 0;
}
html body .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.header {
  background-color: #06114A;
  padding: 7px 40px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.header__options {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.header__options__option {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #FFFFFF;
  cursor: pointer;
}
.header__options__option + .header__options__option:before {
  content: "";
  display: block;
  height: 17px;
  width: 1px;
  margin: 0 16px;
  background-color: #FFFFFF;
}
.header__options__option i[class^=icon-]:not(.icon-chevron-down) {
  font-size: 16px;
  margin-right: 4px;
}
.header__options__option:hover {
  color: #FFFFFF;
}
.header__options__option.dropdown .dropdown__menu {
  position: absolute;
  top: 30px;
  right: 0;
  left: inherit;
}

.row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -8px;
  margin-right: -8px;
}
.row > * {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 12px;
  padding-right: 8px;
  padding-left: 8px;
}
.row .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.row .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.row .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.row .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.row .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.row .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.row .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.row .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.row .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.row .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.row .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.row + .row {
  margin-top: 12px;
}

.login {
  background-color: #E7E9FF;
  position: relative;
}
.login .container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding: 24px 32px 80px 24px;
}
.login .container .login__logo {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  background-image: url("resources/logo.svg");
  width: 130px;
  height: 32px;
  background-size: cover;
  margin: 19px auto 80px auto;
}
.login .container .login__form-login {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  border: 1px solid #DADDF2;
  z-index: 100;
  background-color: white;
  margin: 0 auto;
  padding: 64px 56px;
  border-radius: 16px;
  max-width: 426px;
  width: 100%;
}
.login .container .login__form-login h1 {
  text-align: center;
}
.login .container .login__form-login__form {
  padding: 32px 0;
  width: 275px;
}
.login .container .login__form-login__form .input-group label {
  font-size: 13px;
  color: #06114A;
}
.login .container .login__form-login__form .input-group + .input-group {
  margin-top: 40px;
}
.login .container .login__background {
  background-image: url("../resources/wave.svg");
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 200px;
  background-size: cover;
}

.container {
  display: flex;
  display: -webkit-flex;
}
.container .content {
  background-color: #F7F7FC;
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  min-width: 0;
}
.container .content .main {
  height: calc(100vh - 97px);
  overflow: auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.container .content .main__header {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding: 20px 40px;
  min-height: 104px;
}
.container .content .main__header__title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.container .content .main__header__title + .main__header__details {
  margin-top: 8px;
}
.container .content .main__header__details {
  color: #818181;
}
.container .content .main__body {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  padding: 0 40px 40px 40px;
}
.container .content .main__body__empty {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding-top: 110px;
}
.container .content .main__body__empty .empty__image {
  background-image: url("resources/empty.svg");
  width: 182px;
  height: 125px;
  background-size: cover;
  margin-left: 25px;
}
.container .content .main__body__empty .empty__text {
  font-size: 18px;
  line-height: 24px;
  color: #4A5B6F;
  padding: 32px 0;
}
.container .content .main__body__footer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 40px 0 0 0;
}
.container .content .main__body__footer .footer__pagination-wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.container .content .main__body__footer .footer .pagination-configuration {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.dashboard .container .content .main__header {
  border-bottom: 1px solid #E7E9FF;
}
.dashboard .container .content .main__body {
  padding: 20px 28px;
}
.dashboard .container .content .main__body .card {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  flex-basis: 0;
  -ms-flex-basis: 0;
  -webkit-flex-basis: 0;
  margin: 12px;
}

.comisiones .main__body__content {
  display: flex;
  display: -webkit-flex;
  margin-top: 14px;
}
.comisiones .card--evolucion {
  flex-basis: 51%;
  -ms-flex-basis: 51%;
  -webkit-flex-basis: 51%;
  margin-right: 24px;
}
.comisiones .download-buttons-wrapper {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.comisiones .download-buttons-wrapper__header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 0 12px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #4A5B6F;
}
.comisiones .download-buttons-wrapper .button--outline--download + .button--outline--download {
  margin-top: 8px;
}
.comisiones--facturas .download-buttons-wrapper__header {
  padding: 22px 24px 16px 24px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  color: #06114A;
}
.comisiones--facturas .download-buttons-wrapper .button--outline--download {
  padding: 16px 32px;
}

.notificaciones--comunicado .container .content .main__header {
  min-height: 68px;
}
.notificaciones--comunicado .container .content .main__body__alert {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.notificaciones--comunicado .container .content .main__body__alert h2 {
  color: #4A5B6F;
}
.notificaciones--comunicado .container .content .main__body__alert .alert__info {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
}
.notificaciones--comunicado .container .content .main__body__alert .alert__info__date {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 16px;
  color: #818181;
}
.notificaciones--comunicado .container .content .main__body__alert .alert__info__attachment {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.notificaciones--comunicado .container .content .main__body .tile {
  padding: 24px 32px;
  margin-top: 36px;
  height: 397px;
  background-color: #FFFFFF;
  overflow: auto;
}

.renting .container .content .main__header {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #E7E9FF;
}
.renting .container .content .main__header__logo .logo__rentik {
  background-image: url("resources/rentik.svg");
  width: 108px;
  height: 46px;
  background-size: cover;
}
.renting .container .content .main__body {
  padding: 32px 40px;
  overflow: auto;
}
.renting .container .content .main__body__content {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-top: 18px;
}
.renting .container .content .main__body .toolbar {
  padding: 10px 8px 24px 8px;
}
.renting .container .content .main__body .product-card {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  flex-basis: 0;
  -ms-flex-basis: 0;
  -webkit-flex-basis: 0;
  margin: 8px;
}
.renting .container .content .main__body .product-card--fake {
  border: none;
  background-color: transparent;
}
.renting .container .content .main__body .device {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.renting .container .content .main__body .device h1 {
  margin-bottom: 32px;
}
.renting .container .content .main__body .device + .tile--large {
  margin-left: 42px;
}
.renting .container .content .main__body .tile {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.renting .container .content .main__body .tile--large .button-toggle__wrapper {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin: -6px;
}
.renting .container .content .main__body .tile--large .button-toggle__wrapper .button-toggle {
  margin: 6px;
}
.renting .container .content .main__body .tile--large .button-toggle--shipping {
  width: 100%;
}
.renting .container .content .main__body .tile--large + .tile--large {
  margin-left: 32px;
}
.renting .container .content .main__body .tile--large + .banner {
  margin-left: 42px;
}
.renting .container .content .main__body .tile--resumen {
  max-width: 376px;
}
.renting .container .content .main__body .tile--resumen .resumen__price {
  font-size: 24px;
}
.renting .container .content .main__body .banner {
  align-self: flex-start;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  max-width: 376px;
  width: 100%;
}
.renting .container .content .main__footer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-top: 1px solid #E7E9FF;
  padding: 20px 40px;
}

.luz-gas .container .content .main__header,
.telco .container .content .main__header {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #E7E9FF;
}
.luz-gas .container .content .main__header__logo .logo__luz-gas, .luz-gas .container .content .main__header__logo .logo__telco,
.telco .container .content .main__header__logo .logo__luz-gas,
.telco .container .content .main__header__logo .logo__telco {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #FF79ED;
}
.luz-gas .container .content .main__header__logo .logo__luz-gas span, .luz-gas .container .content .main__header__logo .logo__telco span,
.telco .container .content .main__header__logo .logo__luz-gas span,
.telco .container .content .main__header__logo .logo__telco span {
  font-size: 22px;
  margin-left: 8px;
}
.luz-gas .container .content .main__header__logo .logo__telco,
.telco .container .content .main__header__logo .logo__telco {
  color: #677BE7;
}
.luz-gas .container .content .main__header__action,
.telco .container .content .main__header__action {
  display: none;
}
.luz-gas .container .content .main__header__action .button-icon,
.telco .container .content .main__header__action .button-icon {
  background-color: #677BE7;
  padding: 8px;
  border-radius: 8px;
}
.luz-gas .container .content .main__header__action .button-icon i[class^=icon-],
.telco .container .content .main__header__action .button-icon i[class^=icon-] {
  color: #FFFFFF;
}
.luz-gas .container .content .main__body,
.telco .container .content .main__body {
  display: flex;
  display: -webkit-flex;
  padding: 0;
}
.luz-gas .container .content .main__body__content,
.telco .container .content .main__body__content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.luz-gas .container .content .main__body__content .content__wrapper,
.telco .container .content .main__body__content .content__wrapper {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  padding: 32px 40px;
  overflow: auto;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--large,
.telco .container .content .main__body__content .content__wrapper .tile--large {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--large .qr-wrapper,
.telco .container .content .main__body__content .content__wrapper .tile--large .qr-wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--address-confirmation,
.telco .container .content .main__body__content .content__wrapper .tile--address-confirmation {
  margin-bottom: 24px;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--address-confirmation .tile__section,
.telco .container .content .main__body__content .content__wrapper .tile--address-confirmation .tile__section {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--address-confirmation .tile__section .address-information,
.telco .container .content .main__body__content .content__wrapper .tile--address-confirmation .tile__section .address-information {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile .button-toggle__wrapper,
.telco .container .content .main__body__content .content__wrapper .tile .button-toggle__wrapper {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin: -6px -6px 24px -6px;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile .button-toggle__wrapper .button-toggle,
.telco .container .content .main__body__content .content__wrapper .tile .button-toggle__wrapper .button-toggle {
  margin: 6px;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--qr,
.telco .container .content .main__body__content .content__wrapper .tile--qr {
  width: 158px;
  padding: 24px 24px 16px 24px;
  background-color: #FFFFFF;
  border-color: #E8E8E8;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--qr .qr,
.telco .container .content .main__body__content .content__wrapper .tile--qr .qr {
  width: 110px;
  height: 111px;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--qr .qr img,
.telco .container .content .main__body__content .content__wrapper .tile--qr .qr img {
  max-width: 100%;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--qr .qr-url,
.telco .container .content .main__body__content .content__wrapper .tile--qr .qr-url {
  font-size: 10px;
  margin: 8px 0 10px 0;
  color: #818181;
  word-break: break-all;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--qr .button-icon,
.telco .container .content .main__body__content .content__wrapper .tile--qr .button-icon {
  margin: 0 auto;
  color: #8595EC;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--qr .button-icon i[class^=icon-],
.telco .container .content .main__body__content .content__wrapper .tile--qr .button-icon i[class^=icon-] {
  font-size: 16px;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--process-validation,
.telco .container .content .main__body__content .content__wrapper .tile--process-validation {
  padding: 32px 24px;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--process-validation h5,
.telco .container .content .main__body__content .content__wrapper .tile--process-validation h5 {
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #818181;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--process-validation i[class^=icon-],
.telco .container .content .main__body__content .content__wrapper .tile--process-validation i[class^=icon-] {
  color: #677BE7;
  font-size: 40px;
  margin-bottom: 24px;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--process-validation .tile__section,
.telco .container .content .main__body__content .content__wrapper .tile--process-validation .tile__section {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--process-validation .tile__section .progress-bar,
.telco .container .content .main__body__content .content__wrapper .tile--process-validation .tile__section .progress-bar {
  margin-top: 24px;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--process-validation .tile__section span,
.telco .container .content .main__body__content .content__wrapper .tile--process-validation .tile__section span {
  text-align: center;
}
.luz-gas .container .content .main__body__content .content__wrapper .tile--process-validation + .tile--process-validation,
.telco .container .content .main__body__content .content__wrapper .tile--process-validation + .tile--process-validation {
  margin-top: 16px;
}
.luz-gas .container .content .main__body__content .content__wrapper .banner,
.telco .container .content .main__body__content .content__wrapper .banner {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.luz-gas .container .content .main__body__content .content__wrapper .banner--large + .banner--large,
.telco .container .content .main__body__content .content__wrapper .banner--large + .banner--large {
  margin-top: 16px;
}
.luz-gas .container .content .main__body__content .content__wrapper .banner:not(.banner--large),
.telco .container .content .main__body__content .content__wrapper .banner:not(.banner--large) {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  max-width: 376px;
}
.luz-gas .container .content .main__body__content .content__wrapper .buttons-wrapper,
.telco .container .content .main__body__content .content__wrapper .buttons-wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-top: 24px;
}
.luz-gas .container .content .main__body__content .content__wrapper .contracting-selector .tile,
.telco .container .content .main__body__content .content__wrapper .contracting-selector .tile {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  width: 120px;
  height: 120px;
  background-color: #FFFFFF;
  border: none;
  font-weight: 500;
  font-size: 14px;
  color: #06114A;
}
.luz-gas .container .content .main__body__content .content__wrapper .contracting-selector .tile .contratacion-manual-img,
.telco .container .content .main__body__content .content__wrapper .contracting-selector .tile .contratacion-manual-img {
  background-image: url("../resources/keyboard.svg");
  width: 60px;
  height: 60px;
  background-size: cover;
  margin-bottom: 10px;
}
.luz-gas .container .content .main__body__content .content__wrapper .contracting-selector .tile .contratacion-automatica-img,
.telco .container .content .main__body__content .content__wrapper .contracting-selector .tile .contratacion-automatica-img {
  background-image: url("../resources/identify.svg");
  width: 60px;
  height: 60px;
  background-size: cover;
  margin-bottom: 10px;
}
.luz-gas .container .content .main__body__content .content__wrapper .contracting-selector .tile + .tile,
.telco .container .content .main__body__content .content__wrapper .contracting-selector .tile + .tile {
  margin-left: 16px;
}
.luz-gas .container .content .main__body__content .content__wrapper__resume,
.telco .container .content .main__body__content .content__wrapper__resume {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.luz-gas .container .content .main__body__content .content__wrapper__resume .tile--large,
.telco .container .content .main__body__content .content__wrapper__resume .tile--large {
  margin-right: 16px;
}
.luz-gas .container .content .main__body__content .content__footer,
.telco .container .content .main__body__content .content__footer {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-top: 1px solid #E7E9FF;
  padding: 20px 40px;
}

.calculadora .tile--large .tile__section h3 {
  color: #06114A;
}
.calculadora .tile--large .tile__section .text--gray-dark {
  font-size: 14px;
}
.calculadora .tile--large .tile__section .text--gray-dark + .text--gray-dark {
  margin-top: 4px;
}
.calculadora .tile--large .tile__section .calculadora__title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 24px;
}
.calculadora .tile--large .tile__section .calculadora__title__info {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  padding-right: 8px;
}
.calculadora .tile--large .tile__section .calculadora__title__actions {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.calculadora .tile--large .tile__section .calculadora__title__actions .button + .button {
  margin-left: 16px;
}
.calculadora .tile--large .tile__section .calculadora__wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__buttons {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__buttons .buttons__header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 16px;
  font-size: 14px;
  text-transform: uppercase;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__buttons .buttons__header span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__buttons .button--outline {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border: 1px solid #E8E8E8;
  width: 100%;
  border-radius: 16px;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  background-color: #FFFFFF;
  color: #818181;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__buttons .button--outline span:first-child {
  min-width: 104px;
  text-align: left;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__buttons .button--outline span b {
  font-size: 16px;
  color: #06114A;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__buttons .button--outline span b.text--pink {
  color: #FF94F1;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__buttons .button--outline span + span {
  margin-left: 24px;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__buttons .button--outline + .button--outline {
  margin-top: 8px;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__buttons + .calculadora__wrapper__resume {
  margin-left: 70px;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume {
  max-width: 412px;
  width: 100%;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume .tile {
  padding: 26px;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume .tile--thin {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  font-weight: 600;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume .tile--thin i[class^=icon-] {
  color: #677BE7;
  font-size: 24px;
  margin-right: 8px;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume .tile--thin b {
  font-weight: 700;
  color: #677BE7;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume .tile--thin + .tile--thin {
  margin-top: 16px;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume .alert {
  margin-top: 30px;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile--thin .tile__header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile--thin .tile__body {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  margin-top: 16px;
  width: 100%;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile--thin .tile__body__item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile--thin .tile__body__item .item__uppercase {
  font-size: 13px;
  text-transform: uppercase;
  color: #818181;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile--thin .tile__body__item img {
  max-width: 50px;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile--thin .tile__body__item b {
  color: #06114A;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile--thin .tile__body__item b.text--pink {
  color: #FF94F1;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile--thin .tile__body__item + .tile__body__item {
  margin-top: 4px;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile--thin .flex.fd-column {
  width: 100%;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile--thin .flex.fd-column b {
  color: #06114A;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile--thin .flex.fd-column b.text--pink {
  color: #FF94F1;
}
.calculadora .tile--large .tile__section .calculadora__wrapper__resume--comparator .tile--thin .flex.fd-column img {
  max-width: 50px;
}
.calculadora .modal--resume h3 {
  text-align: center;
  margin-bottom: 40px;
}
.calculadora .modal--resume .modal__dialog__content {
  max-width: 887px;
}

@media (max-width: 1200px) {
  html body .nav__items [class^=nav__items__] {
    margin-left: 32px;
  }
  html body .nav__items__item:first-child {
    margin-left: 0;
  }
  html body .item {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  html body .item__title {
    width: 100%;
    margin-bottom: 8px;
  }
  html body .item__info {
    padding-left: 0;
  }
  html body .item__text {
    width: 100%;
    margin-bottom: 8px;
    max-width: inherit;
  }
  html body .progress-bar__values {
    padding: 24px 0;
  }
  html body.comisiones .main__body__content {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  html body.comisiones .main__body__content .card--evolucion {
    margin-right: 0;
    margin-bottom: 24px;
  }
  html body.luz-gas .container .content .main__header__action, html body.telco .container .content .main__header__action {
    display: flex;
    display: -webkit-flex;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper, html body.telco .container .content .main__body__content .content__wrapper {
    padding: 32px 24px;
  }
  html body.luz-gas .container .content .main__body__content .content__footer, html body.telco .container .content .main__body__content .content__footer {
    padding: 24px 16px;
  }
  html body.luz-gas .container .content .main .cart, html body.telco .container .content .main .cart {
    position: fixed;
    top: 0;
    right: -600px;
    bottom: 0;
    z-index: 10000;
  }
  html body.luz-gas .container .content .main .cart--open, html body.telco .container .content .main .cart--open {
    right: 0;
  }
  html body.renting .container .content .main__body__content {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
  }
  html body.renting .container .content .main__body__content .device {
    margin-bottom: 32px;
  }
  html body.renting .container .content .main__body__content .device + .tile--large {
    margin-left: 0px;
  }
  html body.renting .container .content .main__body__content .tile--large {
    width: 100%;
    margin-bottom: 16px;
    max-width: inherit;
    order: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
  }
  html body.renting .container .content .main__body__content .tile--large + .banner {
    margin-left: 0px;
  }
  html body.renting .container .content .main__body__content .tile--large + .tile--large {
    margin-left: 0px;
  }
  html body.renting .container .content .main__body__content .tile--resumen {
    order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
  }
  html body.renting .container .content .main__body__content .banner {
    max-width: 100%;
    order: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
  }
  html body.calculadora .tile--large .tile__section .calculadora__wrapper__buttons + .calculadora__wrapper__resume {
    margin-left: 24px;
  }
}
@media (max-width: 992px) {
  html body .header {
    padding: 6px 24px;
  }
  html body .sidebar {
    position: fixed;
    top: 0;
    right: 10000px;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  html body .sidebar__header {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  html body .sidebar__header__logo {
    width: 130px;
    height: 32px;
  }
  html body .sidebar__header .button-icon {
    display: flex;
    display: -webkit-flex;
  }
  html body .sidebar--open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
  }
  html body .nav {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 16px 24px;
  }
  html body .nav__logo__logo {
    display: flex;
    display: -webkit-flex;
  }
  html body .nav__items {
    display: none;
  }
  html body .nav__actions > .button-icon {
    display: flex;
    display: -webkit-flex;
  }
  html body .toolbar__right .button-toggle {
    font-size: 0;
  }
  html body .toolbar__right .button-toggle i[class^=icon-] {
    margin-right: 0;
  }
  html body .item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 24px;
  }
  html body .item__info {
    padding: 8px 0;
  }
  html body .item__tags {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 8px 0;
  }
  html body .item__actions {
    padding-top: 8px;
  }
  html body .container .content .main__header {
    padding: 22px 24px;
  }
  html body .container .content .main__body {
    padding: 16px 24px;
  }
  html body.dashboard .container .content .main__body {
    padding: 4px 12px;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper__resume, html body.telco .container .content .main__body__content .content__wrapper__resume {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper__resume .tile--large, html body.telco .container .content .main__body__content .content__wrapper__resume .tile--large {
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper__resume .banner:not(.banner--large), html body.telco .container .content .main__body__content .content__wrapper__resume .banner:not(.banner--large) {
    max-width: initial;
    width: 100%;
  }
  html body.renting .container .content .main__body {
    padding: 32px 16px 24px 16px;
  }
  html body.renting .container .content .main__footer {
    padding: 24px 16px;
  }
  html body.calculadora .tile--large .tile__section .calculadora__wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  html body.calculadora .tile--large .tile__section .calculadora__wrapper__buttons {
    order: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    width: 100%;
  }
  html body.calculadora .tile--large .tile__section .calculadora__wrapper__buttons + .calculadora__wrapper__resume {
    margin-left: 0;
  }
  html body.calculadora .tile--large .tile__section .calculadora__wrapper__resume {
    order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    max-width: inherit;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  html body.login .container .login__logo {
    margin: 0 auto 32px auto;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper .tile--large .qr-wrapper .expanded-field__wrapper .expanded-field .input, html body.telco .container .content .main__body__content .content__wrapper .tile--large .qr-wrapper .expanded-field__wrapper .expanded-field .input {
    margin: 0 12px;
  }
}
@media (max-width: 576px) {
  html body .row .col-2,
html body .row .col-3,
html body .row .col-4,
html body .row .col-6 {
    width: 100%;
  }
  html body .container .content .main__header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
  }
  html body .container .content .main__body {
    padding-top: 0;
  }
  html body .container .content .main__body .toolbar {
    padding-top: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  html body .container .content .main__body .toolbar__left {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    width: 100%;
  }
  html body .container .content .main__body .toolbar__left h6 {
    display: none;
    margin-bottom: 12px;
    margin-right: 0;
  }
  html body .container .content .main__body .toolbar__left .pagination {
    margin-left: 0;
    margin-top: 24px;
  }
  html body .container .content .main__body .toolbar__left + .toolbar__right {
    padding-top: 24px;
  }
  html body .container .content .main__body .toolbar .button-toggle + .button-toggle {
    margin-left: 24px;
  }
  html body .container .content .main__body__content .card {
    min-width: initial;
  }
  html body .nav__actions .popover__menu {
    position: fixed;
    top: 64px;
    right: 0;
    left: 0;
    margin: 24px;
    min-width: initial;
  }
  html body .item__tags {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  html body .modal--thin .modal__dialog__content {
    width: 100%;
  }
  html body .modal__dialog {
    margin: 20px;
  }
  html body .modal .tile--contact-data {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  html body .modal .tile--contact-data .flex.ai-center.m-r-12 {
    margin-bottom: 8px;
  }
  html body .progress-bar__values {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    padding-bottom: 42px;
  }
  html body .progress-bar__values__value + .progress-bar__values__value {
    margin-top: 16px;
  }
  html body .filters {
    width: 100%;
  }
  html body.login .container .login__logo {
    margin: 0 auto 32px auto;
  }
  html body.login .container .login__form-login {
    padding: 64px 34px;
  }
  html body.login .container .login__form-login__form {
    width: 100%;
  }
  html body.dashboard .container .content .main__body .card {
    min-width: auto;
    width: 100%;
    flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  html body.notificaciones--comunicado .container .content .main__body__alert {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  html body.notificaciones--comunicado .container .content .main__body__alert h2 {
    margin-bottom: 16px;
  }
  html body.notificaciones--comunicado .container .content .main__body__alert .alert__info {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
  }
  html body.notificaciones--comunicado .container .content .main__body__alert .alert__info__date {
    margin-bottom: 0;
  }
  html body.luz-gas .container .content .main__header, html body.telco .container .content .main__header {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    position: relative;
  }
  html body.luz-gas .container .content .main__header__title, html body.telco .container .content .main__header__title {
    flex-grow: 2;
    -ms-flex-grow: 2;
    -webkit-flex-grow: 2;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
  html body.luz-gas .container .content .main__header__logo, html body.telco .container .content .main__header__logo {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    order: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    width: 100%;
    margin-top: 24px;
  }
  html body.luz-gas .container .content .main__header__action, html body.telco .container .content .main__header__action {
    position: absolute;
    top: 22px;
    right: 24px;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper .tile--address-confirmation .tile__section, html body.telco .container .content .main__body__content .content__wrapper .tile--address-confirmation .tile__section {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper .tile--address-confirmation .tile__section .address-information, html body.telco .container .content .main__body__content .content__wrapper .tile--address-confirmation .tile__section .address-information {
    margin-bottom: 32px;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper .tile .button-toggle__wrapper, html body.telco .container .content .main__body__content .content__wrapper .tile .button-toggle__wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper .tile .button-toggle__wrapper .button-toggle + .button-toggle, html body.telco .container .content .main__body__content .content__wrapper .tile .button-toggle__wrapper .button-toggle + .button-toggle {
    margin-top: 12px;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper .tile--large .qr-wrapper, html body.telco .container .content .main__body__content .content__wrapper .tile--large .qr-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper .tile--large .qr-wrapper .tile.tile--qr, html body.telco .container .content .main__body__content .content__wrapper .tile--large .qr-wrapper .tile.tile--qr {
    margin-bottom: 16px;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper .tile--large .qr-wrapper .expanded-field__wrapper, html body.telco .container .content .main__body__content .content__wrapper .tile--large .qr-wrapper .expanded-field__wrapper {
    margin-left: 0;
    width: 100%;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper .tile--large .qr-wrapper .expanded-field__wrapper .expanded-field--collapsed, html body.telco .container .content .main__body__content .content__wrapper .tile--large .qr-wrapper .expanded-field__wrapper .expanded-field--collapsed {
    max-width: 250px;
    width: 100%;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper .buttons-wrapper, html body.telco .container .content .main__body__content .content__wrapper .buttons-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper .buttons-wrapper .button + .button, html body.telco .container .content .main__body__content .content__wrapper .buttons-wrapper .button + .button {
    margin-top: 16px;
  }
  html body.luz-gas .container .content .main__body__content .content__wrapper__resume, html body.telco .container .content .main__body__content .content__wrapper__resume {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  html body.luz-gas .container .content .main .cart, html body.telco .container .content .main .cart {
    position: fixed;
    top: 0;
    right: -1000px;
    bottom: 0;
    width: 100%;
  }
  html body.luz-gas .container .content .main .cart__header__mobile, html body.telco .container .content .main .cart__header__mobile {
    display: flex;
    display: -webkit-flex;
  }
  html body.luz-gas .container .content .main .cart--open, html body.telco .container .content .main .cart--open {
    right: 0;
  }
  html body.luz-gas .container .content .main .banner--large, html body.telco .container .content .main .banner--large {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  html body.luz-gas .container .content .main .banner--large .banner__footer, html body.telco .container .content .main .banner--large .banner__footer {
    width: 100%;
    margin-top: 32px;
  }
  html body.renting .container .content .main__body__footer {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  html body.renting .container .content .main__body__footer .footer__pagination-wrapper {
    margin-bottom: 24px;
  }
  html body.renting .container .content .main__footer a {
    font-size: 0;
  }
  html body.renting .container .content .main__footer a i[class^=icon-] {
    font-size: 16px;
  }
  html body.calculadora .main__body > .tabs {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
  html body.calculadora .tile--large .tile__section .calculadora__title {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  html body.calculadora .tile--large .tile__section .calculadora__title__actions {
    margin-top: 16px;
  }
  html body.calculadora .tile--large .tile__section .calculadora__wrapper__resume .tile:not(.tile--thin) {
    padding: 0;
    border: none;
  }
  html body.calculadora .tile--large .tile__section .calculadora__wrapper__buttons .buttons__header {
    padding: 16px 0;
  }
  html body.calculadora .tile--large .tile__section .calculadora__wrapper__buttons .buttons__header span + span {
    padding-left: 8px;
  }
  html body.calculadora .modal .table thead {
    display: none;
  }
  html body.calculadora .modal .table tbody .table__row__cell:nth-child(2), html body.calculadora .modal .table tbody .table__row__cell:nth-child(4),
html body.calculadora .modal .table tfoot .table__row__cell:nth-child(2),
html body.calculadora .modal .table tfoot .table__row__cell:nth-child(4) {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */