/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

/* 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;
}

/**********************/
/**********************/
@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Regular.ttf");
}
* {
  font-family: "Montserrat-Regular", sans-serif !important;
}

html {
  font-size: 100%;
}

p {
  line-height: normal;
  font-size: 30px;
  font-weight: 500;
}

.title {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 600;
}

small,
.text_small {
  font-size: 26px;
}

.text-light-blue {
  color: #4698cb;
}

.heading-1 {
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  .heading-1 {
    font-size: calc(36px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .heading-1 {
    font-size: 60px;
  }
}

.heading-2 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .heading-2 {
    font-size: calc(22px + 20 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .heading-2 {
    font-size: 42px;
  }
}

.heading-3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .heading-3 {
    font-size: calc(16px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .heading-3 {
    font-size: 28px;
  }
}

@keyframes handcursor {
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.15);
  }
  64% {
    transform: scale(1);
  }
  68% {
    transform: scale(1.15);
  }
  72% {
    transform: scale(1);
  }
}
.animated-cursor {
  max-width: 100px;
  animation: handcursor 4s infinite;
  animation-timing-function: ease-in-out;
}

* {
  cursor: none;
}

img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  margin: 0 auto;
  width: 100vw;
  overflow-x: hidden;
  background: #1e4670;
  color: white;
  -khtml-user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 769px) {
  body {
    height: 100vh;
    overflow: hidden;
  }
}

.container {
  position: relative;
  width: calc(100% - 32px);
  height: auto;
  padding: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .container {
    width: calc(100% - 80px);
    height: calc(100vh - 80px);
    padding: 40px;
  }
}

.content {
  justify-content: center;
  flex-direction: column;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .content {
    margin-top: 20px;
    height: calc(100% - 180px);
  }
}
.content .heading-2 {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .content .heading-2 {
    margin-bottom: 40px;
  }
}
.content--no-brand {
  height: 100%;
}

.flex-rows {
  flex-direction: row;
  display: flex;
}

.flex-columns {
  flex-direction: column;
  display: flex;
}

.margin-auto-l {
  margin-left: auto;
}

.extra-margin-t {
  margin-top: 80px !important;
}

.w-100 {
  width: 100% !important;
}

.footer-nav {
  position: fixed;
  bottom: 0;
  display: flex;
  margin: 0 -16px;
  width: 100%;
  height: 80px;
  background: #0d1019;
}
@media (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}
@media (min-width: 769px) {
  .footer-nav {
    margin: 0 -40px;
  }
}
.footer-nav button {
  flex: 0 0 50%;
}
.footer-nav button:only-child {
  flex: 0 0 100%;
}
.footer-nav button img {
  max-width: 100px;
}

header {
  flex-direction: row;
  display: flex;
}
@media (max-width: 768px) {
  header {
    margin-bottom: 40px;
  }
}
header .logo {
  max-width: 300px;
  object-fit: contain;
}
@media (max-width: 768px) {
  header .logo {
    max-width: 150px;
  }
}

button {
  outline: none;
  border: none;
  background: none;
}

.btn-white {
  border-radius: 12px;
  padding: 16px 20px;
  background-color: lightgray;
  color: #0d1019;
  font-size: 42px;
}
.btn-white--selected {
  border: 2px solid green;
}

.language-selection {
  margin-left: auto;
}
.language-selection .language, .language-selection .language--selected {
  color: #fff;
  text-transform: uppercase;
}
.language-selection .language, .language-selection .language--selected {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .language-selection .language, .language-selection .language--selected {
    font-size: calc(18px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .language-selection .language, .language-selection .language--selected {
    font-size: 28px;
  }
}
.language-selection .language--selected {
  color: #4698cb;
}

.select-options {
  flex-flow: row wrap;
  justify-content: center;
  display: flex;
  margin-top: 20px;
  gap: 20px;
}

.action-buttons {
  flex-flow: row wrap;
  display: flex;
  width: 100%;
}
.action-buttons button {
  width: 100%;
  height: 70px;
  background-color: #4698cb;
  color: #fff;
  font-size: 26px;
}
@media (min-width: 769px) {
  .action-buttons button {
    width: 50%;
    height: 170px;
    font-size: 42px;
  }
  .action-buttons button:nth-child(4n-3), .action-buttons button:nth-child(4n) {
    background-color: #4698cb;
    color: #fff;
  }
  .action-buttons button:nth-child(4n-2), .action-buttons button:nth-child(4n-1) {
    background-color: white;
    color: #4698cb;
  }
}
@media (max-width: 768px) {
  .action-buttons button:nth-child(even) {
    background-color: white;
    color: #4698cb;
  }
}

.icon-button {
  position: relative;
  padding-left: 40px;
}

.image_eco {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 75px;
  background-image: url(../images/eco_friendly.png);
  background-repeat: no-repeat;
  background-size: 60px;
}
@media (min-width: 769px) {
  .image_eco {
    padding-left: 106px;
    background-size: 85px;
  }
}

.eco-message {
  position: absolute;
  bottom: -60px;
  left: 40px;
  padding: 20px;
  padding-left: 70px;
  background-image: url(../images/eco-friendly_white_2.png);
  background-repeat: no-repeat;
  background-size: 50px;
  color: #fff;
  font-size: 22px;
  background-position-y: 50%;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .eco-message {
    bottom: -100px;
  }
}
@media (max-width: 768px) {
  .eco-message {
    left: 0;
    width: auto;
    padding: 20px;
    padding-left: 40px;
    background-size: 35px;
    font-size: 14px;
    background-position-y: 50%;
  }
}

.confirm-data {
  flex-flow: row wrap;
  justify-content: center;
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
.confirm-data .btn-confirm-data {
  border-radius: 12px;
  padding: 16px 20px;
}
.confirm-data .btn-confirm-data img {
  width: auto;
  height: 45px;
}
@media (min-width: 769px) {
  .confirm-data .btn-confirm-data img {
    height: 70px;
  }
}
.confirm-data .btn-confirm-data--help {
  align-items: center;
  justify-content: center;
  display: flex;
  background: #4698cb;
  color: #fff;
}
.confirm-data .btn-confirm-data--edit {
  background: #4698cb;
}
.confirm-data .btn-confirm-data--delete {
  background: #0d1019;
}
.confirm-data .btn-confirm-data--cancel {
  background: #963322;
}
.confirm-data .btn-confirm-data--confirm {
  background: green;
}

.keyboard {
  justify-content: center;
  display: flex;
  text-align: center;
}
.keyboard .keyboard__keys {
  flex-flow: row wrap;
  justify-content: center;
  display: flex;
  margin: 30px;
  gap: 10px;
}
.keyboard .keyboard__keys .btn-key {
  flex: 0 0 30%;
  border-radius: 12px;
  padding: 16px 20px;
  background: #fff;
  color: #0d1019;
  font-size: 42px;
  font-weight: 500;
}
.keyboard .keyboard__keys .btn-key.delete-key, .keyboard .keyboard__keys .btn-key.cancel-key {
  padding: 0;
}
.keyboard .keyboard__keys .btn-key.delete-key img, .keyboard .keyboard__keys .btn-key.cancel-key img {
  width: 60px;
  height: 100%;
}
.keyboard .keyboard__keys .btn-key.delete-key {
  background: #0d1019;
}
.keyboard .keyboard__keys .btn-key.cancel-key {
  background: #963322;
}

.keyboard-mat {
  justify-content: center;
  display: block;
  text-align: center;
}
.keyboard-mat .keyboard-keys-mat {
  justify-content: center;
  display: flex;
  margin: 16px;
  gap: 5px;
}
.keyboard-mat .keyboard-keys-mat .btn-key-mat {
  min-width: 72px;
  flex: 0 0 2%;
  border-radius: 12px;
  padding: 16px 16px;
  background: #fff;
  color: #0d1019;
  font-size: 42px;
  font-weight: 500;
}
.keyboard-mat .keyboard-keys-mat .btn-key-mat.delete-key, .keyboard-mat .keyboard-keys-mat .btn-key-mat.cancel-key {
  padding: 0;
}
.keyboard-mat .keyboard-keys-mat .btn-key-mat.delete-key img, .keyboard-mat .keyboard-keys-mat .btn-key-mat.cancel-key img {
  width: 60px;
  height: 100%;
}
.keyboard-mat .keyboard-keys-mat .btn-key-mat.delete-key {
  background: #0d1019;
}
.keyboard-mat .keyboard-keys-mat .btn-key-mat.cancel-key {
  background: #963322;
}

.tiny-btn-check {
  position: relative;
  top: 6px;
  display: inline-block;
  border-radius: 8px;
  height: 40px;
  padding: 0;
  background: green;
  color: #fff;
}

.home-content {
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  background: none;
  color: #fff;
}
.home-content .home-title {
  margin-bottom: 30px;
  border-top: 22px solid #fff;
  border-bottom: 22px solid #fff;
  border-style: double;
  max-width: 400px;
  padding: 16px 100px;
  text-transform: uppercase;
  font-weight: 600;
}
.home-content .home-subtitle {
  text-transform: uppercase;
}
.home-content .animated-cursor {
  margin-top: 30px;
}

.wash-reminder {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  align-items: center;
  border-radius: 100%;
  box-shadow: -14px -14px 15px -8px #172f4a;
  width: 250px;
  padding: 50px;
}
@media (max-width: 1199px) {
  .wash-reminder {
    bottom: -100px;
    scale: 0.7;
  }
}
@media (max-width: 768px) {
  .wash-reminder {
    display: none;
  }
}
.wash-reminder p {
  text-transform: uppercase;
  font-size: 26px;
}
.wash-reminder span {
  text-transform: uppercase;
  font-size: 17px;
}
.wash-reminder img {
  margin-top: 16px;
  max-width: 150px;
}

.qr-code-image {
  position: absolute;
  bottom: 10px;
  left: 10px;
  max-width: 250px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .qr-code-image {
    scale: 0.7;
  }
}
@media (max-width: 768px) {
  .qr-code-image {
    display: none;
  }
}

/*******************/
.marcas-disponibles {
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  text-align: center;
}
.marcas-disponibles .marcas {
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
@media (min-width: 769px) {
  .marcas-disponibles .marcas {
    gap: 30px;
  }
}
@media (min-width: 769px) {
  .marcas-disponibles .marcas button {
    flex: 0 0 calc(30% - 30px);
  }
  .marcas-disponibles .marcas button img {
    max-width: 170px;
  }
  .marcas-disponibles .marcas button:nth-last-child(n+6), .marcas-disponibles .marcas button:nth-last-child(n+6) ~ * {
    flex: 0 0 calc(23% - 30px);
  }
}
@media (min-width: 1200px) {
  .marcas-disponibles .marcas button img {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .marcas-disponibles .marcas button {
    flex: 0 0 calc(50% - 30px);
  }
  .marcas-disponibles .marcas button img {
    max-width: 150px;
  }
}

/*************/
.brand-selected {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .brand-selected {
    position: absolute;
    right: 16px;
    bottom: 85px;
  }
  .brand-selected img {
    max-height: 150px;
  }
}
.brand-selected img {
  max-height: 100px;
}

/*****************/
.get-turn img {
  max-width: 500px;
}
@media (max-width: 768px) {
  .get-turn img {
    margin: 20px 0;
    max-width: 250px;
  }
}

/**************/
.large-txt-input {
  margin: 0 auto;
  border-radius: 12px;
  width: 90%;
  height: 110px;
  color: #0d1019;
  text-align: center;
  text-transform: uppercase;
  font-size: 115px;
}
@media (max-width: 768px) {
  .large-txt-input {
    height: 60px;
    font-size: 40px;
  }
}

.loading-img {
  margin: 20px 0;
  max-width: 150px;
}

.img-confirm {
  max-width: 120px;
  height: auto;
}

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