@charset "UTF-8";
@font-face {
  font-style: normal;
  font-weight: 100;
  font-family: 'Dosis';
  src: url(../fonts/Dosis-ExtraLight.ttf);
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: 'Dosis';
  src: url(../fonts/Dosis-Regular.ttf);
}
@font-face {
  font-style: normal;
  font-weight: bold;
  font-family: 'Dosis';
  src: url(../fonts/Dosis-Bold.ttf);
}
.no-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Dosis";
  overflow: hidden;
}
[v-cloak] {
  display: none;
}
#app-konfigurator {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
#app-konfigurator * {
  box-sizing: border-box;
}
#app-konfigurator .menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  z-index: 20000;
  padding-top: 10px;
  height: 100%;
  bottom: 0;
}
#app-konfigurator .menu .tggs {
  position: absolute;
  top: 100px;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: auto;
}
#app-konfigurator .menu .tggs.is-scroll {
  padding-right: 10px;
}
.main-screen {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-screen .base,
.main-screen .terraza,
.main-screen .borde,
.main-screen .rejilla,
.main-screen .vaso {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: .35s;
  webkit-transition: .35s;
  moz-transition: .35s;
}
.main-switcher {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1400px;
  height: 520px;
  max-height: 100%;
  padding: 2px 2px 20px 170px;
}
.main-switcher .main-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 36px 0;
}
.main-switcher .main-content .header {
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  font-family: "Dosis";
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.95);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.main-switcher .main-content .header p {
  border-bottom: 1px solid black;
  padding: 10px 0;
}
.main-switcher .main-content .main {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  grid-gap: 0px;
  background-color: rgba(255, 255, 255, 0.95);
  padding-left: 6px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.main-switcher .main-content .main figure {
  width: 100%;
  margin: 0;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10x;
  padding-right: 10px;
}
.main-switcher .main-content .main figure:hover img {
  opacity: .85;
}
.main-switcher .main-content .main figure.active {
  pointer-events: none;
}
.main-switcher .main-content .main figure.active img {
  border: 2px solid black;
}
.main-switcher .main-content .main figure.active figcaption {
  font-weight: bold;
}
.main-switcher .main-content .main figure img {
  width: 100%;
  padding: 5px;
  border: 1px solid #616161;
  cursor: pointer;
  transition: opacity .25s;
  border-radius: 6px;
}
.main-switcher .main-content .main figure figcaption {
  color: black;
  font-family: "Dosis";
  font-size: 12px;
  cursor: pointer;
}
.main-switcher .main-content .footer {
  text-align: right;
  padding-top: 2px;
  height: 36px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-switcher .main-content .footer button {
  height: 100%;
  padding: 0 40px;
  font-size: 12px;
  font-family: "Dosis";
  transition: .25s;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  border: 1px solid black;
  background-color: white;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: bold;
}
.main-switcher .main-content .footer button:hover {
  background-color: #eee;
}
.main-switcher .main-content .footer button:active {
  background-color: #ddd;
}
.toggle-switcher {
  position: relative;
  display: inline-block;
  z-index: 10000;
  width: 87px;
  height: 45px;
  border-radius: 25px;
  background-color: white;
  border: 1px solid green;
}
.toggle-switcher img {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  border: 1px solid black;
  padding: 5px;
  position: absolute;
  top: 2px;
  opacity: .75;
  cursor: pointer;
  transition: opacity .15s;
}
.toggle-switcher img:hover {
  opacity: .9;
}
.toggle-switcher img.active {
  border: 3px solid green;
  opacity: 1;
  cursor: default;
}
.toggle-switcher img:nth-child(1) {
  left: 2px;
}
.toggle-switcher img:nth-child(2) {
  right: 2px;
}
.selected-variant {
  z-index: 10000;
  font-family: "Dosis";
  font-size: 12px;
  width: 100%;
  padding: 2px 2px 5px 2px;
  background-color: white;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}
.selected-variant .header {
  font-weight: bold;
  padding: 4px 4px 4px 4px;
}
.selected-variant:hover img.white,
.selected-variant.active img.white {
  display: none;
}
.selected-variant:hover img.black,
.selected-variant.active img.black {
  display: block;
}
.selected-variant.active:hover img.black {
  border: 1px solid black;
}
.selected-variant:active img.black {
  border: 1px solid white;
}
.selected-variant .img {
  width: 100%;
  height: 50px;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  border-top: 1px solid black;
  transition: .35s;
  display: flex;
  align-items: end;
  justify-content: start;
  position: relative;
}
.selected-variant .img p {
  background-color: white;
  padding: 4px 14px 4px 4px;
  line-height: 1.1;
  border-top: 1px solid black;
  border-right: 1px solid black;
}
.selected-variant img {
  height: 15px;
  width: 15px;
  padding: 3px;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 40px;
  z-index: 100000;
}
.selected-variant img.white {
  background-color: black;
}
.selected-variant img.black {
  background-color: white;
  display: none;
}
.selected-variant-2 {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  margin-bottom: 10px;
  height: 80px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.selected-variant-2:last-child {
  margin-bottom: 0;
}
.selected-variant-2 .content {
  padding-top: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 110px;
  font-family: "Dosis";
}
.selected-variant-2 .content .header {
  font-size: 18px;
  padding: 0 0 0 5px;
  font-weight: bold;
}
.selected-variant-2 .content .is-active {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 5px;
}
.selected-variant-2 .bracket {
  display: inline;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  font-size: 50px;
  font-weight: 100;
  margin-top: -5px;
  opacity: .5;
}
.selected-variant-3 {
  cursor: pointer;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  height: 50px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.selected-variant-3:last-child {
  margin-bottom: 0;
}
.selected-variant-3 .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 110px;
  font-family: "Dosis";
}
.selected-variant-3 .content .header {
  font-size: 18px;
  padding: 0 0 0 5px;
  font-weight: bold;
}
.selected-variant-3 .content .is-active {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 5px;
}
.selected-variant-3 .bracket {
  position: absolute;
  left: 8px;
  top: 7px;
  font-size: 50px;
  line-height: .5;
  font-weight: 100;
  opacity: .5;
}
.toggle-switcher-2 {
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  margin-bottom: 10px;
  height: 80px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  cursor: pointer;
}
.toggle-switcher-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 60px;
}
.logo {
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  margin-bottom: 10px;
  height: 80px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  display: block;
  text-decoration: none;
}
.logo img {
  position: absolute;
  width: 116px;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
a.bosscats {
  display: block;
  width: 120px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2000;
}
a.bosscats img {
  width: inherit;
}
