/**
 * Colores Maestros
 */
.dark-bg {
  background-color: #1f1f1f;
}
/*
@font-size-xxs: 14px;
@font-size-xs: 16px;
@font-size-sm: 18px;
@font-size-md: 20px;
@font-size-lg: 22px;
*/
html,
body {
  font-size: 16px;
}
h1 {
  font-size: 1.25rem;
  -webkit-user-select: none;
}
h2 {
  font-size: 2.375rem;
  padding: 0;
  padding-top: 130px;
  padding-bottom: 30px;
}
h3 {
  font-size: 1rem;
  margin-bottom: 10px;
  padding-top: 15px;
}
h4 {
  font-size: 1rem;
}
.material-icons {
  font-size: 1.5rem !important;
}
@media (min-width: 740px) and (max-width: 1100px) {
  html,
  body {
    font-size: 14.4px;
  }
  h1 {
    font-size: 1.25rem;
  }
  h1 b {
    display: block;
  }
  h2 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  h3 {
    font-size: 1.25rem;
    padding-top: 0px;
  }
}
@media (min-width: 560px) and (max-width: 740px) {
  html,
  body {
    font-size: 13.6px;
  }
  h1 {
    font-size: 1.25rem;
  }
  h1 b {
    display: block;
  }
  h2 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  h3 {
    font-size: 1.25rem;
    padding-top: 0px;
  }
}
/*@media (max-width: @w-phone) { */
html,
body {
  font-size: 12.8px;
}
h1 {
  font-size: 0.95rem;
}
h1 b {
  display: block;
}
h2 {
  padding-top: 50px;
  padding-bottom: 20px;
}
h3 {
  font-size: 1.25rem;
  padding-top: 0px;
}
#menu {
  height: auto !important;
}
/*}*/
/**
 * Behaviours
 */
