@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/permanentmarker/v10/Fh4uPib9Iyv2ucM6pGQMWimMp004Hao.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h2{
	font-weight: 600;
	padding-top: 20px;
	font-size: 1.8rem
}
.logo{
	width: 408px
}

@media (max-width: 480px) {
	.logo{
	width: 85%
    }	
}

.wifi-box {
  text-align: center;
}
.wifi-box span {
    border: none;
    padding: 10px;
    display: inline-block;
    margin-top: 8px;
    font-weight: bold;
    background: #5b4333;
    color: #fff;
    font-size: 0.8rem;
}
code {
    color: #5b4333 !important;
	font-weight: 800 !important;
}
.dab-photobox img {
  width: 100%;
  border-radius: 10px;
}
.dab-head {
  background: url("img/header.jpg");
  background-size: cover;
  height:172px;
  background-repeat: repeat;
  background-position: top center;
  margin-bottom: 15px;
}
.dab-head .switch-btn-doc {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  display: flex;
  border: 1px solid black;
  border-radius: 10px;
  z-index: 9;
}
@media screen and (max-width: 576px) {
  .dab-head .switch-btn-doc {
    position: fixed;
    bottom: 10px;
    top: unset;
  }
}
.dab-head #itaBtn {
  margin: 10px;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 50%;
  background: #6b4d39;
}
.dab-head #engBtn {
  margin: 10px;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 50%;
  background: #6b4d39;
}
.dab-container h1 {
  text-align: center;
  font-family: 'Permanent Marker', cursive;
}
.dab-container h1.title {
  color: #6b4d39;
}
.dab-container h3 {
  text-align: center;
  font-size: 1.5rem;
}
.dab-container .dab-inner-menu {
  margin: 0;
}
.dab-container .dab-inner-menu td:nth-child(1) {
  width: 80%;
  border-bottom: 1px solid #e3e3e3;
}
.dab-container .dab-inner-menu td:nth-child(2) {
  width: 20%;
  border-bottom: 1px solid #e3e3e3;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */