@charset "UTF-8";
.widht100[data-v-2350976f] {
  width: 100%;
}


.ork-1[data-v-7c3ed1eb] {
  fill: #fff;
  stroke-width: 0px;
}

.home-center[data-v-7133c0b9] {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actions[data-v-7133c0b9] {
  width: 100%;
  padding: 10px 10px;
}
@media (min-width: 700px) {
.actions[data-v-7133c0b9] {
    width: 40%;
}
}

[data-v-14a5aa99] .disabled {
  background: white !important;
}

.home-center[data-v-a3b006d0] {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form[data-v-a3b006d0] {
  width: 100%;
  padding: 10px 10px;
}
@media (min-width: 700px) {
.form[data-v-a3b006d0] {
    width: 40%;
}
}

.fix-position {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow {
  overflow: visible !important;
}
.width-max80 {
  width: 80%;
  max-width: 400px;
}

.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-25 {
  margin-right: 25px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-right-35 {
  margin-right: 35px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-35 {
  margin-left: 35px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-35 {
  padding-top: 35px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-25 {
  padding-right: 25px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-right-35 {
  padding-right: 35px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-35 {
  padding-bottom: 35px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-25 {
  padding-left: 25px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-left-35 {
  padding-left: 35px !important;
}
.flex {
  display: flex;
}
.flex-between-align {
  align-content: space-between;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-left {
  justify-content: flex-start;
}
.flex-evenly {
  justify-content: space-evenly;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-grow-3 {
  flex-grow: 3;
}
.flex-grow-4 {
  flex-grow: 4;
}
.flex-grow-5 {
  flex-grow: 5;
}
:root {
  --primary: #052B53;
  --primary-light: #034180;
  --success: #18A08A;
  --error: #E74C3C;
  --red: #E74C3C;
  --darkgray: #757575;
  --white: #ffffff;
  --gray: #95A5A6;
  --light: #F2F5F8;
  --blue: #2780BA;
  --warning: #f49d1e;
  --darkblue: #2c3e50;
  --black: #121212;
}
.font1em {
  font-size: 1em;
}
.font1-5em {
  font-size: 1.5em;
}
.font1-3em {
  font-size: 1.3em;
}
.font2em {
  font-size: 2em;
}
.font3em {
  font-size: 3em;
}
.font4em {
  font-size: 4em;
}
.text-underline {
  text-decoration: underline;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-light {
  color: var(--light);
}
.text-primary {
  color: var(--primary);
}
.text-success {
  color: var(--success);
}
.text-error {
  color: var(--error);
}
.text-white {
  color: var(--white);
}
.text-gray {
  color: var(--gray);
}
.text-primary-light {
  color: var(--primary-light);
}
.text-blue {
  color: var(--blue);
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-pointer {
  cursor: pointer;
}
.text-pointer:hover {
  text-decoration: underline;
}
.my-input {
  width: 100%;
  border: 2px solid gray;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
}
.my-input.search {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active {
  box-shadow: grey 0px 0px 7px;
}
.my-input:focus {
  border-color: var(--primary);
}
.my-btn {
  padding: 1.2em 1.2em;
  outline: 0;
  border: 1px solid #FFFFFF;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 5px #aaa !important;
}
.my-btn:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.width-10 {
  width: 10%;
}
.width-11 {
  width: 11%;
}
.width-12 {
  width: 12%;
}
.width-13 {
  width: 13%;
}
.width-14 {
  width: 14%;
}
.width-15 {
  width: 15%;
}
.width-16 {
  width: 16%;
}
.width-17 {
  width: 17%;
}
.width-18 {
  width: 18%;
}
.width-19 {
  width: 19%;
}
.width-20 {
  width: 20%;
}
.width-21 {
  width: 21%;
}
.width-22 {
  width: 22%;
}
.width-23 {
  width: 23%;
}
.width-24 {
  width: 24%;
}
.width-25 {
  width: 25%;
}
.width-26 {
  width: 26%;
}
.width-27 {
  width: 27%;
}
.width-28 {
  width: 28%;
}
.width-29 {
  width: 29%;
}
.width-30 {
  width: 30%;
}
.width-31 {
  width: 31%;
}
.width-32 {
  width: 32%;
}
.width-33 {
  width: 33%;
}
.width-34 {
  width: 34%;
}
.width-35 {
  width: 35%;
}
.width-36 {
  width: 36%;
}
.width-37 {
  width: 37%;
}
.width-38 {
  width: 38%;
}
.width-39 {
  width: 39%;
}
.width-40 {
  width: 40%;
}
.width-41 {
  width: 41%;
}
.width-42 {
  width: 42%;
}
.width-43 {
  width: 43%;
}
.width-44 {
  width: 44%;
}
.width-45 {
  width: 45%;
}
.width-46 {
  width: 46%;
}
.width-47 {
  width: 47%;
}
.width-48 {
  width: 48%;
}
.width-49 {
  width: 49%;
}
.width-50 {
  width: 50%;
}
.width-51 {
  width: 51%;
}
.width-52 {
  width: 52%;
}
.width-53 {
  width: 53%;
}
.width-54 {
  width: 54%;
}
.width-55 {
  width: 55%;
}
.width-56 {
  width: 56%;
}
.width-57 {
  width: 57%;
}
.width-58 {
  width: 58%;
}
.width-59 {
  width: 59%;
}
.width-60 {
  width: 60%;
}
.width-61 {
  width: 61%;
}
.width-62 {
  width: 62%;
}
.width-63 {
  width: 63%;
}
.width-64 {
  width: 64%;
}
.width-65 {
  width: 65%;
}
.width-66 {
  width: 66%;
}
.width-67 {
  width: 67%;
}
.width-68 {
  width: 68%;
}
.width-69 {
  width: 69%;
}
.width-70 {
  width: 70%;
}
.width-71 {
  width: 71%;
}
.width-72 {
  width: 72%;
}
.width-73 {
  width: 73%;
}
.width-74 {
  width: 74%;
}
.width-75 {
  width: 75%;
}
.width-76 {
  width: 76%;
}
.width-77 {
  width: 77%;
}
.width-78 {
  width: 78%;
}
.width-79 {
  width: 79%;
}
.width-80 {
  width: 80%;
}
.width-81 {
  width: 81%;
}
.width-82 {
  width: 82%;
}
.width-83 {
  width: 83%;
}
.width-84 {
  width: 84%;
}
.width-85 {
  width: 85%;
}
.width-86 {
  width: 86%;
}
.width-87 {
  width: 87%;
}
.width-88 {
  width: 88%;
}
.width-89 {
  width: 89%;
}
.width-90 {
  width: 90%;
}
.width-91 {
  width: 91%;
}
.width-92 {
  width: 92%;
}
.width-93 {
  width: 93%;
}
.width-94 {
  width: 94%;
}
.width-95 {
  width: 95%;
}
.width-96 {
  width: 96%;
}
.width-97 {
  width: 97%;
}
.width-98 {
  width: 98%;
}
.width-99 {
  width: 99%;
}
.width-100 {
  width: 100%;
}
.height-max {
  height: 100svh;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.back-white {
  background: #fff;
}
.back-blue {
  background: var(--blue);
}
.back-error {
  background: var(--error);
}
.back-success {
  background: var(--success);
}
.back-warning {
  background: var(--warning);
}
.back-pattern-darkblue {
  background: #2c3e50;
  background-image: url("/build/assets/PatternOrkestra.svg");
  background-size: 300px 300px;
}
.cursor-pointer {
  cursor: pointer;
}
.rounded {
  border-radius: 50%;
}
.modal-mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
}
.modal-container {
  margin: 0px auto;
  padding: 20px;
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
/* más grandes que 768px */
@media (min-width: 769px) {
  .modal-container {
    width: 50%;
    max-width: 400px;
    height: auto;
  }
}
/* más grandes que 1024px */
@media (min-width: 1025px) {
  .modal-container {
    width: 30%;
    max-width: 600px;
    height: auto;
  }
}
.tag-warn {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
  height: 30px;
}
.tag-warn:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tag-error {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tag-error:after {
  content: "";
  background: var(--error);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.catalog-container {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40 {
  width: 40px;
  height: 40px;
}
.square35 {
  width: 35px;
  height: 35px;
}
.square30 {
  width: 30px;
  height: 30px;
}
.square25 {
  width: 25px;
  height: 25px;
}
.square12 {
  width: 12px;
  height: 12px;
}
.square15 {
  width: 15px;
  height: 15px;
}
.square17 {
  width: 17px;
  height: 17px;
}
.square18 {
  width: 18px;
  height: 18px;
}
.square20 {
  width: 20px;
  height: 20px;
}
.square50 {
  width: 50px;
  height: 50px;
}
.square70 {
  width: 70px;
  height: 70px;
}
.square55 {
  width: 55px;
  height: 55px;
}
.square100 {
  width: 100px;
  height: 100px;
}
.square10 {
  width: 10px;
  height: 10px;
}
.square200 {
  width: 200px;
  height: 200px;
}
.box-warn {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box {
  border: 2px solid #2c3e50;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-none {
  text-transform: none;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.first-letter-uppercase::first-letter {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text {
  word-break: break-word;
  white-space: normal;
}
.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word {
  word-wrap: break-word;
  width: 100%;
}
.text-break {
  word-break: break-all;
}
.font-bold {
  font-weight: bold;
}
.price-through {
  text-decoration: line-through;
}
.font-italic {
  font-style: italic;
}
.font095em {
  font-size: 0.95em;
}
.font1em {
  font-size: 1em !important;
}
.font2em {
  font-size: 2em;
}
.font2-2em {
  font-size: 2.2em;
}
.font3em {
  font-size: 3em;
}
.font4em {
  font-size: 4em;
}
.font1-5em {
  font-size: 1.5em;
}
.font1-7em {
  font-size: 1.7em;
}
.font1-3em {
  font-size: 1.3em;
}
.font1-4em {
  font-size: 1.4em;
}
.font-9em {
  font-size: 0.9em;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font19 {
  font-size: 19px;
}
.font20 {
  font-size: 20px;
}
.font21 {
  font-size: 21px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font26 {
  font-size: 26px;
}
.font27 {
  font-size: 27px;
}
.font28 {
  font-size: 28px;
}
.font29 {
  font-size: 29px;
}
.font30 {
  font-size: 30px;
}
.font31 {
  font-size: 31px;
}
.font32 {
  font-size: 32px;
}
.font33 {
  font-size: 33px;
}
.font34 {
  font-size: 34px;
}
.font35 {
  font-size: 35px;
}
.font36 {
  font-size: 36px;
}
.font37 {
  font-size: 37px;
}
.font38 {
  font-size: 38px;
}
.font39 {
  font-size: 39px;
}
.font40 {
  font-size: 40px;
}
.font-normal {
  font-weight: normal;
}
.color-white {
  color: #fff;
}
.color-transparent {
  color: transparent !important;
}
.color-black {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue {
  color: #2780BA !important;
}
.color-fuchia {
  color: fuchia;
}
.color-gray {
  color: #95A5A6;
}
.color-hardgray {
  color: #4d5263;
}
.color-lightgray {
  color: #d3d3d3;
}
.color-darkblue {
  color: #2c3e50;
}
.color-darkgray {
  color: #757575;
}
.color-red {
  color: #E74C3C;
}
.color-blue {
  color: #2780BA;
}
.color-orange {
  color: #ffa500;
}
.color-gplus {
  color: #d42717;
}
.aside-enter-active {
  animation: aside 0.5s reverse;
}
.aside-leave-active {
  animation: aside 0.5s;
}
.asideContent-enter-active {
  animation: asideContent 0.3s reverse;
}
.asideContent-leave-active {
  animation: asideContent 0.3s;
}
@keyframes aside {
  0% {
    background-color: rgba(100, 100, 100, 0.6);
  }
  100% {
    background-color: rgba(100, 100, 100, 0);
  }
}
@keyframes asideContent {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes loadingA {
  to {
    background-position-x: -20%;
  }
}
.rotate {
  animation: spin 2s infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html, body {
  height: max-content;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
.container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}