* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #fff;
  color: #555;
  font-size: 18px;
  font-weight: 300;
}

h1 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
h3 {
  font-size: 22px;
  font-weight: 300;
  color: #000;
}

.action {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #313131;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.action span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.action.active span {
  transform: rotate(135deg);
}

.action ul {
  position: absolute;
  bottom: 5px;
  right: 10px;
  background-color: #313131;
  min-width: 250px;
  min-height: 250px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.3s;
}

.action.active ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 0.3s;
}

.action.active ul li {
  list-style: none;
}

.action.active ul li a {
  list-style: none;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.action.active ul li a:hover {
  list-style: none;
  color: chartreuse;
  text-decoration: none;
  font-size: 14px;
}

.pagewrap {
  width: 100%;
  min-height: 100vh;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.pagewrap2 {
  width: 100%;
  min-height: 40vh;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.logo_container {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro {
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.info {
  width: 100%;
  min-height: 70vh;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cruz {
  font-size: 30px;
  font-weight: 700;
}

.btn_container {
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

.btn_eipliz {
  width: auto;
  height: auto;
  padding: 10px 20px;
  background-color: darkorange;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 7px;
  margin: 7px;
  cursor: pointer;
  font-weight: bold;
}

.btn_eipliz:hover {
  width: auto;
  height: auto;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 7px;
  margin: 7px;
}

.btn_eiplizV {
  width: auto;
  height: auto;
  padding: 10px 20px;
  background-color: greenyellow;
  color: #000;
  border: none;
  outline: none;
  border-radius: 7px;
  margin: 7px;
  cursor: pointer;
  font-weight: bold;
}

.btn_eiplizV:hover {
  width: auto;
  height: auto;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 7px;
  margin: 7px;
}

.btn_eiplizA {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: tomato;
  color: #000;
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 7px;
  cursor: pointer;
  font-weight: bold;
}

.btn_eiplizA:hover {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 7px;
}

.chopp {
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.widget_container {
  width: 100%;
  min-height: 30vh;
  padding: 10px;
  display: flex;
}

.widget_indicadores {
  width: 100%;

  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

#widgetchopp,
#widgetcerveja,
#widgetvinho,
#widgetwhisky,
#widgetcachaca {
  width: 100px;
  height: 100px;
}

#widget2chopp,
#widget2cerveja,
#widget2vinho,
#widget2whisky,
#widget2cachaca {
  width: 100px;
  height: 100px;
  background-color: #333;
  border: 3px dashed #fff;
  border-radius: 7px;
}

input[type="number"] {
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.fontep {
  font-size: 14px;
}

.sair {
  width: 100%;
  text-align: center;
  padding: 20px;
}

.aviso {
  font-size: 16px;
  color: red;
}

.getCamera {
  max-width: 300px;
}
.virado {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