html {
  height: 100%;
}
html,
body {
  min-height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
}
button,
a,
input,
button:focus,
a:focus,
input:focus {
  -webkit-tap-highlight-color: transparent;
  outline-width: 0;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a,
p {
  font-size: 1rem;
}
a,
p,
button,
input,
h1,
h2,
h3,
h4,
div {
  font-family: "Akkurat", "Courier New";
}
a {
  color: #1f1f1f;
}
a:hover {
  color: #646464;
  text-decoration: underline;
}
/**
 * BUTTON
 */
.ca-button,
.ca-minibutton,
.ca-button-small {
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.ca-button:hover:not([disabled]),
.ca-minibutton:hover:not([disabled]),
.ca-button-small:hover:not([disabled]) {
  background-color: rgba(255, 255, 255, 0.65);
  border-color: rgba(31, 31, 31, 0.65);
  color: rgba(31, 31, 31, 0.65);
}
.ca-button[disabled],
.ca-minibutton[disabled],
.ca-button-small[disabled] {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(31, 31, 31, 0.2);
  color: rgba(31, 31, 31, 0.2);
}
.dark.ca-button,
.dark.ca-button-small,
.dark.ca-minibutton {
  border: 1px solid #f3f3f3;
  color: #f3f3f3;
  background-color: #1f1f1f;
}
.dark.ca-button:hover:not([disabled]),
.dark.ca-button-small:hover:not([disabled]),
.dark.ca-minibutton:hover:not([disabled]) {
  background-color: rgba(31, 31, 31, 0.65);
  border-color: rgba(243, 243, 243, 0.65);
  color: rgba(243, 243, 243, 0.65);
}
.dark.ca-button[disabled],
.dark.ca-button-small[disabled],
.dark.ca-minibutton[disabled] {
  background-color: rgba(31, 31, 31, 0.2);
  border-color: rgba(243, 243, 243, 0.2);
  color: #f3f3f3;
}
.ca-button-base {
  padding: 0 20px;
  height: 3.125rem;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  text-transform: none;
  letter-spacing: normal;
}
.ca-button {
  padding: 0 20px;
  height: 3.125rem;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  text-transform: none;
  letter-spacing: normal;
}
.ca-button i {
  position: relative;
  top: 5px;
  left: 0px;
}
.ca-button-round {
  border-radius: 100px;
}
.ca-button-small {
  font-size: 0.875rem;
  height: 2.5rem;
}
.ca-button-large {
  font-size: 1.25rem;
  height: 3.75rem;
  line-height: 3.75rem;
}
.ca-minibutton {
  padding: 0 20px;
  height: 3.125rem;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.875rem;
  border: 0px solid transparent;
  height: 2.5rem;
  padding: 0 1.25rem;
  line-height: 2.25rem;
  border-radius: 1.25rem;
}
.ca-minibutton i {
  position: relative;
  top: 6px;
}
.ca-minibutton-circle {
  text-decoration: none !important;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 0 20px;
  height: 3.125rem;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.875rem;
  border: 0px solid transparent;
  height: 2.5rem;
  padding: 0 1.25rem;
  line-height: 2.25rem;
  border-radius: 1.25rem;
  width: 2.5rem;
  padding: 0;
  border-radius: 50%;
  margin: 5px;
}
.ca-minibutton-circle:hover:not([disabled]) {
  background-color: rgba(255, 255, 255, 0.65);
  border-color: rgba(31, 31, 31, 0.65);
  color: rgba(31, 31, 31, 0.65);
}
.ca-minibutton-circle[disabled] {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(31, 31, 31, 0.2);
  color: rgba(31, 31, 31, 0.2);
}
.ca-minibutton-circle i {
  position: relative;
  top: 6px;
}
@media (max-width: 560px) {
  .ca-button {
    height: auto;
    padding: 0 10px;
  }
  .ca-button-large {
    font-size: 1.25rem;
    height: auto;
    line-height: 30px;
  }
}
.ca-input,
input {
  background-color: white;
  height: 3.125rem;
  font-size: 1.25rem;
  color: #1f1f1f;
  padding-left: 15px;
  border: 1px solid #c6c6c6;
  max-width: 400px;
}
.ca-input:hover,
input:hover {
  border: 1px solid #999;
}
.ca-input:focus,
input:focus {
  border: 1px solid #999;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
.ca-input-round {
  border-radius: 1.875rem;
}
.ca-input-wrapper {
  position: relative;
  max-width: 400px;
}
.ca-input-wrapper button {
  position: absolute;
  cursor: pointer;
  top: 7px;
  right: -8px;
  background-color: #303030;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: none;
  color: white;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 0;
  border-radius: 50%;
}
.ca-input-wrapper button:hover {
  background-color: #535353;
}
.toast {
  position: absolute;
  z-index: 999;
  padding: 15px;
  padding-left: 45px;
  min-width: 150px;
  font-size: 0.875rem;
  background-color: rgba(31, 31, 31, 0.8);
  color: #f3f3f3;
  right: 15px;
  top: 70px;
}
.toast .close {
  color: rgba(243, 243, 243, 0.6);
  background: transparent;
  border-width: 0;
  cursor: pointer;
}
.toast::before {
  content: '';
  font-family: 'Material Icons';
  position: absolute;
  left: 15px;
  top: calc(37%);
  font-size: 26px;
  line-height: 0.875rem;
}
.toast.toast-alert::before {
  content: 'error';
  color: #ff5e5e;
}
.toast.toast-warn::before {
  content: 'warning';
  color: #ff9500;
}
.toast.toast-success::before {
  content: 'check';
  color: #2ecc71;
}
.accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  border-bottom: 1px solid #cbcbcb;
  text-decoration: none !important;
}
.accordion-title i {
  padding-right: 10px;
}
.accordion-title span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.accordion-title::after {
  content: 'expand_more';
  font-family: 'Material Icons';
  left: 15px;
  top: calc(37%);
  font-size: 26px;
  line-height: 0.875rem;
}
.accordion-title.open {
  border-bottom: 0px solid #cbcbcb;
}
.accordion-title.open::after {
  content: 'expand_less';
}
.accordion-content {
  padding: 20px 10px 20px 35px;
  display: none;
}
@media (max-width: 560px) {
  .accordion-content {
    padding: 5px;
  }
}
h1 {
  color: #1f1f1f;
  font-weight: bold;
  position: relative;
  left: 17px;
  padding-left: 30px;
  background: url(img/logo.png) no-repeat left center;
}
h1 b {
  color: #a9a9a9;
  font-weight: 300;
}
h2 {
  color: #535353;
  font-weight: 300;
  margin: 0;
}
h4 {
  text-transform: uppercase;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}
a.no-line,
a.no-line:hover {
  text-decoration: none;
}
p {
  color: #535353;
  padding-top: 0;
  margin: 0;
  line-height: 1.5;
  font-weight: 300;
}
p.medium {
  font-size: 1.25rem;
}
p.big {
  font-size: 1.375rem;
  margin-bottom: 45px;
}
.clickable {
  cursor: pointer;
}
.hide {
  display: none !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-upper {
  text-transform: uppercase;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.w100 {
  width: 100%;
}
.h25 {
  height: 25px;
}
.p-rel {
  position: relative;
}
.p-abs {
  position: absolute;
}
.p-0-0 {
  top: 0;
  left: 0;
}
.p-abs-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-100 {
  z-index: 100;
}
.m-0 {
  margin: 0;
}
.m-15 {
  margin: 15px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-tl-15 {
  margin-top: 15px;
  margin-left: 15px;
}
.pad-15 {
  padding: 15px;
}
.flex-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-100 {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.flex-a-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-a-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-j-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 560px) {
  .flex-wrap-phone {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hide-phone {
    display: none;
  }
  .only-desktop {
    display: none;
  }
}
@media (min-width: 560px) {
  .only-phone {
    display: none;
  }
}
@media (max-width: 740px) {
  .flex-wrap-tablet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hide-tablet {
    display: none;
  }
}
.flex-h-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 560px) {
  .flex-h-desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.separator {
  height: 15px;
}
.separator-2 {
  height: 30px;
}
.ca-section {
  width: 100%;
  max-width: 1110px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ca-section.top-separator::before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c6c6c6;
}
#footer,
footer {
  background-color: #1f1f1f;
  margin-top: 96px;
  height: 339px;
}
#footer p,
footer p,
#footer a,
footer a {
  font-size: 0.875rem;
  padding: 15px;
  color: rgba(255, 255, 255, 0.75);
}
#footer p .high,
footer p .high,
#footer a .high,
footer a .high {
  color: white;
}
#menu {
  background-color: #ffffff;
  position: relative;
  z-index: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu.limit-width {
  max-width: 1110px;
}
#menu h1,
#menu ul {
  display: inline-block;
}
#menu ul a {
  font-size: 1rem;
  padding-right: 10px;
}
@media (max-width: 560px) {
  #menu {
    height: auto;
    padding: 0;
  }
  #menu h1 {
    left: 10px;
  }
  #menu ul {
    margin: 10px;
  }
}
.debug {
  border: 1px dashed red;
}
.cookie-dialog {
  position: fixed;
  bottom: 0;
  left: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 400;
  padding: 20px;
  padding-left: 100px;
}
.cookie-dialog .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 10px;
  font-size: 1rem;
  background-color: transparent;
  color: white;
  border: none;
}
.cookie-dialog p {
  color: white;
  margin-right: 15px;
  display: inline-block;
}
.cookie-dialog button {
  margin-left: 5px;
  white-space: nowrap;
}
.video {
  background-image: url(../assets/images/landing/candice-seplow-153995.jpg);
  min-height: 400px;
}
.landing header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.landing header + section {
  margin-top: 90px;
}
#how .how-block .div-img {
  min-height: 120px;
  background-size: contain;
}
.div-img {
  background-repeat: no-repeat;
  background-position: center center;
}
#map {
  min-height: 300px;
  margin-top: 40px;
  margin-bottom: 70px;
}
.ca-gallery {
  margin-top: 15px;
  margin-bottom: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ca-gallery > .div-img {
  margin: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: calc(20%);
      flex-basis: calc(20%);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 700px) {
  .ca-gallery > .div-img {
    -ms-flex-preferred-size: calc(45%);
        flex-basis: calc(45%);
  }
}
.ca-gallery > .div-img:before {
  content: '';
  display: table;
  padding-top: 100%;
}
.ca-gallery > .div-img a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  padding-top: calc(44%);
  color: white;
  background-color: black;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease ;
  transition: opacity 0.5s ease ;
}
.ca-gallery > .div-img a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.mapa {
  margin-top: 40px;
  margin-bottom: 70px;
  background-image: url(../assets/images/landing/map.png);
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mapa p {
  background-color: white;
  padding: 10px 25px;
}
.social {
  margin: 30px 15px;
  text-decoration: none !important;
}
.social i,
.social span {
  color: #303030;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  text-align: center;
  display: block;
}
.social i {
  font-size: 32px;
  margin-bottom: 12px;
}
.social span {
  font-family: "Akkurat";
  font-size: 14px;
}
.social:hover {
  text-decoration: none;
}
.social:hover i,
.social:hover span {
  color: #646464;
}
.video-background {
  background-color: #F7F7F7;
  background-image: url(../assets/images/landing/video-bg.gif);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  background-size: 600px;
}
@media (min-width: 560px) and (max-width: 740px) {
  .video-background {
    background-size: cover;
  }
}
.video-container {
  position: relative;
  overflow: hidden;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.video-foreground {
  height: 300%;
  top: -50%;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -50%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
  }
}
.video-container {
  height: 350px;
}
@media (min-width: 560px) and (max-width: 740px) {
  .video-container {
    height: 450px;
  }
}
@media (min-width: 740px) {
  .video-container {
    height: 500px;
  }
}
.no-scroll {
  overflow: hidden;
}
.scroll-flex-parent {
  min-height: 0;
}
.scroll-flex {
  overflow: auto;
  height: 0;
}
.scroll-flex::-webkit-scrollbar {
  left: -50px;
  width: 5px;
}
.scroll-flex::-webkit-scrollbar-track {
  background: #dddddd;
}
.scroll-flex::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}
.ca-tool-main {
  background-color: #f3f3f3;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: center center;
          perspective-origin: center center;
  -ms-touch-action: none;
      touch-action: none;
}
.ca-tool-main * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}
.ca-tool-itemsmenu {
  background-color: #ffffff;
  width: 240px;
  max-width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 500;
  border-right: 1px solid #cbcbcb;
  padding-right: 5px;
}
.ca-tool-itemsmenu #tool-palette {
  padding-top: 15px;
  -ms-touch-action: auto;
      touch-action: auto;
  padding-right: 30px;
}
.ca-tool-itemsmenu #tool-palette::after {
  content: '';
  display: block;
  width: 80px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
#window-palette .palette-items img,
.ca-tool-itemsmenu #tool-palette img {
  display: block;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#window-palette .palette-items img:hover,
.ca-tool-itemsmenu #tool-palette img:hover {
  -webkit-transform: translateY(-2px) scale(1.1);
          transform: translateY(-2px) scale(1.1);
}
#window-palette .palette-items img.tag_HOVER,
.ca-tool-itemsmenu #tool-palette img.tag_HOVER {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#window-palette .palette-items img.disable-palette,
.ca-tool-itemsmenu #tool-palette img.disable-palette {
  opacity: 0.3;
}
#window-palette .palette-items img.disable-palette:hover,
.ca-tool-itemsmenu #tool-palette img.disable-palette:hover {
  -webkit-transform: none;
          transform: none;
}
#btn-checkout {
  min-width: 130px;
  text-align: right;
}
@media (max-width: 560px) {
  #btn-checkout {
    min-width: 50px;
  }
}
.ca-tool-workarea,
.ca-tool-panarea {
  position: absolute;
  height: 100%;
}
.ca-tool-workarea {
  width: 10px;
  height: 10px;
  /*z-index: 999;
    border: 1px solid red;
    background-color: yellow;*/
  top: 0;
  left: 0;
}
.point1 {
  width: 10px;
  height: 10px;
  border: 1px solid red;
  background-color: blue;
  position: absolute;
  top: 400px;
  left: 400px;
}
.ca-tool-panarea {
  width: 100%;
}
#initMessage {
  background-color: white;
  padding-left: 157px;
  z-index: 50;
}
#initMessage h2,
#initMessage h3 {
  padding-top: 0;
}
@media (max-width: 560px) {
  #initMessage {
    padding-left: 0;
  }
}
.ca-tool-window {
  background-color: #ffffff;
  z-index: 600;
  display: none;
  padding-top: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ca-tool-window .ca-window-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 584px;
  min-height: 0;
  width: 80%;
}
.ca-tool-window .ca-window-content .ca-window-title {
  color: #646464;
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
}
.ca-tool-window .ca-window-content .ca-window-title .material-icons {
  float: right;
  font-size: 36px;
  margin-top: 5px;
  color: #dddddd;
}
@media (max-width: 560px) {
  .ca-tool-window {
    padding-top: 15px;
  }
  .ca-tool-window .ca-window-content {
    width: 90%;
  }
  .ca-tool-window .ca-window-content .ca-window-title {
    font-size: 14px;
  }
}
#window-palette .palette-items img {
  margin-bottom: 10px;
}
.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.share-buttons .ca-button {
  width: calc( 50% - 10px );
  margin: 5px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  min-height: 100px;
}
.share-buttons .ca-button i {
  padding: 10px;
}
.share-buttons .ca-button:hover,
.share-buttons .ca-button:active,
.share-buttons .ca-button:focus {
  background-color: #f3f3f3 !important;
}
.checkout-total {
  background-color: #f3f3f3;
  padding: 5px  10px;
}
#window-checkout .cart-entries img {
  max-width: 100px;
  max-height: 60px;
}
#window-checkout .cart-entries > * {
  height: 100px;
  border-bottom: 1px solid #cbcbcb;
}
.doc-item {
  position: absolute;
  z-index: 14;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /*
        &::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            box-shadow: 6px 6px 14px rgba(0,0,0,0.4);

        }
        */
}
.doc-item img {
  outline: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.doc-item,
.doc-item-shadow {
  -webkit-transform-origin: 10px 10px;
          transform-origin: 10px 10px;
}
.doc-item-shadow {
  position: absolute;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-item.doc-item-hover,
.doc-item.doc-item-hover img {
  outline: none !important;
}
.doc-item.doc-item-hover {
  z-index: 16;
}
.doc-item.doc-item--error {
  outline: 5px solid #ff5e5e;
}
.doc-item.doc-item--focused img {
  z-index: 16;
}
.doc-item.doc-item--focused.doc-item.doc-item--focused::before {
  content: '';
  position: absolute;
  z-index: 17;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0.3;
  -webkit-animation: animFocusItem 3s infinite;
          animation: animFocusItem 3s infinite;
}
.doc-item.doc-item--focused.doc-item.doc-item--focused::after {
  content: 'rotate_left';
  font-family: 'Material Icons';
  position: absolute;
  z-index: 17;
  font-size: 20px;
  line-height: 22px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  background-color: white;
  width: 24px;
  height: 24px;
  padding-left: 4px;
  padding-top: 3px;
  display: blocK;
  border-radius: 50%;
}
.doc-item.doc-item--moving {
  z-index: 16;
}
.doc-item.doc-item--moving img {
  z-index: 16;
}
@-webkit-keyframes animFocusItem {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes animFocusItem {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.1;
  }
}
#ui-confirm {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  background-color: black;
  z-index: 400;
  padding: 20px;
  padding-left: 300px;
}
@media (max-width: 560px) {
  #ui-confirm {
    padding-left: 20px;
  }
}
#ui-confirm .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 10px;
  font-size: 1rem;
  background-color: transparent;
  color: white;
  border: none;
}
#ui-confirm p {
  color: white;
  margin-right: 15px;
}
#ui-confirm button {
  margin-left: 5px;
}
#btn-showPalette {
  width: 4rem;
  height: 4rem;
  background-color: black;
  color: white;
  z-index: 100;
}
#window-palette .palette-items {
  max-width: 230px;
  margin: 15px auto;
}
@media print {
  header,
  .ca-tool-itemsmenu,
  button,
  .toast,
  .doc-item::after,
  .doc-item::before {
    display: none !important;
  }
  .doc-item--error {
    outline: none;
  }
  .ca-tool-main {
    background-color: white !important;
  }
  html,
  body {
    position: initial;
  }
  .ca-tool-workarea {
    /* Fix al imprimir, para centrar un poco */
    left: -40%;
  }
}

/*# sourceMappingURL=main.css.map */
